Skip to content

Commit 456f060

Browse files
author
Marc Neuhaus
committed
fix stylus file extension test
1 parent 5121492 commit 456f060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class ConfigGenerator {
189189

190190
if (this.webpackConfig.useStylusLoader) {
191191
rules.push({
192-
test: /\.stylus/,
192+
test: /\.styl/,
193193
use: extractText.extract(this.webpackConfig, stylusLoaderUtil.getLoaders(this.webpackConfig))
194194
});
195195
}

0 commit comments

Comments
 (0)