@@ -85,7 +85,7 @@ const bundles = [
85
85
moduleType : RENDERER ,
86
86
entry : 'react-dom' ,
87
87
global : 'ReactDOM' ,
88
- externals : [ 'react' ] ,
88
+ externals : [ 'interaction-tracking' , ' react'] ,
89
89
} ,
90
90
91
91
//******* Test Utils *******/
@@ -129,15 +129,15 @@ const bundles = [
129
129
moduleType : NON_FIBER_RENDERER ,
130
130
entry : 'react-dom/server.browser' ,
131
131
global : 'ReactDOMServer' ,
132
- externals : [ 'react' ] ,
132
+ externals : [ 'interaction-tracking' , ' react'] ,
133
133
} ,
134
134
135
135
{
136
136
label : 'dom-server-node' ,
137
137
bundleTypes : [ NODE_DEV , NODE_PROD ] ,
138
138
moduleType : NON_FIBER_RENDERER ,
139
139
entry : 'react-dom/server.node' ,
140
- externals : [ 'react' , 'stream' ] ,
140
+ externals : [ 'interaction-tracking' , ' react', 'stream' ] ,
141
141
} ,
142
142
143
143
/******* React ART *******/
@@ -179,6 +179,7 @@ const bundles = [
179
179
'deepDiffer' ,
180
180
'deepFreezeAndThrowOnMutationInDev' ,
181
181
'flattenStyle' ,
182
+ 'interaction-tracking' ,
182
183
'ReactNativeViewConfigRegistry' ,
183
184
] ,
184
185
} ,
@@ -199,6 +200,7 @@ const bundles = [
199
200
'deepDiffer' ,
200
201
'deepFreezeAndThrowOnMutationInDev' ,
201
202
'flattenStyle' ,
203
+ 'interaction-tracking' ,
202
204
'ReactNativeViewConfigRegistry' ,
203
205
] ,
204
206
} ,
@@ -221,6 +223,7 @@ const bundles = [
221
223
'deepDiffer' ,
222
224
'deepFreezeAndThrowOnMutationInDev' ,
223
225
'flattenStyle' ,
226
+ 'interaction-tracking' ,
224
227
'ReactNativeViewConfigRegistry' ,
225
228
] ,
226
229
} ,
@@ -242,6 +245,7 @@ const bundles = [
242
245
'deepDiffer' ,
243
246
'deepFreezeAndThrowOnMutationInDev' ,
244
247
'flattenStyle' ,
248
+ 'interaction-tracking' ,
245
249
'ReactNativeViewConfigRegistry' ,
246
250
] ,
247
251
} ,
@@ -253,7 +257,7 @@ const bundles = [
253
257
moduleType : RENDERER ,
254
258
entry : 'react-test-renderer' ,
255
259
global : 'ReactTestRenderer' ,
256
- externals : [ 'react' ] ,
260
+ externals : [ 'interaction-tracking' , ' react'] ,
257
261
} ,
258
262
259
263
{
@@ -318,7 +322,7 @@ const bundles = [
318
322
moduleType : RECONCILER ,
319
323
entry : 'react-reconciler' ,
320
324
global : 'ReactReconciler' ,
321
- externals : [ 'react' ] ,
325
+ externals : [ 'interaction-tracking' , ' react'] ,
322
326
} ,
323
327
324
328
/******* React Persistent Reconciler *******/
@@ -328,7 +332,7 @@ const bundles = [
328
332
moduleType : RECONCILER ,
329
333
entry : 'react-reconciler/persistent' ,
330
334
global : 'ReactPersistentReconciler' ,
331
- externals : [ 'react' ] ,
335
+ externals : [ 'interaction-tracking' , ' react'] ,
332
336
} ,
333
337
334
338
/******* Reflection *******/
0 commit comments