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

@ -51,6 +51,7 @@
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"all-contributors-cli": "^4.4.0",