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

Output Cannot Be Copied. #28

Closed ghost closed 2 years ago

ghost commented 2 years ago

I can't copy the output for the following command:

export from "@firebase/app"; export from "@firebase/analytics"; export from "@firebase/auth"; export from "@firebase/firestore"; export from "@firebase/functions"; export from "@firebase/messaging"; export from "@firebase/storage"; export from "@firebase/performance"; export from "@firebase/remote-config"; export from "@firebase/app-check";

Just a suggestion from me, please add a feature to download the output as a text file :)

ghost commented 2 years ago

@okikio Please help me!

I'm really looking forward to you adding the features I recommend :)

okikio commented 2 years ago

@riskiidrus I've now added a download button.

Note: you have to go to the specific tab you want to download the code for, e.g. click the output tab if you want to download output code.

image