Commit Graph

15 Commits

Author SHA1 Message Date
Tobias Koppers 1b402bcae1 Merge tag 'v4.28.0' into next
4.28.0
2018-12-19 14:05:17 +01:00
Tobias Koppers f6d67b6605 update examples 2018-12-19 11:36:59 +01:00
Tobias Koppers 4f1905aa5a Merge tag 'v4.20.2' into next
4.20.2
2018-09-25 23:13:58 +02:00
Naveen Jain 6bf5df53a3 Fixed template.md 2018-02-24 13:25:46 +01:00
Tobias Koppers 18ae73dad4 Refactor chunk graph
Chunks are now always in ChunkGroups
ChunkGroups have parents and children, Chunks no longer have this
AsyncDependenciesBlocks point to a ChunkGroup instead of a list of chunks
Entrypoint is now a ChunkGroup (extends from it)
move stuff graph modification methods into GraphHelpers
Change chunk id recording to source-based
Chunks have parents, siblings and children in Stats
rename AutomaticCommonsChunksPlugin to SplitChunksPlugin
add request property to origin (ChunkGroup)
remove moveToParent from AggressiveMergingPlugin
fix issues with AggressiveSplittingPlugin
remove CommonsChunkPlugin
add optimization.runtimeChunk (RuntimeChunkPlugin)
fix a filename bug for initial chunks
remove extract-text-webpack-plugin from test suite
add DebugHash to help debugging hash issues
fix issues with entry modules in different chunk as runtime
redo optimization.splitChunks options
Compilation.entrypoints is now a Map
Compilation.chunkGroups has been added
remove some unittests
update examples
update tests with CommonsChunkPlugin
2018-01-19 19:21:30 +01:00
Tobias Koppers bc7725c668 change output from examples for js/ to dist/ 2018-01-04 21:39:29 +01:00
Tobias Koppers 59c7c167e3 update example configurations for latest mode changes 2017-12-14 10:53:04 +01:00
Tobias Koppers 308ddf223b fixed missing convertions in examples 2016-02-04 12:50:24 +01:00
Tobias Koppers b542cd026d fixed examples for lastest updates 2015-06-13 17:44:57 +02:00
Tobias Koppers 50ea1cb157 moved changes to template.md 2015-05-21 22:36:16 +02:00
Tobias Koppers d57921ae30 added some documentation to examples 2014-07-24 11:29:49 +02:00
Tobias Koppers a21f339832 fixed examples 2014-02-11 13:29:44 +01:00
Tobias Koppers 6c6e495ae7 better commons naming #128 2013-12-03 11:19:30 +01:00
Tobias Koppers 4d25d521f6 plugin to extract common modules
from multiple entry points
#128
2013-12-03 09:27:15 +01:00
Tobias Koppers 1652493b5e add multiple-entry-points example #15 2013-11-19 18:09:26 +01:00