-
-
Notifications
You must be signed in to change notification settings - Fork 75
Support webpack 3.x #116
Support webpack 3.x #116
Conversation
|
Do devDependenices meet peerDependencies? I'm running into the same warning and that is probably the issue. |
|
@evilebottnawi Was looking into this some more as I'm still having the same issue. I still have the older package.json from before #L54. Even uninstalling and reinstalling didn't update it. Tried a |
|
@greggb oh yep, your are right (https://registry.npmjs.org/ericclemmons/-/npm-install-webpack-plugin-4.0.4.tgz), need patch release. |
Codecov Report
@@ Coverage Diff @@
## master #116 +/- ##
=======================================
Coverage 90.75% 90.75%
=======================================
Files 3 3
Lines 173 173
=======================================
Hits 157 157
Misses 16 16Continue to review full report at Codecov.
|
|
I haven't done a release since moving this repo to |
|
Worked great, thanks for the quick help. |
|
I had this in draft for other changes in master since the previous release:
|
No description provided.