single-spa / single-spa-css

Lifecycle helpers for loading and unmounting css
MIT License
14 stars 7 forks source link

feat: support opts.manifestUrl for webpack 4 #16

Open Jarryxin opened 2 years ago

Jarryxin commented 2 years ago

manifestUrl 用法

const cssLifecycles = singleSpaCss({
  manifestUrl: `http://${host}/manifest.json`, //
  webpackExtractedCss: false,
});

manifest 是 webpack-manifest-plugin 打包出的资源表 support development & production