-
Notifications
You must be signed in to change notification settings - Fork 901
feat(module): add experimental.componentDetection
option
#5222
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
base: v4
Are you sure you want to change the base?
Conversation
commit: |
Heads up:
Look like you got a double slash |
@maxarias-io I'm having a hard-time reproducing your error, do you have a simple reproduction? Since the error reports |
Sorry no minimal repro, this is a big project I did retry with a clean install: Here's my info:
|
π Linked issue
Resolves #5212
β Type of change
π Description
Adds an
experimental.componentDetection
option for automatic tree-shaking of component styles which only generates theme files for components actually used in your application, reducing CSS bundle size and improving LCP performanceπ Checklist