[Feature] More Customizable JS Minifier

Hi Team!

I would like to suggest a more customizable JS Minifier like minifying the global functions as well.

At the moment, BS's minify option only removes new lines (\n) and minifying function's args and local varibles.

Hope this can be considered! Wish you goodluck team!

Thank you for the suggestion! Internally Bootstrap Studio users the Terser library which does quite a few optimizations when minifying. Building a dedicated UI might not be worth the effort, as any potential file size wins will be small, but carries the risk of introducing bugs in the minification.

1 Like

Is there a way to set the config options that BSS uses regarding Terser?