yarn: update dependencies, prepare for Plug'n'Play
This commit is contained in:
parent
3a3caee715
commit
98c54cba3a
18 changed files with 2619 additions and 2137 deletions
|
@ -6,6 +6,6 @@ import { lazy } from 'react';
|
|||
* whenever they are actually loaded for the client (which may be never, depending
|
||||
* on the feature and the egg).
|
||||
*/
|
||||
const EulaModalFeature = lazy(() => import(/* webpackChunkName: "feature.eula" */'@feature/eula/EulaModalFeature'));
|
||||
const EulaModalFeature = lazy(() => import(/* webpackChunkName: "feature.eula" */'feature/eula/EulaModalFeature'));
|
||||
|
||||
export { EulaModalFeature };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue