Skip to content

Commit

Permalink
fix!: make webpack use values consistent (#4230)
Browse files Browse the repository at this point in the history
The use key is `pug-plain` despite a similar item above it using the key `pug-plain-loader`. This just makes them consistent.
  • Loading branch information
shadow-light authored and sodatea committed Jul 14, 2019
1 parent 4af2724 commit 52ae1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/lib/config/base.js
Expand Up @@ -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()
Expand Down

0 comments on commit 52ae1c8

Please sign in to comment.