mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03: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: {
|
splitChunks: {
|
||||||
cacheGroups: {
|
cacheGroups: {
|
||||||
vendor: {
|
vendor: {
|
||||||
test: /\/node_modules\//,
|
test: /[\\/]node_modules[\\/]/,
|
||||||
name: "assets/javascripts/vendor",
|
name: "assets/javascripts/vendor",
|
||||||
chunks: "all"
|
chunks: "all"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user