fix build for now

Terser (via Parcel) was failing to parse uPlot to minify it, for some reason.

This commit disables minification and is terrible for performance; we should move off Parcel ASAP.
This commit is contained in:
Alex Bates 2023-03-08 16:53:32 +00:00
parent 1845f7ea51
commit 770c1ec8c1
No known key found for this signature in database
GPG Key ID: 345CFD3A22B1693D

View File

@ -1,7 +1,7 @@
{
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html"
"build": "parcel build src/index.html --no-minify"
},
"browserslist": "> 1% and last 2 years",
"dependencies": {