diff options
author | Renard | 2019-09-16 15:31:54 -0300 |
---|---|---|
committer | Renard | 2019-09-16 15:31:54 -0300 |
commit | 649bbd8297f4a8b2062f224065288f30a8f4330d (patch) | |
tree | a81dd9514517b8d7876bffa86caab0823449bd62 /package.json | |
parent | a7c41857117523eedbd24477f2b2ea9b7f3571ac (diff) | |
download | bai-client-649bbd8297f4a8b2062f224065288f30a8f4330d.tar.gz bai-client-649bbd8297f4a8b2062f224065288f30a8f4330d.tar.xz bai-client-649bbd8297f4a8b2062f224065288f30a8f4330d.zip |
favicon, metatags, removed sourcemaps in dist
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
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" }, |