Remove js source maps from build

This commit is contained in:
Jannis Mattheis 2019-01-20 10:37:35 +01:00
parent 25576e2ed1
commit e6c3a5938e
1 changed files with 1 additions and 0 deletions

View File

@ -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 .",