@gravity-ui/app-builder 0.31.2-beta.0 → 0.32.0

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.
@@ -1003,7 +1003,7 @@ function configureCommonPlugins(options, bundlerPlugins) {
1003
1003
  return acc;
1004
1004
  }, {});
1005
1005
  }
1006
- const actualRuntimePlugins = runtimePlugins.slice() || [];
1006
+ const actualRuntimePlugins = runtimePlugins?.slice() || [];
1007
1007
  if (remotesRuntimeVersioning) {
1008
1008
  actualRuntimePlugins.push(require.resolve('./runtime-versioning-plugin'));
1009
1009
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/app-builder",
3
- "version": "0.31.2-beta.0",
3
+ "version": "0.32.0",
4
4
  "description": "Develop and build your React client-server projects, powered by typescript and webpack",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",