module-federation-examples icon indicating copy to clipboard operation
module-federation-examples copied to clipboard

@module-federation/enhanced/runtime NOT FOUND

Open erichow opened this issue 7 months ago • 0 comments

// You can use the runtime to load modules without depending on the build plugin // When not using the build plugin, shared dependencies cannot be automatically configured import { init, loadRemote } from '@module-federation/enhanced/runtime';

BUT I can't find "init, loadRemote"

Here @module-federation/runtime I can get "init, loadRemote"

that means offical document is wrong??

https://module-federation.io/guide/basic/runtime.html

erichow avatar Apr 30 '25 10:04 erichow