Move "react-loadable" to dependencies
"react-loadable" should not be DEV dependencies because it be used in "src/common/router.js"
Showing
... | @@ -43,6 +43,7 @@ | ... | @@ -43,6 +43,7 @@ |
"react-document-title": "^2.0.3", | "react-document-title": "^2.0.3", | ||
"react-dom": "^16.4.1", | "react-dom": "^16.4.1", | ||
"react-fittext": "^1.0.0", | "react-fittext": "^1.0.0", | ||
"react-loadable": "^5.5.0", | |||
"rollbar": "^2.3.4", | "rollbar": "^2.3.4", | ||
"setprototypeof": "^1.1.0", | "setprototypeof": "^1.1.0", | ||
"url-polyfill": "^1.0.10" | "url-polyfill": "^1.0.10" | ||
... | @@ -71,7 +72,6 @@ | ... | @@ -71,7 +72,6 @@ |
"mockjs": "^1.0.1-beta3", | "mockjs": "^1.0.1-beta3", | ||
"prettier": "1.14.2", | "prettier": "1.14.2", | ||
"pro-download": "^1.0.1", | "pro-download": "^1.0.1", | ||
"react-loadable": "^5.5.0", | |||
"redbox-react": "^1.5.0", | "redbox-react": "^1.5.0", | ||
"regenerator-runtime": "^0.12.0", | "regenerator-runtime": "^0.12.0", | ||
"roadhog": "^2.4.2", | "roadhog": "^2.4.2", | ||
... | ... |
Please register or sign in to comment