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 55e9b48 commit 3d24089Copy full SHA for 3d24089
test/index.test.js
@@ -159,6 +159,12 @@ implementations.forEach(implementation => {
159
filename: "bundle.source-maps.js",
160
libraryTarget: "commonjs2"
161
},
162
+ resolve: {
163
+ alias: {
164
+ module: 'module.scss',
165
+ 'other-module': 'other-module.scss'
166
+ }
167
+ },
168
devtool: "source-map",
169
module: {
170
rules: [{
@@ -390,6 +396,12 @@ implementations.forEach(implementation => {
390
396
}
391
397
]
392
398
}]
399
400
401
402
403
404
393
405
394
406
}, baseConfig);
395
407
test/node_modules/module renamed to test/node_modules/module.scss
test/node_modules/other-module renamed to test/node_modules/other-module.scss
0 commit comments