Revert "Strip data-testid in production builds" (#25163

This reverts commit a0791ff48f.
This commit is contained in:
Michael Telatynski 2023-04-20 08:58:07 +01:00 committed by GitHub
parent a0791ff48f
commit 66c86a6397
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 22 deletions

View file

@ -32,16 +32,4 @@ module.exports = {
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-transform-runtime",
],
env: {
production: {
plugins: [
[
"babel-plugin-jsx-remove-data-test-id",
{
attributes: "data-testid",
},
],
],
},
},
};