U 前端build不再产生sourcemap文件

pull/103/head
vapao 2020-05-04 20:09:36 +08:00
parent 69381f1c61
commit cd22428383
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
}, },
"scripts": { "scripts": {
"start": "react-app-rewired start", "start": "react-app-rewired start",
"build": "react-app-rewired build", "build": "GENERATE_SOURCEMAP=false react-app-rewired build",
"test": "react-app-rewired test", "test": "react-app-rewired test",
"eject": "react-scripts eject" "eject": "react-scripts eject"
}, },