mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-25 08:38:57 -06:00
fix!: make webpack use values consistent (#4230)
The use key is `pug-plain` despite a similar item above it using the key `pug-plain-loader`. This just makes them consistent.
This commit is contained in:
committed by
Haoqun Jiang
parent
4af27247cc
commit
52ae1c8a9b
@@ -143,7 +143,7 @@ module.exports = (api, options) => {
|
||||
.use('raw')
|
||||
.loader('raw-loader')
|
||||
.end()
|
||||
.use('pug-plain')
|
||||
.use('pug-plain-loader')
|
||||
.loader('pug-plain-loader')
|
||||
.end()
|
||||
.end()
|
||||
|
||||
Reference in New Issue
Block a user