Skip to content

Commit

Permalink
Merge pull request #87 from homer0/homer0_fixSassLoader
Browse files Browse the repository at this point in the history
v9.2.2: fix: fix the options for the sass-loader
  • Loading branch information
homer0 committed Oct 23, 2019
2 parents ce77f1b + 395448e commit fcbec24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "projext-plugin-webpack",
"description": "Allows projext to use webpack as a build engine.",
"homepage": "https://homer0.github.io/projext-plugin-webpack/",
"version": "9.2.1",
"version": "9.2.2",
"repository": "homer0/projext-plugin-webpack",
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/services/configurations/rulesConfiguration.js
Expand Up @@ -181,8 +181,8 @@ class WebpackRulesConfiguration extends ConfigurationFile {
* relative paths for linked assets.
*/
sourceMap: true,
outputStyle: 'expanded',
sassOptions: {
outputStyle: 'expanded',
includePaths: ['node_modules'],
},
},
Expand Down

0 comments on commit fcbec24

Please sign in to comment.