mirror of https://github.com/openspug/spug
U 前端build不再产生sourcemap文件
parent
69381f1c61
commit
cd22428383
|
@ -22,7 +22,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"start": "react-app-rewired start",
|
||||
"build": "react-app-rewired build",
|
||||
"build": "GENERATE_SOURCEMAP=false react-app-rewired build",
|
||||
"test": "react-app-rewired test",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue