@gravity-ui/app-builder 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -605,7 +605,7 @@ function configurePlugins(options) {
605
605
  const { webSocketPath = path.normalize(`/${config.publicPathPrefix}/build/sockjs-node`) } = config.devServer || {};
606
606
  plugins.push(new react_refresh_webpack_plugin_1.default({
607
607
  overlay: { sockPath: webSocketPath },
608
- exclude: /\.worker\.[jt]sx?$/,
608
+ exclude: [/node_modules/, /\.worker\.[jt]sx?$/],
609
609
  }));
610
610
  }
611
611
  if (config.detectCircularDependencies) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/app-builder",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Develop and build your React client-server projects, powered by typescript and webpack",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",