Commit Graph

22 Commits

Author SHA1 Message Date
Tobias Koppers 31bcae23f7 upgrade examples to webpack-cli major 4
update examples
2020-12-28 23:29:41 +01:00
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
Tobias Koppers 1869688953 fix building of examples 2017-08-08 13:56:14 +02:00
Tobias Koppers d411468639 Refactor example scripts and test to allow nested folders 2017-07-27 13:24:56 +02:00
Tobias Koppers 308ddf223b fixed missing convertions in examples 2016-02-04 12:50:24 +01:00
Tobias Koppers f2a88fca2e better examples generation, so that example can acctually run 2013-12-19 23:23:12 +01:00
Tobias Koppers 4005acc827 added multuple-commons-chunks example 2013-12-03 19:10:34 +01:00
Tobias Koppers f27995c695 add multiple-entry-points to buildAll 2013-12-03 11:53:13 +01:00
Tobias Koppers a9cb6256b3 added another dedupe example 2013-06-13 14:11:39 +02:00
Tobias Koppers 80ccf13517 added dedupe example 2013-06-13 13:36:52 +02:00
Tobias Koppers 1961277027 update examples 2013-03-18 14:56:05 +01:00
Tobias Koppers 678aa6e2a5 fixed require: "aa", "bb" and added examples for labeled modules 2013-02-26 13:55:41 +01:00
Tobias Koppers 57ddbc0859 added i18n example, fixed error/warning bug 2013-02-19 12:48:17 +01:00
Tobias Koppers 0cf8a98be6 updated graphs to new webpack-graph version 2012-10-10 17:29:53 +02:00
Tobias Koppers 284500f9ee added more examples 2012-08-23 01:58:17 +02:00
Tobias Koppers a5f1fa53f5 fixed typo in formatOutput 2012-08-09 11:57:27 +02:00
Tobias Koppers 1cefc54f9c new examples build process 2012-07-19 11:59:47 +02:00
Tobias Koppers c3418712d2 added named chucks example 2012-05-17 12:46:55 +02:00
Tobias Koppers 6fd59fd04a added commonjs example 2012-05-06 21:14:36 +02:00
Tobias Koppers 0aad488f90 updated examples, added bundle loader example 2012-05-06 21:07:24 +02:00
Tobias Koppers ebd6488752 better free var filling, node.js test 2012-04-05 14:59:01 +02:00