-
Notifications
You must be signed in to change notification settings - Fork 8
Use webpack for the UI build #3
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
Comments
Hi @damienbod, I've tried to integrate webpack in your project, and you can see the result here.
Webpack creates only two bundles in Try it. If you like it, I can make a pr. |
This is great, thanks, the slow loading has been annoying me for weeks. I will try it out, a pull request would be great. Again, thanks a million, I will use this to upgrade this app. Still haven't decided if I should go with angular-cli or angular 2 with webpack, I want to compare both solutions. The angular 2 plotly solution uses angular-cli which works well. What's your opinion? Greetings Damien |
Hi Damien, angular-cli is ok, but then it uses as default SystemJS to load the app. Look at this thread where it is required the use of webpack: angular/angular-cli#909 |
Thanks, webpack seems like the way to go. |
Damien, I see you've updated your article: https://damienbod.com/2016/04/29/angular-2-localization-with-an-asp-net-core-mvc-service. Careful: even |
Thanks, I'll update |
No description provided.
The text was updated successfully, but these errors were encountered: