module-federation-examples
module-federation-examples copied to clipboard
@module-federation/enhanced/runtime NOT FOUND
// 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