mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 10:00:52 +01:00
Fixed Webpack config on Windows (#1619)
This commit is contained in:
parent
6f5271bb3a
commit
c7dfa7881a
@ -333,7 +333,7 @@ export default (_env: never, args: Configuration): Configuration[] => {
|
||||
splitChunks: {
|
||||
cacheGroups: {
|
||||
vendor: {
|
||||
test: /\/node_modules\//,
|
||||
test: /[\\/]node_modules[\\/]/,
|
||||
name: "assets/javascripts/vendor",
|
||||
chunks: "all"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user