@oroinc/oro-webpack-config-builder 5.1.0-lts014 → 5.1.0-lts015

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.
@@ -347,10 +347,11 @@ class ConfigBuilder {
347
347
  options: {
348
348
  implementation: require("sass"),
349
349
  sassOptions: {
350
- includePaths: [
351
- path.join(this.resolvedPublicPath, '/bundles')
350
+ loadPaths: [
351
+ path.join(this.resolvedPublicPath, '/bundles'),
352
+ path.join(this.resolvedProjectPath, '/assets')
352
353
  ],
353
- outputStyle: 'expanded'
354
+ style: 'expanded'
354
355
  },
355
356
  sourceMap: true
356
357
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oroinc/oro-webpack-config-builder",
3
- "version": "5.1.0-lts014",
3
+ "version": "5.1.0-lts015",
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.",