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:
shadow-light
2019-07-15 00:22:59 +10:00
committed by Haoqun Jiang
parent 4af27247cc
commit 52ae1c8a9b

View File

@@ -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()