How to configure wrangler to not minify function names?
I know that in webpack you can do a keep_fnames: true
with the TerserPlugin but can I do a similar thing with wrangler ?
I know that in webpack you can do a keep_fnames: true
with the TerserPlugin but can I do a similar thing with wrangler ?