rspack
rspack copied to clipboard
Migrate the test suite of Webpack
What problem does this feature solve?
Currently, we are moving tests of Webpack single by single to test specific features. It's not ideal and the tests are mixed up.
- easy for visualizing the compatibility.
- fine-grained tests in years to avoid any regressions.
What does the proposed API of configuration look like?
No response
Due to the good design of Webpack's test suites, in general, we should just make an alias of webpack and point to @rspack/core.