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.
devtools-background.js
type="module"
1 parent c13452a commit eed0958Copy full SHA for eed0958
2 files changed
packages/chrome-extension/pages/devtools-background.html
@@ -4,6 +4,6 @@
4
<title></title>
5
</head>
6
<body>
7
- <script src="../dist/devtools-background.js"></script>
+ <script type="module" src="../dist/devtools-background.js"></script>
8
</body>
9
</html>
packages/firefox-extension/devtools-background.html
0 commit comments