frankwallis / WebpackAspnetMiddleware

Webpack development middleware for ASP.NET 5
50 stars 7 forks source link

Webpack 4 compatible? #13

Closed mika76 closed 6 years ago

mika76 commented 6 years ago

Just a question really, but will this work with webpack 4? Anything specific I need to know?

frankwallis commented 6 years ago

As far as I know everything should still work as long as you set the new mode option in your config file

frankwallis commented 6 years ago

I have made some updates to remove the warnings in webpack 4, but can confirm it all works.