0.0.2 • Published 2 years ago

@fawkesjs/remote-module-in-qiankun-plugin v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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(),
  ]
}
0.0.2

2 years ago

0.0.1

2 years ago