Compress extension in build

This commit is contained in:
Idrees Hassan
2025-11-02 21:40:25 -05:00
parent 6e40e658bf
commit 2d95496fd9
9 changed files with 1038 additions and 9 deletions

View File

@@ -10,6 +10,7 @@
"dev": "nodemon --watch src --watch stylesheet.css --watch build.js --exec \"npm run build\""
},
"devDependencies": {
"archiver": "^7.0.1",
"nodemon": "^3.1.10",
"rollup": "^4.52.5"
}