Skip to content

Commit bff04f5

Browse files
committed
fix stylus css extraction
1 parent 4b20651 commit bff04f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/webpack.client.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ if (process.env.NODE_ENV === 'production') {
2121

2222
config.vue = {
2323
loaders: {
24-
css: ExtractTextPlugin.extract({
25-
loader: "css-loader",
24+
stylus: ExtractTextPlugin.extract({
25+
loader: "css-loader!stylus-loader",
2626
fallbackLoader: "vue-style-loader"
2727
})
2828
}

0 commit comments

Comments
 (0)