We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb1ff9 commit d03b19fCopy full SHA for d03b19f
tests/browser/browser.test.ts
@@ -19,7 +19,7 @@ describe('browser-bundle-test', () => {
19
<meta http-equiv="X-UA-Compatible" content="IE=edge">
20
<meta name="viewport" content="width=device-width, initial-scale=1.0">
21
<title>BrowserBundleTest</title>
22
- <script>${await readFile(join(__dirname, '../../dist/index.global.js'), 'utf8')}</script>
+ <script>${await readFile(join(__dirname, '../../dist/iife/index.global.js'), 'utf8')}</script>
23
</head>
24
<body></body>
25
</html>
0 commit comments