Commit e9cbbcd8 authored by Florian Reuschel's avatar Florian Reuschel Committed by Evan You

fix: remove rule.loaders from normalized rules (#1207)

parent 7208885a
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment