reduce index bundle size

This commit is contained in:
Yeicor
2024-03-02 17:28:27 +01:00
parent 50e90b0c5f
commit beb7ee6ef5
7 changed files with 23 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
"author": "Yeicor",
"scripts": {
"start": "parcel src/index.html",
"build": "yarn update-licenses && parcel build src/index.html --reporter @parcel/reporter-bundle-analyzer --detailed-report",
"build": "yarn update-licenses && parcel build src/index.html --reporter @parcel/reporter-bundle-analyzer --detailed-report --public-url ./",
"update-licenses": "generate-license-file --input package.json --output assets/licenses.txt --overwrite"
},
"dependencies": {