Commit 83edd721 by 姜雷

Merge branch 'develop' into 'test'

添加依赖增加兼容引用 See merge request !26
parents 95bbe167 c0ec03dd
......@@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/polyfill": "^7.0.0",
"antd-mobile": "^2.2.5",
"axios": "^0.18.0",
"cssnano": "^4.0.5",
......
import 'core-js/es6/map';
import 'core-js/es6/set';
import "@babel/polyfill";
import React from 'react';
import ReactDOM from 'react-dom';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment