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

Webpack 4 support #33

Merged
merged 1 commit into from
Mar 20, 2018
Merged

Webpack 4 support #33

merged 1 commit into from
Mar 20, 2018

Conversation

gpoitch
Copy link
Contributor

@gpoitch gpoitch commented Feb 26, 2018

Breaking internal plugin changes, so I bumped this plugin's major version and added webpack 4 peerDependency.

Closes #32

@aackerman
Copy link
Owner

@gpoitch thanks for the work I'll try to take a look at this later tonight. 👍

index.js Outdated
compiler.plugin('compilation', (compilation) => {
compilation.plugin('optimize-modules', (modules) => {
compiler.hooks.compilation.tap('circular-dependency-plugin', (compilation) => {
compilation.hooks.optimizeModules.tap('circular-dependency-plugin', (modules) => {

Choose a reason for hiding this comment

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

CircularDependencyPlugin would be better

@alecmev
Copy link

alecmev commented Mar 16, 2018

@aackerman Pinging, just in case this fell through your todo list 🙂

@aackerman aackerman merged commit d0e9d75 into aackerman:master Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants