Skip to content

Lifecycle helpers for loading and unmounting css

License

Notifications You must be signed in to change notification settings

Jarryxin/single-spa-css

 
 

Repository files navigation

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

About

Lifecycle helpers for loading and unmounting css

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 78.8%
  • JavaScript 21.2%