webpack/test/browsertest
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
..
img added file loader test 2012-05-07 17:59:00 +02:00
lib Deprecate System.import() parser plugin 2018-01-18 11:34:02 +01:00
node_modules fixed tests 2016-02-04 14:29:51 +01:00
web_modules/subcontent browsertest with mocha 2012-10-28 22:44:32 +01:00
build.js add depth to module 2016-12-21 18:03:20 +01:00
library2config.coffee Refactor chunk graph 2018-01-19 19:21:30 +01:00
middlewareTest.js Enable minimizing in production mode 2017-12-14 00:06:56 +01:00
mocha.css browsertest with mocha 2012-10-28 22:44:32 +01:00
mocha.js added node-webkit target (experimental) 2014-04-09 09:12:04 +02:00
package.json added node-webkit target (experimental) 2014-04-09 09:12:04 +02:00
tests.html allow browsertesting in older browsers 2015-10-24 11:38:00 +02:00
webpack.config.js code linting 2017-01-11 12:29:01 +01:00