Commit 3e603e88 authored by Evan You's avatar Evan You

fix indent

parent 8489e6af
...@@ -29,8 +29,8 @@ const config = merge(base, { ...@@ -29,8 +29,8 @@ const config = merge(base, {
if (/\.(css|styl(us)?|less|sass|scss)(\?[^.]+)?$/.test(module.userRequest)) { if (/\.(css|styl(us)?|less|sass|scss)(\?[^.]+)?$/.test(module.userRequest)) {
return false return false
} }
// this assumes your vendor imports exist in the node_modules directory // this assumes your vendor imports exist in the node_modules directory
return module.context && module.context.indexOf('node_modules') !== -1; return module.context && module.context.indexOf('node_modules') !== -1
} }
}), }),
// extract webpack runtime & manifest to avoid vendor chunk hash changing // extract webpack runtime & manifest to avoid vendor chunk hash changing
......
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