From e6c3a5938e856dd0fa8b257e8881409257315eb9 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sun, 20 Jan 2019 10:37:35 +0100 Subject: [PATCH] Remove js source maps from build --- ui/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/package.json b/ui/package.json index b74b598..1394110 100644 --- a/ui/package.json +++ b/ui/package.json @@ -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 .",