minify breaks for some reason

This commit is contained in:
cupcakearmy 2020-09-20 22:28:05 +02:00
parent 77564060e2
commit 56cd2a3e7c
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"scripts": {
"clean": "rm -rf dist .cache",
"dev": "parcel watch --no-hmr manifest.json src/dashboard/index.html",
"build": "parcel build --no-content-hash --no-source-maps manifest.json src/dashboard/index.html"
"build": "parcel build --no-content-hash --no-source-maps --no-minify manifest.json src/dashboard/index.html"
},
"browserslist": [
"last 2 chrome versions",