disable optimize to fix svg problem

This commit is contained in:
Michael Czechowski
2024-10-18 15:03:22 +02:00
parent 3ae320c288
commit 50c6eb6c6d
3 changed files with 6 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel --public-url / index.pug --open",
"build": "parcel build index.pug",
"build": "parcel build index.pug --no-minify",
"format": "npx prettier --write src/**/*.{ts,pug} index.pug package.json",
"deploy": "make deploy"
},