Strip data-testid in production builds (#25152)
This commit is contained in:
parent
1a04705960
commit
a0791ff48f
4 changed files with 22 additions and 0 deletions
|
@ -269,6 +269,7 @@ module.exports = (env, argv) => {
|
|||
},
|
||||
loader: "babel-loader",
|
||||
options: {
|
||||
envName: nodeEnv,
|
||||
cacheDirectory: true,
|
||||
},
|
||||
},
|
||||
|
@ -434,6 +435,9 @@ module.exports = (env, argv) => {
|
|||
{
|
||||
// TS -> JS because the worklet-loader won't do this for us.
|
||||
loader: "babel-loader",
|
||||
options: {
|
||||
envName: nodeEnv,
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue