We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.loader()
1 parent 473f3d8 commit 49052f4Copy full SHA for 49052f4
docs/guide/webpack.md
@@ -55,7 +55,6 @@ module.exports = {
55
config.module
56
.rule('vue')
57
.use('vue-loader')
58
- .loader('vue-loader')
59
.tap(options => {
60
// modify the options...
61
return options
docs/ru/guide/webpack.md
// изменение настроек...
docs/zh/guide/webpack.md
// 修改它的选项...
0 commit comments