chore(dev-mashup): Fix broken yarn start (#893)

* chore: adaptations to parcel v.2
This commit is contained in:
Johan Lahti
2022-08-15 15:58:54 +02:00
committed by GitHub
parent e5497e1fab
commit 3ee24623e3
2 changed files with 2 additions and 2 deletions

View File

@@ -53,6 +53,6 @@
<div class="listbox"></div>
</div>
<script src="index.js"></script>
<script type="module" src="index.js"></script>
</body>
</html>

View File

@@ -2,7 +2,7 @@
"name": "local-mashup",
"version": "1.0.0",
"description": "Simple local mashup",
"main": "index.html",
"main": "index.js",
"scripts": {
"start": "parcel index.html --open --no-hmr",
"build": "parcel build index.html"