This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
поясню: | |
1) Сначала выделяем все что используется более 3х раз в common асинхронный. | |
2) Из остатков экстрактим node_modules из всех дочерних чанков | |
3) Все пихаем в entry chunk | |
new webpack.optimize.CommonsChunkPlugin({ | |
name: 'app', | |
async: 'common', |
NewerOlder