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

@ -39,10 +39,10 @@
"netlify-cms-ui-default": "^2.2.0",
"node-polyglot": "^2.3.0",
"prop-types": "^15.5.10",
"react": "^16.4.1",
"react": "^16.6.3",
"react-dnd": "^7.0.0",
"react-dnd-html5-backend": "^7.0.0",
"react-dom": "^16.0.0",
"react-dom": "^16.6.3",
"react-emotion": "^9.2.5",
"react-frame-component": "^4.0.2",
"react-hot-loader": "^4.0.0",