We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ead14 commit 599fc1fCopy full SHA for 599fc1f
1 file changed
src/Plugin/PluginService.js
@@ -48,10 +48,10 @@ class PluginService {
48
// add reference for the preprocessor option into the loader options
49
if (pluginOptions.preprocessor != null && loaderOptions.preprocessor == null) {
50
loaderOptions.preprocessor = pluginOptions.preprocessor;
51
+ }
52
- if (pluginOptions.preprocessorOptions && !loaderOptions.preprocessorOptions) {
53
- loaderOptions.preprocessorOptions = pluginOptions.preprocessorOptions;
54
- }
+ if (pluginOptions.preprocessorOptions && !loaderOptions.preprocessorOptions) {
+ loaderOptions.preprocessorOptions = pluginOptions.preprocessorOptions;
55
}
56
57
context = {
0 commit comments