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 clean-webpack-plugin API mismatch bug. #18

Merged
merged 1 commit into from
Mar 30, 2019

Conversation

shahzaibkhalid
Copy link
Owner

After upgrading to a major version of clean-webpack-plugin,
an API breaking change that it can only take an object as argument (not
the directories array that needs to be cleared) caused this issue.

After upgrading to a major version of `clean-webpack-plugin`,
an API breaking change that it can only take an object as argument (not
the directories array that needs to be cleared) caused this issue.
@shahzaibkhalid shahzaibkhalid added the bug fix 🐛 Something isn't working label Mar 30, 2019
@shahzaibkhalid shahzaibkhalid self-assigned this Mar 30, 2019
@shahzaibkhalid shahzaibkhalid merged commit a5477c0 into master Mar 30, 2019
@shahzaibkhalid shahzaibkhalid deleted the bug/clean-webpack-plugin-obj branch March 30, 2019 23:24
@shahzaibkhalid shahzaibkhalid changed the title fix(webpack-config): Fix clean-webpack-plugin API mismatch bug. Fix clean-webpack-plugin API mismatch bug. Apr 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix 🐛 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant