Commit bff04f5b authored by Evan You's avatar Evan You

fix stylus css extraction

parent 4b20651b
......@@ -21,8 +21,8 @@ if (process.env.NODE_ENV === 'production') {
config.vue = {
loaders: {
css: ExtractTextPlugin.extract({
loader: "css-loader",
stylus: ExtractTextPlugin.extract({
loader: "css-loader!stylus-loader",
fallbackLoader: "vue-style-loader"
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment