Skip to content

Commit aed7d86

Browse files
committed
fix css config
1 parent 948b130 commit aed7d86

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

en/css.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,10 @@ module.exports = {
6868
// important: use vue-style-loader instead of style-loader
6969
use: isProduction
7070
? ExtractTextPlugin.extract({
71-
use: "css-loader",
72-
fallback: "vue-style-loader"
71+
use: 'css-loader',
72+
fallback: 'vue-style-loader'
7373
})
74-
: 'vue-style-loader!css-loader'
75-
})
74+
: ['vue-style-loader', 'css-loader']
7675
}
7776
]
7877
},

0 commit comments

Comments
 (0)