@oroinc/oro-webpack-config-builder 4.2.1-dev4 → 4.2.1-dev8
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 +6 -3
- package/package.json +3 -3
package/oro-webpack-config.js
CHANGED
|
@@ -245,9 +245,12 @@ class ConfigBuilder {
|
|
|
245
245
|
}, {
|
|
246
246
|
loader: 'sass-loader',
|
|
247
247
|
options: {
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
248
|
+
sassOptions: {
|
|
249
|
+
includePaths: [
|
|
250
|
+
path.join(resolvedPublicPath, '/bundles')
|
|
251
|
+
],
|
|
252
|
+
outputStyle: 'expanded'
|
|
253
|
+
},
|
|
251
254
|
sourceMap: true
|
|
252
255
|
}
|
|
253
256
|
}]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oroinc/oro-webpack-config-builder",
|
|
3
|
-
"version": "4.2.1-
|
|
3
|
+
"version": "4.2.1-dev8",
|
|
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.",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"path": "0.12.7",
|
|
30
30
|
"postcss-loader": "3.0.0",
|
|
31
31
|
"printf": "^0.6.1",
|
|
32
|
-
"sass-loader": "
|
|
32
|
+
"sass-loader": "12.3.0",
|
|
33
33
|
"style-loader": "^0.23.1",
|
|
34
34
|
"terser": "4.1.2",
|
|
35
35
|
"text-loader": "0.0.1",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"url-loader": "2.0.1",
|
|
38
38
|
"webpack": "^4.46.0",
|
|
39
39
|
"webpack-bundle-analyzer": "^4.5.0",
|
|
40
|
-
"webpack-cli": "^
|
|
40
|
+
"webpack-cli": "^3.3.12",
|
|
41
41
|
"webpack-dev-server": "^4.5.0",
|
|
42
42
|
"webpack-merge": "5.8.0",
|
|
43
43
|
"webpack-rtl-plugin": "^2.0.0",
|