From 770c1ec8c1708a6e4182b5cb58228501c4437ced Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Wed, 8 Mar 2023 16:53:32 +0000 Subject: [PATCH] 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. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e662b4..0152ef4 100644 --- a/package.json +++ b/package.json @@ -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": {