0.0.2 • Published 2 years ago
@fawkesjs/remote-module-in-qiankun-plugin v0.0.2
remote-module-in-qiankun-plugin
Host webpack.config
const RemoteModuleInQiankunPlugin = require('@fawkesjs/remote-module-in-qiankun-plugin')
const ModuleFederationPlugin = require('webpack').container.ModuleFederationPlugin
const config = {
...otherConfigs
plugins: [
new ModuleFederationPlugin({
...
}).
new RemoteModuleInQiankunPlugin(),
]
}