Skip to content

Commit 52ae1c8

Browse files
shadow-lighthaoqunjiang
authored andcommitted
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.
1 parent 4af2724 commit 52ae1c8

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-service/lib/config

1 file changed

+1
-1
lines changed

packages/@vue/cli-service/lib/config/base.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ module.exports = (api, options) => {
143143
.use('raw')
144144
.loader('raw-loader')
145145
.end()
146-
.use('pug-plain')
146+
.use('pug-plain-loader')
147147
.loader('pug-plain-loader')
148148
.end()
149149
.end()

0 commit comments

Comments
 (0)