Fix chunks setup (#2181)

* build: Webpack config - use named chunk ids

prevent invalidation across builds by using a deterministic chunkId algorithm

* fix: Autotrack chunk name syntax
This commit is contained in:
Viorel Cojocaru
2021-06-05 18:50:38 +02:00
committed by GitHub
parent 7a6491cf0d
commit ba24a3318e
2 changed files with 2 additions and 1 deletions

View File

@ -97,6 +97,7 @@ module.exports = {
optimization: {
runtimeChunk: 'single',
moduleIds: 'hashed',
chunkIds: 'named',
splitChunks: {
cacheGroups: {
vendor: {