Skip to content

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

Merged
michael-ciniawsky merged 1 commit intowebpack:masterfrom
ryanclark:webpack-4
Feb 27, 2018
Merged

fix(package): add webpack >= v4.0.0 (peerDependencies)#245
michael-ciniawsky merged 1 commit intowebpack:masterfrom
ryanclark:webpack-4

Conversation

@ryanclark
Copy link
Copy Markdown
Contributor

@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
Copy Markdown
Contributor

@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 ?


webpack({
entry,
mode: 'development',
Copy link
Copy Markdown
Contributor

@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
Copy Markdown
Contributor 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
Copy Markdown
Contributor

Thx

@michael-ciniawsky michael-ciniawsky merged commit 011cc73 into webpack: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
Copy Markdown
Contributor

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