-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
chore(build): add systemjs bundles #23
Comments
@ludohenin unfortunately I am not really familiar with bundling with system.js |
I'll try to propose you something. |
In this question I agree with redux guys:
https://www.npmjs.com/package/redux but I was planning to add bundled version later, not prio, If you have an idea how I can do I will gladly apply it to all modules https://github.com/valor-software/ng2-plans :) |
Yeah agree with you. |
I suppose soon we will see some common approach to building\bundling modules |
Making a quick custom build (with system at least) isn't that hard. I think it's fine like this. |
This would be very nice in at least some form of docs. The official ng2 starting tutorial uses systemjs. |
published new version with system.js bundles https://www.npmjs.com/package/ng2-bootstrap#quick-start |
Would be very nice to have a
dist
folder with a bundled file build with systemjs (register).The text was updated successfully, but these errors were encountered: