Fixed Webpack config on Windows (#1619)

This commit is contained in:
XhmikosR 2020-04-17 15:25:55 +03:00 committed by GitHub
parent 6f5271bb3a
commit c7dfa7881a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
} }