mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Add type='module' to webview script
This commit is contained in:
parent
d70c3e038a
commit
e6a49ddc5c
1 changed files with 1 additions and 1 deletions
|
|
@ -509,7 +509,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
|
|||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
<script nonce="${nonce}" src="${scriptUri}"></script>
|
||||
<script nonce="${nonce}" type="module" src="${scriptUri}"></script>
|
||||
</body>
|
||||
</html>
|
||||
`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue