Skip to content
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

fix(package): add webpack >= v4.0.0 (peerDependencies) #245

Merged
merged 1 commit into from
Feb 27, 2018
Merged

fix(package): add webpack >= v4.0.0 (peerDependencies) #245

merged 1 commit into from
Feb 27, 2018

Conversation

ryanclark
Copy link
Collaborator

@ryanclark ryanclark commented Feb 27, 2018

Adds webpack 4 as an allowed peer dependency

Had to fix the dev dependency of webpack to ^3.10.0 (matches uglify plugin) otherwise the tests would use latest and fail as mode was not set in the config.

@michael-ciniawsky michael-ciniawsky changed the title chore(package): update webpack peer dependency fix(package): add webpack >= v4.0.0 (peerDependencies) Feb 27, 2018
@michael-ciniawsky michael-ciniawsky added this to the 4.0.6 milestone Feb 27, 2018
Copy link
Member

@michael-ciniawsky michael-ciniawsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did package-lock.json changed ?

@@ -10,6 +10,7 @@ function compile(fixture, moduleRules, resolveAlias = {}) {

webpack({
entry,
mode: 'development',
Copy link
Member

@michael-ciniawsky michael-ciniawsky Feb 27, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please drop this as the test setup needs additional changes to work with webpack >= v4.0.0 (CommonChunksPlugin removed etc etc) :) This will be taken care of by #233 separately

@ryanclark
Copy link
Collaborator Author

ryanclark commented Feb 27, 2018

So the next branch fixes this, but isn't finished yet. I think we should hotfix master until next is done.

@michael-ciniawsky
Copy link
Member

Thx

@michael-ciniawsky michael-ciniawsky merged commit 011cc73 into webpack-contrib:master Feb 27, 2018
@ryanclark ryanclark deleted the webpack-4 branch February 27, 2018 01:22
@michael-ciniawsky michael-ciniawsky removed this from the 4.0.7 milestone Feb 27, 2018
@michael-ciniawsky
Copy link
Member

Released in v4.0.6 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants