‘parcel index.html’ serves files that are different to the ones built by ‘parcel build index.html’
I have a top-level await
in a script.js module, which is the main module linked to my index.html. The <script>
tag has type="module"
.
I have a top-level await
in a script.js module, which is the main module linked to my index.html. The <script>
tag has type="module"
.