Skip to content

v2.0.0

Choose a tag to compare

@internettrans internettrans released this 12 Feb 22:54

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 importMapOverrides or importMapOverridesLocalStorageKey options.

Features

  • Added import-map-overrides to standalone page, including importMapOverrides and importMapOverridesLocalStorageKey options. (#11)