aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e53d2f6..0546488 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
},
"scripts": {
"dev": "parcel src/index.html",
- "build": "parcel build src/index.html",
+ "build": "parcel build src/index.html --no-source-maps",
"format": "prettier \"src/**/*.{js,css,html}\" --write",
"lint": "eslint \"src/**/*.{js,jsx} --quiet"
},