-
Notifications
You must be signed in to change notification settings - Fork 217
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
added preprocessor "svelte-remove-attributes" #629
Conversation
preprocessor added to remove attributes from final builds
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jacobbogers , you need to fix formatting, and the npm field should be the package name rather than a URL.
I have corrected, it is not an url but actual package name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still failing linting, you need to fix the prettier issues.
pnpm does not work for me, I am running prettier directly with --write, it did produce changes in package.json, so hope this works |
I am on windows, (11) remove the |
preprocessor to remove attributes (like
data-testid
from production builds)π― Change
added entry for a preprocessor
β Checklist
pnpm run lint
locally on my changes