juxscript 1.1.130 → 1.1.131
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dom-structure-map.json +1 -1
- package/machinery/compiler3.js +2 -2
- package/package.json +1 -1
package/dom-structure-map.json
CHANGED
package/machinery/compiler3.js
CHANGED
|
@@ -550,8 +550,8 @@ document.addEventListener('click', (e) => {
|
|
|
550
550
|
<meta charset="UTF-8">
|
|
551
551
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
552
552
|
<title>JUX Application</title>
|
|
553
|
-
<script type="module" src="
|
|
554
|
-
<script src="
|
|
553
|
+
<script type="module" src="/bundle.js"></script>
|
|
554
|
+
<script src="/entry.js"></script>
|
|
555
555
|
</head>
|
|
556
556
|
<body>
|
|
557
557
|
<div id="app"></div>
|