Skip to content

Instantly share code, notes, and snippets.

@SebDuf
Created July 18, 2019 19:29
Show Gist options
  • Save SebDuf/b46e920f4891d07d9beae93fd20d63bf to your computer and use it in GitHub Desktop.
Save SebDuf/b46e920f4891d07d9beae93fd20d63bf to your computer and use it in GitHub Desktop.
Lean .babelrc demonstrating how to configure react-remove-properties to remove specific attributes
{
"env": {
"production": {
"plugins": [
[
"react-remove-properties",
{
"properties": [
"data-testid"
]
}
]
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment