We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
scuttleGlobalThis
1 parent 355864e commit 9b21856Copy full SHA for 9b21856
1 file changed
packages/snaps-execution-environments/webpack.config.js
@@ -238,8 +238,16 @@ const configs = ENTRY_POINTS.map(
238
scuttleGlobalThis: {
239
enabled: true,
240
exceptions: [
241
+ 'Array',
242
+ 'Boolean',
243
+ 'Number',
244
+ 'Object',
245
'postMessage',
246
+ 'Promise',
247
+ 'Reflect',
248
+ 'Set',
249
'removeEventListener',
250
+ 'isNaN',
251
'isSecureContext',
252
'ReactNativeWebView',
253
'JSON',
0 commit comments