Commit Graph

4 Commits

Author SHA1 Message Date
evilebottnawi dafa4cd69a chore: setup cspell 2020-03-12 19:51:26 +03: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
Damien Soulard a3bfd1e126 Remove automatic -loader module name extension (#3102)
* fix-2986: Remove automatic -loader module name extension

* remove-automatic-loader-extension: update examples

* fix-2986: Remove automatic -loader module name extension

* fix-2986: Remove automatic -loader module name extension

* fix-2986: Remove automatic -loader module name extension

* Revert changes from spaces to tabs
2016-10-25 23:03:59 +02:00
Tobias Koppers aee139ba55 added hybrid-routing example, updated examples 2014-02-03 18:20:55 +01:00