webpack/test/statsCases/split-chunks-runtime-specific
Tobias Koppers e16bdfda6c refactor used exports analysis, hashing, code generation, optimizations
to keep track of runtimes, used exports depending on runtime

modules can have different hashes and generated code depending on runtime
chunks are only considered as equal for MergeDuplicateChunks and SplitChunks when exports used in contained modules are equal
added `optimization.usedExports: "global"` to opt-out from used exports analysis per runtime
added `splitChunks.usedExports` and `splitChunks.cacheGroups[x].usedExports` to enable/disable used exports comparing for modules
`splitChunks.usedExports` defaults to `true` in production
2020-07-27 22:40:44 +02:00
..
a.js refactor used exports analysis, hashing, code generation, optimizations 2020-07-27 22:40:44 +02:00
b.js refactor used exports analysis, hashing, code generation, optimizations 2020-07-27 22:40:44 +02:00
c.js refactor used exports analysis, hashing, code generation, optimizations 2020-07-27 22:40:44 +02:00
objects.js refactor used exports analysis, hashing, code generation, optimizations 2020-07-27 22:40:44 +02:00
webpack.config.js refactor used exports analysis, hashing, code generation, optimizations 2020-07-27 22:40:44 +02:00