Open darkyen opened 8 years ago
Given the max size of 122 kb, minification would be really useful
Uncaught error: Request body size exceeds 122880 Error: Payload Too Large
For others who end up here. If you don't want to set up the tooling you can use this manual tool: https://jscompress.com/
Any official advice on this?
This is a bit old, but the -m
flag will minify.
wt-bundle -m --output ./build/webtask.js ./webtask.js
How does this work now that you are supposed to use wt-cli?
Is there a way to minify the output bundle ?