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

fix indent

parent 8489e6af
......@@ -30,7 +30,7 @@ const config = merge(base, {
return false
}
// 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
......
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