Commit 4cb3b1ed authored by Donald Haase's avatar Donald Haase
Browse files

Preventing sourcemaps from generating to prevent exposure in prod and warnings.

parent 6d2a3eb7
......@@ -23,8 +23,8 @@
"e2e:ff": "testcafe firefox:headless testing/main.e2e.js -r spec,json:testing/reports/ff.json",
"e2e:edge": "testcafe edge testing/main.e2e.js -r spec,json:testing/reports/edge.json",
"e2e:all": "npm run e2e:chrome && npm run e2e:ff",
"start:ci": "serve -s build -l 3000",
"start:local": "npm install && npm run build && npm install -g serve && serve -s build -l 3000"
"start:local": "npm install && GENERATE_SOURCEMAP=false npm run build && npm install -g serve && serve -s build -l 3000",
"start:ci": "serve -s build -l 3000"
},
"author": "Joe Ziemba",
"license": "ISC",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment