Skip to content

Commit

Permalink
added preprocessor "svelte-remove-attributes" (#629)
Browse files Browse the repository at this point in the history
* Update packages.json

preprocessor added to remove attributes from final builds

* npm package correctly named

* pnpm does not work for me another try with calling prettier directly

---------

Co-authored-by: Lachlan Collins <[email protected]>
  • Loading branch information
Jacob Bogers and lachlancollins authored Jun 16, 2024
1 parent 259df02 commit c8881e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/routes/packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3020,5 +3020,12 @@
"description": "Rich text editor as a svelte component",
"npm": "@altron/altron",
"categories": ["forms-and-input", "integrations"]
},
{
"title": "remove-attributes",
"repository": "https://github.com/jacobbogers/svelte-remove-attributes",
"description": "svelte preprocessor to remove attributes (like data-testid) from builds",
"npm": "svelte-remove-attributes",
"categories": ["styling-and-layout", "build-plugins"]
}
]

0 comments on commit c8881e6

Please sign in to comment.