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

feat: drop webpack 4 support (remove "chokidar") #2021

Merged
merged 2 commits into from
Feb 12, 2024

Conversation

sairus2k
Copy link
Contributor

@sairus2k sairus2k commented Feb 6, 2024

This pull request removes the chokidar dependency from our project. This dependency was previously included as a workaround for compatibility issues with Webpack version 4. However, since msw has been upgraded to Webpack version 5, chokidar is no longer required. This change simplifies dependency tree and reduces the installation time and the size of the package.

@kettanaito kettanaito changed the title chore: remove chokidar dependency feat: drop webpack 4 supprot (remove "chokidar") Feb 6, 2024
@kettanaito kettanaito changed the title feat: drop webpack 4 supprot (remove "chokidar") feat: drop webpack 4 support (remove "chokidar") Feb 6, 2024
@kettanaito kettanaito merged commit a076142 into mswjs:main Feb 12, 2024
10 checks passed
@kettanaito
Copy link
Member

Released: v2.2.0 🎉

This has been released in v2.2.0!

Make sure to always update to the latest version (npm i msw@latest) to get the newest features and bug fixes.


Predictable release automation by @ossjs/release.

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.

None yet

2 participants