@oroinc/oro-webpack-config-builder 5.1.0-alpha42 → 5.1.0-alpha44
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.
- package/oro-webpack-config.js +2 -1
- package/package.json +2 -3
package/oro-webpack-config.js
CHANGED
|
@@ -331,6 +331,7 @@ class ConfigBuilder {
|
|
|
331
331
|
}, {
|
|
332
332
|
loader: 'sass-loader',
|
|
333
333
|
options: {
|
|
334
|
+
implementation: require("sass"),
|
|
334
335
|
sassOptions: {
|
|
335
336
|
includePaths: [
|
|
336
337
|
path.join(this.resolvedPublicPath, '/bundles')
|
|
@@ -378,7 +379,7 @@ class ConfigBuilder {
|
|
|
378
379
|
webpackConfig.plugins.push(new BundleAnalyzerPlugin());
|
|
379
380
|
}
|
|
380
381
|
|
|
381
|
-
if (!env.skipJS && env.
|
|
382
|
+
if (!env.skipJS && env.withBabel) {
|
|
382
383
|
webpackConfig.module.rules.push({
|
|
383
384
|
test: /\.js$/,
|
|
384
385
|
exclude: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oroinc/oro-webpack-config-builder",
|
|
3
|
-
"version": "5.1.0-
|
|
3
|
+
"version": "5.1.0-alpha44",
|
|
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.",
|
|
@@ -12,12 +12,11 @@
|
|
|
12
12
|
"autoprefixer": "~10.4.13",
|
|
13
13
|
"babel-loader": "~9.1.0",
|
|
14
14
|
"bindings": "~1.5.0",
|
|
15
|
-
"css-loader": "
|
|
15
|
+
"css-loader": "^6.7.3",
|
|
16
16
|
"css-minimizer-webpack-plugin": "~4.2.2",
|
|
17
17
|
"deepmerge": "~4.2.2",
|
|
18
18
|
"exports-loader": "~4.0.0",
|
|
19
19
|
"expose-loader": "~4.0.0",
|
|
20
|
-
"extract-loader": "~5.1.0",
|
|
21
20
|
"file-loader": "~6.2.0",
|
|
22
21
|
"html-webpack-plugin": "~5.5.0",
|
|
23
22
|
"imports-loader": "~4.0.1",
|