Skip to content

Commit 3e603e8

Browse files
committed
fix indent
1 parent 8489e6a commit 3e603e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/webpack.client.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ const config = merge(base, {
2929
if (/\.(css|styl(us)?|less|sass|scss)(\?[^.]+)?$/.test(module.userRequest)) {
3030
return false
3131
}
32-
// this assumes your vendor imports exist in the node_modules directory
33-
return module.context && module.context.indexOf('node_modules') !== -1;
32+
// this assumes your vendor imports exist in the node_modules directory
33+
return module.context && module.context.indexOf('node_modules') !== -1
3434
}
3535
}),
3636
// extract webpack runtime & manifest to avoid vendor chunk hash changing

0 commit comments

Comments
 (0)