single-spa / single-spa-css

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

docs: clarify `required` #4

Closed nilzona closed 3 years ago

nilzona commented 3 years ago

At first I thought I needed to specify the names my webpack build had generated in cssUrls, but if webpackExtractedCss is true you should definitely not do that, since those css files will be loaded twice

joeldenning commented 3 years ago

Is the webpack plugin working well for you? That's the main thing I'm wanting feedback for