okikio / bundlejs

An online tool to quickly bundle & minify your projects, while viewing the compressed gzip/brotli bundle size, all running locally on your browser.
https://bundlejs.com
MIT License
751 stars 13 forks source link

mangleProps option value should be RegExp #35

Closed asvny closed 2 years ago

asvny commented 2 years ago

I guess the setting allows only JSON but when trying to provide a Regex for mangleProps it fails to build

okikio commented 2 years ago

How are you currently using mangleProps? Can you share a reproduction?

okikio commented 2 years ago

This should now be fixed in the latest version, with the addition of TS for configs. @asvny please let me know if this is now fixed for you

okikio commented 2 years ago

Seems fixed in production, I'll close this