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