juxscript 1.1.124 → 1.1.125
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
|
@@ -518,11 +518,11 @@ navigate(location.pathname);
|
|
|
518
518
|
<meta charset="UTF-8">
|
|
519
519
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
520
520
|
<title>JUX Application</title>
|
|
521
|
+
<script type="module" src="./bundle.js"></script>
|
|
522
|
+
<script src="/entry.js"></script>
|
|
521
523
|
</head>
|
|
522
524
|
<body>
|
|
523
525
|
<div id="app"></div>
|
|
524
|
-
<script src="/bundle.js"></script>
|
|
525
|
-
<script src="/entry.js"></script>
|
|
526
526
|
</body>
|
|
527
527
|
</html>`;
|
|
528
528
|
|