Revert "Strip data-testid in production builds" (#25163
This reverts commit a0791ff48f
.
This commit is contained in:
parent
a0791ff48f
commit
66c86a6397
4 changed files with 0 additions and 22 deletions
|
@ -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",
|
||||
},
|
||||
],
|
||||
],
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue