perf(netlify-cms-core): add basic route code-splitting (#1889)

This commit is contained in:
Alexander Nanberg
2019-02-05 22:49:27 +01:00
committed by Shawn Erquhart
parent 0aae3be1b5
commit 9aa56457e2
5 changed files with 55 additions and 35 deletions

View File

@ -29,6 +29,7 @@ const plugins = () => {
'@babel/plugin-proposal-class-properties',
'@babel/plugin-proposal-object-rest-spread',
'@babel/plugin-proposal-export-default-from',
'@babel/plugin-syntax-dynamic-import',
];
if (isProduction) {