Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 400 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 400 Bytes

single-spa-css

Lifecycle helpers for loading and unmounting css.

Full Documentation

manifestUrl 用法

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

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