Browse Source

Move "react-loadable" to dependencies

"react-loadable" should not be DEV dependencies because it be used in "src/common/router.js"
pull/2012/head
Li Haitao 8 years ago
committed by 陈帅
parent
commit
3f0c6e4503
  1. 2
      package.json

2
package.json

@ -43,6 +43,7 @@
"react-document-title": "^2.0.3",
"react-dom": "^16.4.1",
"react-fittext": "^1.0.0",
"react-loadable": "^5.5.0",
"rollbar": "^2.3.4",
"setprototypeof": "^1.1.0",
"url-polyfill": "^1.0.10"
@ -71,7 +72,6 @@
"mockjs": "^1.0.1-beta3",
"prettier": "1.14.2",
"pro-download": "^1.0.1",
"react-loadable": "^5.5.0",
"redbox-react": "^1.5.0",
"regenerator-runtime": "^0.12.0",
"roadhog": "^2.4.2",

Loading…
Cancel
Save