We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dev
When you run yarn dev or npm run dev you get CPU usage up to 100%, slow HMR etc.
yarn dev
npm run dev
This can be fixed by excluding node_modules directory from watching by webpack.
node_modules
The text was updated successfully, but these errors were encountered:
Fix high CPU usage in dev mode
7593629
fixes cretueusebiu#145
Successfully merging a pull request may close this issue.
When you run
yarn dev
ornpm run dev
you get CPU usage up to 100%, slow HMR etc.This can be fixed by excluding
node_modules
directory from watching by webpack.The text was updated successfully, but these errors were encountered: