mirror of
https://github.com/pmret/website.git
synced 2024-11-08 12:12:27 +01:00
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:
parent
1845f7ea51
commit
770c1ec8c1
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user