Remove js source maps from build
This commit is contained in:
parent
25576e2ed1
commit
e6c3a5938e
|
|
@ -24,6 +24,7 @@
|
|||
"scripts": {
|
||||
"start": "react-scripts-ts start",
|
||||
"build": "react-scripts-ts build",
|
||||
"postbuild": "rimraf build/**/*.map",
|
||||
"test": "react-scripts-ts test",
|
||||
"eject": "react-scripts-ts eject",
|
||||
"lint": "tslint --project .",
|
||||
|
|
|
|||
Loading…
Reference in New Issue