-
Notifications
You must be signed in to change notification settings - Fork 519
Add webpack 4 support to aspnet-webpack #1606
Conversation
Should fix #1562 |
@mattvperry nice! Hopefully this move us one step closer to Webpack 4. I see that there is a conditional for backwards compatibility with |
@bharney I don't think so? Mainly because I think that |
monaco-editor-webpack-plugin relies on webpack 4 |
@mattvperry Any idea why the pull request is not merged yet although the quality gates are green for many weeks now? Can we somehow accelerate that process? |
@mkArtakMSFT Can you please take a look? |
@SteveSanderson any thoughts on this? We would greatly benefit from being able to upgrade to webpack 4. |
What is plan for this one? Any dates available? |
@nikolenkoanton92 as you seem to work for Microsoft. Would you please forward this merge issue to someone having time at Microsoft? I think a week time to respond is more than enough. Things need to get escalated here. WE the user want that pull request merged finally. The longer you wait the more merge conflicts you get... |
If you look at the commit history for the files in the aspnet-webpack section, it seems @SteveSandersonMS has been the primary contributor. |
So another abandoned MS project? It sucks as some people actually use it and are willing to spend their own free time to make contribution. :( |
@jessegavin thus I would say for 4 months this project is dead... a new toy a new love thats it: They are called project hoppers... |
@natemcmaster / @ryanbrandenburg - any ETA for looking at this? It's a blocker for several projects. |
@SteveSandersonMS - would you mind having a look at this PR? |
Thanks very much @mattvperry! This looks great. I appreciate your efforts to maintain back-compat with older versions of Webpack. Sorry it took a while to merge. This is now published to NPM as |
This PR makes aspnet-webpack compatible with webpack 4. I did my best to keep the package backwards compatible. This PR does the following:
I did not bump the version of the package because I wasn't sure how you guys wanted to handle that. Support for webpack 4 is crucial for my team since this is the only remaining package causing us to hold off on the upgrade. I would greatly appreciate someone taking a look at this.