fix(build): do not generate sourcemap, fixes #295
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "husky install && npm run build:scripts",
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"start": "GENERATE_SOURCEMAP=false react-scripts start",
|
||||
"build": "GENERATE_SOURCEMAP=false react-scripts build",
|
||||
"build:scripts": "tsc --project tsconfig.scripts.json",
|
||||
"test": "react-scripts test --watchAll=false",
|
||||
"ts:check": "tsc --noEmit",
|
||||
|
||||
Reference in New Issue
Block a user