From c8881e637b9918f249e6d54118388b277f0d19ad Mon Sep 17 00:00:00 2001 From: Jacob Bogers Date: Sun, 16 Jun 2024 04:05:46 +0200 Subject: [PATCH] added preprocessor "svelte-remove-attributes" (#629) * 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 <1667261+lachlancollins@users.noreply.github.com> --- src/routes/packages/packages.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/routes/packages/packages.json b/src/routes/packages/packages.json index a3291bafe..b96af3bb2 100644 --- a/src/routes/packages/packages.json +++ b/src/routes/packages/packages.json @@ -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"] } ]