We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d70c3e0 + e6a49dd commit 00bf6a3Copy full SHA for 00bf6a3
src/core/webview/ClineProvider.ts
@@ -509,7 +509,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
509
<body>
510
<noscript>You need to enable JavaScript to run this app.</noscript>
511
<div id="root"></div>
512
- <script nonce="${nonce}" src="${scriptUri}"></script>
+ <script nonce="${nonce}" type="module" src="${scriptUri}"></script>
513
</body>
514
</html>
515
`
0 commit comments