refactor(nucleus): use portals when mounting entry components

This commit is contained in:
Miralem Drek
2019-05-08 17:23:31 +02:00
parent 1836dfbcc2
commit 335e800c07
10 changed files with 251 additions and 174 deletions

View File

@@ -91,6 +91,7 @@ const config = (isEsm) => {
plugins: [
replace({
'process.env.NODE_ENV': JSON.stringify(isEsm ? 'development' : 'production'),
'process.env.NEBULA_VERSION': JSON.stringify(version),
}),
nodeResolve({
extensions: ['.js', '.jsx'],