Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/fine-ants-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@lynx-js/web-explorer": patch
---

fix: loading errors caused by script import order
2 changes: 1 addition & 1 deletion packages/web-platform/web-explorer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<link rel="icon" type="image/png" href="icons/icon-128x128.png">
<link rel="stylesheet" href="dist/static/css/index.css">
<title>Lynx Explorer on Web Platform</title>
<script type="module" src="./dist/static/js/index.js"></script>
<script type="module" src="preinstalled/vant-touch.js"></script>
<script type="module" src="./dist/static/js/index.js"></script>
<style>
#install-button {
position: fixed;
Expand Down
Loading