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(postcss): ignore dot folders #2481

Merged
merged 2 commits into from
Apr 10, 2023
Merged

fix(postcss): ignore dot folders #2481

merged 2 commits into from
Apr 10, 2023

Conversation

sibbng
Copy link
Member

@sibbng sibbng commented Apr 10, 2023

Fixes #2473

In this case, the .next folder had a few large js files causing the slowdown. IMO ignoring all dot folders by default is fine.

@sibbng sibbng requested a review from antfu as a code owner April 10, 2023 03:59
@netlify
Copy link

netlify bot commented Apr 10, 2023

Deploy Preview for unocss ready!

Name Link
🔨 Latest commit 94d748f
🔍 Latest deploy log https://app.netlify.com/sites/unocss/deploys/6434484ececcf80008cdae76
😎 Deploy Preview https://deploy-preview-2481--unocss.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@sibbng sibbng requested a review from antfu April 10, 2023 17:33
@antfu antfu merged commit d1259e5 into main Apr 10, 2023
9 checks passed
@antfu antfu deleted the fix/postcss/dot-folders branch April 10, 2023 23:57
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.

When unocss is used as a postcss plugin, it causes "wait - compiling..." for nextjs.
2 participants