-
Notifications
You must be signed in to change notification settings - Fork 77
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
feat: supporting webpack 5 #234
Conversation
Codecov Report
@@ Coverage Diff @@
## master #234 +/- ##
==========================================
+ Coverage 98.67% 98.72% +0.05%
==========================================
Files 2 2
Lines 151 157 +6
Branches 38 38
==========================================
+ Hits 149 155 +6
Misses 2 2
Continue to review full report at Codecov.
|
Hey, just a quick question, when is this expected to land? I would like to build on it, and since we're using dotenv-webpack in our project that's a blocker for me right now. |
@marcelgerber Haha I'm kinda waiting for someone like you to tell me they need it. Normally a little hesitant to update so I'll update all those dependencies then try and get this in. |
@mrsteele Great, and thank you so much for the effort you're putting in here. Greatly appreciated! |
BREAKING CHANGE: adding additional env replacements for unreferenced variables for webpack v5
🎉 This PR is included in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* feat: supporting webpack 5 * feat: dropping support for node v9 BREAKING CHANGE: adding additional env replacements for unreferenced variables for webpack v5
Closes #184 as well as some other artifact issues I was seeing.