v3.0.0
Features
- Add startOptions option. Change urlRerouteOnly default to true. (#17)
To learn more about urlRerouteOnly, see https://single-spa.js.org/docs/api#start
new StandaloneSingleSpaPlugin({
startOptions: {
// in standalone-single-spa-webpack-plugin@2, the default value was false. In v3, the default value is true.
urlRerouteOnly: false
}
})
This change was made to make it easier for Vue 3 applications to work in standalone mode. See single-spa/single-spa-vue#85