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