Skip to content

Commit

Permalink
fix: remove rule.loaders from normalized rules (#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
loilo authored and yyx990803 committed Mar 23, 2018
1 parent 7208885 commit e9cbbcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ function cloneRule (rule, normalizedRule, vueUse) {

// delete shorthand since we have normalized use
delete res.loader
delete res.loaders
delete res.options

if (rule.oneOf) {
Expand Down

0 comments on commit e9cbbcd

Please sign in to comment.