straker / js13k-packer

Optimally package js13kGames files for upload.
MIT License
5 stars 1 forks source link

Better way to override default minify options #3

Open straker opened 1 year ago

straker commented 1 year ago

If I want to disable a single default option (like booleans_as_integers) I can't just pass the one option I want to disable. Instead I have to pass the entire default option list and disable the one prop. This makes it really difficult to use from a cli perspective. Need a better way to allow overriding a single prop while still allowing passing a complete override.