Disable webpack chunk coalescing (#5030)

* Disable webpack chunk rollup

* Bump timeout

* Revert "Bump timeout"

This reverts commit 84632115d178b48e08eb75dc5e9a921ece6aa759.
This commit is contained in:
Joe Haddad
2018-09-19 09:43:57 -04:00
committed by GitHub
parent f11bea1e4c
commit d55525651f
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ module.exports = {
// https://medium.com/webpack/webpack-4-code-splitting-chunk-graph-and-the-splitchunks-optimization-be739a861366
splitChunks: {
chunks: 'all',
name: 'vendors',
name: false,
},
// Keep the runtime chunk seperated to enable long term caching
// https://twitter.com/wSokra/status/969679223278505985

View File

@@ -159,7 +159,7 @@ module.exports = {
// https://medium.com/webpack/webpack-4-code-splitting-chunk-graph-and-the-splitchunks-optimization-be739a861366
splitChunks: {
chunks: 'all',
name: 'vendors',
name: false,
},
// Keep the runtime chunk seperated to enable long term caching
// https://twitter.com/wSokra/status/969679223278505985