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

@ -269,7 +269,6 @@ module.exports = (env, argv) => {
},
loader: "babel-loader",
options: {
envName: nodeEnv,
cacheDirectory: true,
},
},
@ -435,9 +434,6 @@ module.exports = (env, argv) => {
{
// TS -> JS because the worklet-loader won't do this for us.
loader: "babel-loader",
options: {
envName: nodeEnv,
},
},
],
},