-
-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
introduce rollup bundler #326
Conversation
Thanks so much for your contribution, amazing work :) |
Thanks. Been great fun. I had a (hopefully good) sample I am thinking about moving
and import individual components via
What do you think about that? |
Don't worry about those, you took the thoughts out of my mind. I have some other questions:
If I have other questions, don't miss them :) |
To answer my own question, I found that |
I think I figured on how to do ESM as well. |
Tough and good questions! As I'm just learning rollup myself, I have to investigate more deeply. A checklist in #306 would be helpful what tasks are still to be done and others might help out as well. Meanwhile, until you push your new findings, I'm going to look for other libraries which do rollup and esm modules, too. Sorry of being of no help right now. Let's solve remaining aspects together. |
@midzer will do asap |
Hi again,
here's a setup to bundle bsn with rollup. Babel with preset-env is used to transpile JS. I've tested dist JS files only for Drowndown functionality until now.
The next days I'm going to import individual components in a project to see how this works out.
Cheers
midzer