Revert "Strip data-testid in production builds" (#25163
This reverts commit a0791ff48f.
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user