@@ -8,6 +8,6 @@ | |||
</head> | |||
<body> | |||
<div id="root"></div> | |||
<script src="/umi.386a1fde.js"></script> | |||
<script src="/umi.e6bdc561.js"></script> | |||
</body> | |||
</html> |
@@ -2,8 +2,8 @@ | |||
"private": true, | |||
"author": "Soleilw <a617759082@126.com>", | |||
"scripts": { | |||
"build": "cross-env BUILD_ENV=production umi build", | |||
"build:env": "cross-env BUILD_ENV=development umi build", | |||
"build": "cross-env BUILD_ENV=production max build", | |||
"build:env": "cross-env BUILD_ENV=development max build", | |||
"dev": "max dev", | |||
"format": "prettier --cache --write .", | |||
"postinstall": "max setup", |