Reputation: 581
I have existing ng2 asp.net 4.6 project. Right now I am using systemjs,but I want to migrate to the webpack (that is new hot thing, isn't?:) )
I can't find asp.net 4.6 guide for webpack..or any asp.net project where I could find the correct setup.
Do you know any guides or github projects where I could learn about webpack setup in asp.net 4.6 environment?
I found webpack + asp.net 4.6 tutorial http://developer.telerik.com/featured/webpack-for-visual-studio-developers/
but it doesn't cover ng2 setup Thanks
Upvotes: 2
Views: 1074
Reputation: 1998
Check out Steve Sanderson's blog post and the corresponding ASP.NET Core JavaScriptServices middleware.
Upvotes: 1