no soucemap generned
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"debug:server": "cross-env NODE_OPTIONS=\"--loader ts-node/esm --inspect=5858\" ts-node-dev server/server.ts",
|
||||
"debug:client": "cross-env PORT=3001 react-scripts start",
|
||||
"debug": "concurrently \"npm run debug:server\" \"npm run debug:client\"",
|
||||
"build": "react-scripts build",
|
||||
"build": "cross-env GENERATE_SOURCEMAP=false react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"migrate-passwords": "ts-node -P tsconfig.json scripts/migratePasswords.ts"
|
||||
|
||||
Reference in New Issue
Block a user