@oroinc/oro-webpack-config-builder 5.1.0-alpha42 → 5.1.0-alpha43

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.
@@ -378,7 +378,7 @@ class ConfigBuilder {
378
378
  webpackConfig.plugins.push(new BundleAnalyzerPlugin());
379
379
  }
380
380
 
381
- if (!env.skipJS && env.useBabel) {
381
+ if (!env.skipJS && env.withBabel) {
382
382
  webpackConfig.module.rules.push({
383
383
  test: /\.js$/,
384
384
  exclude: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oroinc/oro-webpack-config-builder",
3
- "version": "5.1.0-alpha42",
3
+ "version": "5.1.0-alpha43",
4
4
  "author": "Oro, Inc (https://www.oroinc.com)",
5
5
  "license": "MIT",
6
6
  "description": "An integration of OroPlatform based applications with the Webpack.",