perf(netlify-cms-core): add basic route code-splitting (#1889)
This commit is contained in:
committed by
Shawn Erquhart
parent
0aae3be1b5
commit
9aa56457e2
@ -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) {
|
||||
|
Reference in New Issue
Block a user