From 8d86a4ac86e180238c5378bea0ea244add874b28 Mon Sep 17 00:00:00 2001 From: homer0 Date: Wed, 23 Oct 2019 02:39:57 -0300 Subject: [PATCH 1/2] fix: fix the options for the sass-loader --- src/services/configurations/rulesConfiguration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/configurations/rulesConfiguration.js b/src/services/configurations/rulesConfiguration.js index 75d3c91..ef6d2b0 100644 --- a/src/services/configurations/rulesConfiguration.js +++ b/src/services/configurations/rulesConfiguration.js @@ -181,8 +181,8 @@ class WebpackRulesConfiguration extends ConfigurationFile { * relative paths for linked assets. */ sourceMap: true, - outputStyle: 'expanded', sassOptions: { + outputStyle: 'expanded', includePaths: ['node_modules'], }, }, From 395448e0094ada7216a778950dd9a1db0d569e56 Mon Sep 17 00:00:00 2001 From: homer0 Date: Wed, 23 Oct 2019 02:40:19 -0300 Subject: [PATCH 2/2] v9.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 913c4ad..d5288ed 100644 --- a/package.json +++ b/package.json @@ -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) ", "license": "MIT",