v2.0.0
Breaking changes
If you use standalone-single-spa-webpack-plugin for development purposes only, it is 100% safe to upgrade. If you use it in production, you'll want to set some new configuration options when you upgrade.
- import-map-overrides UI will now show up in the browser page, by default. This can be turned off with the
importMapOverridesorimportMapOverridesLocalStorageKeyoptions.
Features
- Added import-map-overrides to standalone page, including
importMapOverridesandimportMapOverridesLocalStorageKeyoptions. (#11)