@gravity-ui/app-builder 0.9.5 → 0.10.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.
@@ -392,6 +392,11 @@ function getCssLoaders({ isEnvDevelopment, isEnvProduction, config }) {
392
392
  esModule: false,
393
393
  sourceMap: !config.disableSourceMapGeneration,
394
394
  importLoaders: 2,
395
+ modules: {
396
+ auto: true,
397
+ localIdentName: '[name]__[local]--[hash:base64:5]',
398
+ exportLocalsConvention: 'camelCase',
399
+ },
395
400
  },
396
401
  });
397
402
  if (!config.transformCssWithLightningCss) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/app-builder",
3
- "version": "0.9.5",
3
+ "version": "0.10.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",