File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
packages/chrome-devtools/src/utils/chrome Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 6565 const [ _name , version ] = devtoolsMessage [ __EAGER_SHARE__ ] as [ string , string ] ;
6666 fetchAndExecuteUmdSync ( getUnpkgUrl ( 'react' , version ) as string ) ;
6767 fetchAndExecuteUmdSync ( getUnpkgUrl ( 'react-dom' , version ) as string ) ;
68- // const { script: reactScript } = createScript({
69- // url: getUnpkgUrl('react', version) as string,
70- // cb: () => {
71- // const { script: reactDomScript } = createScript({
72- // url: getUnpkgUrl('react-dom', version) as string,
73- // attrs: { defer: false, async: false },
74- // });
75- // document.documentElement.appendChild(reactDomScript);
76- // },
77- // attrs: { defer: false, async: false },
78- // needDeleteScript: true,
79- // });
80- // document.documentElement.appendChild(reactScript);
8168}
8269
8370const fastRefreshPlugin = ( ) : ModuleFederationRuntimePlugin => {
You can’t perform that action at this time.
0 commit comments