Commit Graph

11 Commits

Author SHA1 Message Date
Alexander Akait 4d6d3800b4
fix: types 2025-04-16 17:04:11 +03:00
alexander.akait eac3fab4a4 test: fix 2024-07-24 15:50:02 +03:00
Tobias Koppers 67d6c7a31b fix `.webpack[]` suffix to not execute rules 2021-10-08 13:56:39 +02:00
Tobias Koppers 45f657025f add mini-css import module test case 2021-09-03 12:12:14 +02:00
Tobias Koppers 916bf69cae compute chunk roots correctly when using transitive connections
also use module.nameForCondition() to compute module ids

fixes https://github.com/webpack-contrib/mini-css-extract-plugin/issues/676
2021-01-11 18:14:24 +01:00
Tobias Koppers 2ca440deef update test case 2020-11-04 13:40:00 +01:00
Tobias Koppers 27bf3d3036 mini-css removed deprecations 2020-08-28 02:37:18 +02:00
Tobias Koppers 49752a06a8 cleanup asset processing
deprecate writing to compilation.assets after sealing.
merge all asset processing into single hook with stages.
Deprecate additionalChunkAssets and optimizeChunkAssets.
Redirect additionalAssets, optimizeAssets to processAssets for backward-compat.
Remove finishAssets hook without deprecation as it was not in v4.
2020-05-22 10:39:21 +02:00
Tobias Koppers 6178aea763 improve typings and test them in CI
lazy load all webpack exports
2020-04-21 09:25:43 +02:00
Tobias Koppers 63afbf9bf1 add deprecation testing for config test cases 2019-12-17 17:18:52 +01:00
Tobias Koppers 1e287169d9 add mini-css-extract-plugin test case 2019-09-26 22:07:07 +02:00