1.0.4 • Published 3 years ago

version-control-webpack-plugin v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago
plugins: [new VersionControlWebpackPlugin()]
if (window._VERSION_CONTROL) {
    window._VERSION_CONTROL.checkVersion(({ success, serverVersion, currentVersion }) => {
      if (success) {
        if (serverVersion !== currentVersion) {
          if (isRwClient) {
            // notice client to reflesh
          } else {
            window.location.reload(1);
          }
        }
      } else {
        console.warn(`check vresion failed!`);
      }
    });
}
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago