-
-
Notifications
You must be signed in to change notification settings - Fork 595
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
feat: support getResolve
in external function context
#8577
Conversation
✅ Deploy Preview for rspack canceled.
|
getResolve
in external function context
Test Compatibility Diff
Unpassed tests4 🔴 Stats chunkGroups: TODO |
06e849d
to
6e1ced1
Compare
fix get resolve # Conflicts: # crates/node_binding/binding.d.ts # crates/rspack_binding_options/src/options/raw_external.rs # crates/rspack_core/src/compiler/make/repair/factorize.rs # crates/rspack_core/src/compiler/module_executor/entry.rs # crates/rspack_core/src/context_module.rs # crates/rspack_core/src/module_factory.rs # crates/rspack_core/src/resolver/mod.rs # crates/rspack_plugin_externals/src/plugin.rs # packages/rspack/etc/api.md # packages/rspack/src/builtin-plugin/ExternalsPlugin.ts # packages/rspack/src/config/zod.ts
6e1ced1
to
bac1ca1
Compare
Summary
Cherry-pick
bb4be30
(#7348) and22a0cb4
(#7348) from #7348, to supportgetResolve
in external function.Checklist