disable optimize to fix svg problem
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user