Merge branch 'master' of gitlab.julyedu.com:baiguangyao/mr-julyedu
Showing
... | @@ -4,6 +4,7 @@ | ... | @@ -4,6 +4,7 @@ |
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
"@babel/core": "7.2.2", | "@babel/core": "7.2.2", | ||
"@babel/plugin-proposal-decorators": "^7.4.4", | |||
"@loadable/component": "^5.10.1", | "@loadable/component": "^5.10.1", | ||
"@svgr/webpack": "4.1.0", | "@svgr/webpack": "4.1.0", | ||
"antd-mobile": "^2.2.13", | "antd-mobile": "^2.2.13", | ||
... | @@ -67,6 +68,7 @@ | ... | @@ -67,6 +68,7 @@ |
"redux": "^4.0.1", | "redux": "^4.0.1", | ||
"redux-immutable": "^4.0.0", | "redux-immutable": "^4.0.0", | ||
"redux-logger": "^3.0.6", | "redux-logger": "^3.0.6", | ||
"redux-persist": "^5.10.0", | |||
"redux-thunk": "^2.3.0", | "redux-thunk": "^2.3.0", | ||
"resolve": "1.10.0", | "resolve": "1.10.0", | ||
"sass-loader": "^7.1.0", | "sass-loader": "^7.1.0", | ||
... | @@ -146,6 +148,12 @@ | ... | @@ -146,6 +148,12 @@ |
], | ], | ||
"plugins": [ | "plugins": [ | ||
[ | [ | ||
"@babel/plugin-proposal-decorators", | |||
{ | |||
"legacy": true | |||
} | |||
], | |||
[ | |||
"import", | "import", | ||
{ | { | ||
"libraryName": "antd-mobile", | "libraryName": "antd-mobile", | ||
... | ... |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment