@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.
@@ -245,9 +245,12 @@ class ConfigBuilder {
245
245
  }, {
246
246
  loader: 'sass-loader',
247
247
  options: {
248
- includePaths: [
249
- resolvedPublicPath + '/bundles'
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-dev4",
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": "7.1.0",
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": "^4.9.1",
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",