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(esbuild): filter option that allows to process only specific files #50

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

Anber
Copy link
Owner

@Anber Anber commented Feb 6, 2024

Motivation

A well-maintained code base can have styles only in specific files (e.g., Button.styles.ts). By default, wyw processes all files in an attempt to find styles for extraction. The new option filter allows to limit such useless work.

Summary

For now, filter has been introduced only for esbuild.

@Anber Anber requested a review from layershifter as a code owner February 6, 2024 11:58
Copy link

changeset-bot bot commented Feb 6, 2024

🦋 Changeset detected

Latest commit: 4ee62e1

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@Anber Anber merged commit cef295c into main Feb 6, 2024
4 checks passed
@Anber Anber deleted the feature/filter-option-for-esbuild branch February 6, 2024 12:21
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.

2 participants