Merge branch 'master' into v2
Showing
.babelrc.js
0 → 100644
| { | { | ||
| "name": "ant-design-pro", | "name": "ant-design-pro", | ||
| "version": "1.1.0", | "version": "1.2.0", | ||
| "description": "An out-of-box UI solution for enterprise applications", | "description": "An out-of-box UI solution for enterprise applications", | ||
| "private": true, | "private": true, | ||
| "scripts": { | "scripts": { | ||
| ... | @@ -51,6 +51,7 @@ | ... | @@ -51,6 +51,7 @@ | 
| "babel-eslint": "^8.1.2", | "babel-eslint": "^8.1.2", | ||
| "babel-plugin-dva-hmr": "^0.4.1", | "babel-plugin-dva-hmr": "^0.4.1", | ||
| "babel-plugin-import": "^1.6.7", | "babel-plugin-import": "^1.6.7", | ||
| "babel-plugin-module-resolver": "^3.1.1", | |||
| "babel-plugin-transform-decorators-legacy": "^1.3.4", | "babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
| "cross-env": "^5.1.1", | "cross-env": "^5.1.1", | ||
| "cross-port-killer": "^1.0.1", | "cross-port-killer": "^1.0.1", | ||
| ... | @@ -83,7 +84,7 @@ | ... | @@ -83,7 +84,7 @@ | 
| "**/*.less": "stylelint --syntax less" | "**/*.less": "stylelint --syntax less" | ||
| }, | }, | ||
| "engines": { | "engines": { | ||
| "node" : ">=8.0.0" | "node": ">=8.0.0" | ||
| }, | }, | ||
| "browserslist": [ | "browserslist": [ | ||
| "> 1%", | "> 1%", | ||
| ... | ... | 
Please register or sign in to comment