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.
1 parent 5bd260a commit 5564edbCopy full SHA for 5564edb
examples/06-bundle-for-browser/app/index.html
@@ -12,7 +12,7 @@ <h1>Bundle for the Browser</h1>
12
<div>
13
<button id="button">Load Another Bundle</button>
14
</div>
15
- <script src="index.js"></script>
+ <script type="module" src="index.js"></script>
16
</body>
17
18
</html>
0 commit comments