Skip to content

Commit 633356d

Browse files
committed
chore: remove uesless comment
1 parent a0dcf83 commit 633356d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

packages/chrome-devtools/src/utils/chrome/fast-refresh.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,6 @@ if (
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

8370
const fastRefreshPlugin = (): ModuleFederationRuntimePlugin => {

0 commit comments

Comments
 (0)