@oroinc/oro-webpack-config-builder 7.0.2 → 7.0.3

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.
@@ -579,10 +579,11 @@ class ConfigBuilder {
579
579
  options: {
580
580
  implementation: require('sass'),
581
581
  sassOptions: {
582
- includePaths: [
583
- path.join(this.resolvedPublicPath, '/bundles')
582
+ loadPaths: [
583
+ path.join(this.resolvedPublicPath, '/bundles'),
584
+ path.join(this.resolvedProjectPath, '/assets')
584
585
  ],
585
- outputStyle: 'expanded'
586
+ style: 'expanded'
586
587
  },
587
588
  sourceMap: true,
588
589
  additionalData: this.prepareAdditionalSCSS.bind(this, themeDefinition)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oroinc/oro-webpack-config-builder",
3
- "version": "7.0.2",
3
+ "version": "7.0.3",
4
4
  "author": "Oro, Inc. (https://oroinc.com)",
5
5
  "license": "MIT",
6
6
  "description": "An integration of OroPlatform based applications with the Webpack.",