Travis Fischer

Results 663 comments of Travis Fischer

@paulmelnikow good call -- done 👍

I finally got around to giving CRL some much needed love with the release of `v3`. I decided to use a minor fork of [microbundle](https://github.com/developit/microbundle) by @developit which should simplify...

@psyycker Great to hear. Feel free to start with a focused PR that fixes / improves some aspect of things and we'll go from there. Thanks!

Hey @hayk94, the easiest way to do this is to use `sed` or an IDE find & replace. Otherwise, just create a new library and copy over your source files.

> I want to know how I can help. Asking these types of questions is already helping 😄 Additionally, feel free to open new issues for bugs or improvements that...

This should be fixed now as of `v3.1.1`.

You should be able to import image files directly into your library from JS / TS. We're using this under the hood https://github.com/sormy/rollup-plugin-smart-asset

If you list the extensions you'd like to bundle, I can add them to microbundle for you.

Customizing your rollup config isn't supported at the moment for CRL `v3`. I'd recommend opening an issue over at [microbundle](https://github.com/developit/microbundle) and tagging this issue.

@kdela PRs are more than welcome.