AppRootPage: Fixes issue navigating between two app plugin pages (#54519)

* AppRootPage: Fixes issue where it was not possible to navigate to another plugin

* Externalize react-router

* fixing test
This commit is contained in:
Torkel Ödegaard
2022-08-31 15:36:08 +02:00
committed by GitHub
parent 713075c494
commit e5fba788d6
3 changed files with 30 additions and 26 deletions

View File

@ -180,6 +180,7 @@ const getBaseWebpackConfig: WebpackConfigurationGetter = async (options) => {
'react-redux',
'redux',
'rxjs',
'react-router',
'react-router-dom',
'd3',
'angular',