Skip to content

Commit

Permalink
chore: disable babel-plugin-jsx-remove-data-test-id
Browse files Browse the repository at this point in the history
  • Loading branch information
vannizhang committed Mar 29, 2024
1 parent 5ea6910 commit fdca5b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"production": {
"plugins": [
[
"babel-plugin-jsx-remove-data-test-id",
{
"attributes": ["data-test-id", "data-testid", "data-test-attr"]
}
// "babel-plugin-jsx-remove-data-test-id",
// {
// "attributes": ["data-test-id", "data-testid", "data-test-attr"]
// }
]
]
}
Expand Down

0 comments on commit fdca5b9

Please sign in to comment.