Commit Graph

16 Commits

Author SHA1 Message Date
Alexander Akait ec9e9ef117
ci: update examples automatically (#19464) 2025-04-24 20:57:25 +03:00
Albus Dumbledore 7d1025b2d9
docs(extra-async-chunk): improve template.md 2020-03-22 08:21:12 +05:30
Tobias Koppers b66143f706 Merge tag 'v4.30.0' into next
4.30.0
2019-05-09 21:34:28 +02:00
Yuta Hiroto eb7d7ea678
chore(examples): fix exmaples template syntax
fixes: #9000
2019-04-08 19:26:44 +01:00
Tobias Koppers 1b402bcae1 Merge tag 'v4.28.0' into next
4.28.0
2018-12-19 14:05:17 +01:00
Tobias Koppers 54e30e05c0 update examples 2018-09-25 17:10:38 +02:00
Josh Soref 82b81eb1dc spelling: practice 2018-02-26 02:39:48 +00: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
Sam Zhao 557d4af5a3 docs(example): update examples template (#3074)
* docs(example): update examples template

* docs(example): add npm script to build examples
2016-09-29 17:01:24 -05:00
Tobias Koppers ac6b9541b3 fix examples
add harmony interop example
remove one dedupe example
2016-09-07 11:47:52 +02:00
Tobias Koppers 58623299f0 updated some examples 2016-02-04 00:27:47 +01:00
Tobias Koppers b43254d384 Updated examples 2015-06-13 17:44:58 +02:00
Tobias Koppers 05ccd7cc3d example readme 2015-01-11 23:17:24 +01:00
Tobias Koppers 544c368ea1 added support for an async commons chunk, tests and examples 2015-01-11 23:15:11 +01:00