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 375c0c7 commit e3390f8Copy full SHA for e3390f8
โdocs/kr/configurations/extract-css.md
@@ -55,8 +55,8 @@ module.exports = {
55
options: {
56
loaders: {
57
css: ExtractTextPlugin.extract({
58
- loader: 'css-loader',
59
- fallbackLoader: 'vue-style-loader' // <- ์ด๊ฒ์ vue-loader์ ์์กด์ฑ์ด๋ฏ๋ก, npm3๋ฅผ ์ฌ์ฉํ๋ ๊ฒฝ์ฐ์๋ ๋ช ์์ ์ผ๋ก ์ค์นํ ํ์๊ฐ ์์ต๋๋ค.
+ use: 'css-loader',
+ fallback: 'vue-style-loader' // <- ์ด๊ฒ์ vue-loader์ ์์กด์ฑ์ด๋ฏ๋ก, npm3๋ฅผ ์ฌ์ฉํ๋ ๊ฒฝ์ฐ์๋ ๋ช ์์ ์ผ๋ก ์ค์นํ ํ์๊ฐ ์์ต๋๋ค.
60
})
61
}
62
0 commit comments