mirror of
https://github.com/computernewb/collab-vm-1.2-webapp.git
synced 2025-01-22 19:03:02 -05:00
disable sourcemaps for production builds
This commit is contained in:
parent
468bfe1748
commit
6a1d2bef7b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"description": "kill me",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "parcel build --dist-dir dist src/html/index.html",
|
||||
"build": "parcel build --no-source-maps --dist-dir dist src/html/index.html",
|
||||
"serve": "parcel src/html/index.html",
|
||||
"clean": "run-script-os",
|
||||
"clean:darwin:linux": "rm -rf dist .parcel-cache",
|
||||
|
|
Loading…
Reference in a new issue