diff --git a/package.json b/package.json index e018a26..7c75a2a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "private": true, "scripts": { "start": "parcel index.html", - "build": "parcel build index.html" + "build": "parcel build index.html --no-source-maps" }, "devDependencies": { "@parcel/transformer-image": "2.0.0-rc.0",