@gravity-ui/app-builder 0.26.0 → 0.26.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.
@@ -1159,6 +1159,7 @@ function configureRspackOptimization(helperOptions) {
1159
1159
  minimizerOptions: {
1160
1160
  exclude: {
1161
1161
  langSelectorList: true,
1162
+ logicalProperties: true,
1162
1163
  },
1163
1164
  },
1164
1165
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/app-builder",
3
- "version": "0.26.0",
3
+ "version": "0.26.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",