-
-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(rspack_core): remove nodejs_resolver and experiments.rspackFuture.newResolver
#5089
Conversation
it seems this pr contains lots of unrelated commit |
target branch is 154 commits behind main. |
this pr should be checkout from 0.5 other than main and we will rebase 0.5 to main separately |
This PR will auto fix itself once 0.5.0 is rebased to main, I don't think I need to do anything ... I'll wait for 0.5.0 to rebase. |
591cfb6
to
d7d87e6
Compare
14be035
to
7680a48
Compare
Test Compatibility Diff
Unpassed tests1 ⚪️ ConfigTestCases additional-pass simple simple: TODO |
* refactor(rspack_core): remove nodejs_resolver and `experiments.rspackFuture.newResolver` (#5089) * refactor(rspack_core): remove nodejs_resolver * feat: remove `experiments.rspackFuture.newResolver` * refactor: replace devServer.hot by HotModuleReplacementPlugin (#5193) * wip * feat: normalModule loader hook (#5065) * feat: normal-module-loader hook * fix --------- Co-authored-by: ahabhgk <ahabhgk@gmail.com> * fix * typo * fix test * fix --------- Co-authored-by: Fy <1114550440@qq.com> * refactor: enable disableApplyEntryLazily by default (#5179) * feat: init * test: update * test: test rspack-cli * test: snap --------- Co-authored-by: Boshen <boshenc@gmail.com> Co-authored-by: Gengkun <ahabhgk@gmail.com> Co-authored-by: Fy <1114550440@qq.com>
Note
The target branch is 0.5.0
Summary
Remove nodejs_resolver and
experiments.rspackFuture.newResolver
for v0.5.0Require Documentation?
experiments.rspackFuture.newResolver
rspack-website#574