mirror of
https://github.com/cupcakearmy/ora.git
synced 2024-11-01 00:34:11 +01:00
minify breaks for some reason
This commit is contained in:
parent
77564060e2
commit
56cd2a3e7c
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user