Slide 29
Slide 29 text
來人呀,上 Code
C 站 , 不要用 bootstrap + 使用 script 載入
// webpack.config.js
new ModuleFederationPlugin({
remoteType: 'var',
remotes: {
milkmidiLibrary: 'milkmidiLibrary',
},
shared: {
vue: {
// 如果沒有 bootstrap, 所有用到的 shared 都需要打開 eager
eager: true,
略
},
},
}),
// index.html