8000 Fixed Webpack config on Windows (#1619) · squidfunk/mkdocs-material@c7dfa78 · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit c7dfa78

Browse files
authored
Fixed Webpack config on Windows (#1619)
1 parent 6f5271b commit c7dfa78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ export default (_env: never, args: Configuration): Configuration[] => {
333333
splitChunks: {
334334
cacheGroups: {
335335
vendor: {
336-
test: /\/node_modules\//,
336+
test: /[\\/]node_modules[\\/]/,
337337
name: "assets/javascripts/vendor",
338338
chunks: "all"
339339
}

0 commit comments

Comments
 (0)
0