Skip to content

Commit

Permalink
mangle all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
frie321984 committed Sep 14, 2024
1 parent 8dcd753 commit 6144ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"README.md"
],
"scripts": {
"shrink": "npx uglify-js -o dist/cal.min.js --compress --mangle -- src/calendar.js",
"shrink": "npx uglify-js -o dist/cal.min.js --compress --mangle --mangle-props -- src/calendar.js",
"build": "mkdir -p dist && cp src/calendar.js dist && npm run shrink && cp build/index.html dist/example.html",
"serve": "cp src/calendar.js build && npx serve build -p 8000",
"test": "jest",
Expand Down

0 comments on commit 6144ae9

Please sign in to comment.