Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Remove data-testid attributes while building your library with esbuild or tsup etc.

License

Notifications You must be signed in to change notification settings

react18-tools/esbuild-plugin-removetestid

Repository files navigation

ESBuild plugin removetestid

test codecov Version Downloads Unit Tests npm bundle size

This package is deprecated in favor of esbuild-plugin-react18. Please switch to esbuild-plugin-react18, which also offers additional options and more control over your build output. There is also a template repository which you can use to create your next library.

This is a simple esbuild plugin to remove data-testid attribute. Use this along with esbuild-plugin-ignoretests. Ref

Compatibility

  • JavaScript/TypeScript React libraries using tsup or other builders based on esbuild

This plugin seamlessly integrates with tsup and any other builders based on esbuild.

Install

$ pnpm add esbuild-plugin-removetestid
# or
$ npm install esbuild-plugin-removetestid
# or
$ yarn add esbuild-plugin-removetestid

Usage

// tsup.config.ts or tsup.config.js
import { defineConfig } from "tsup";
import removeTestidPlugin from "esbuild-plugin-removetestid";

export default defineConfig(options => ({
    ...
    esbuildPlugins:[removeTestidPlugin()]
}));

🤩 Don't forger to start this repo!

Want handson course for getting started with Turborepo? Check out React and Next.js with TypeScript

Repo Stats

License

Licensed as MIT open source.


with 💖 by Mayank Kumar Chaudhari

About

Remove data-testid attributes while building your library with esbuild or tsup etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published