Skip to content

Commit e63e5e6

Browse files
committed
add code to bundle the whole application to fix the module loading error
1 parent dd62f75 commit e63e5e6

File tree

5 files changed

+1305
-12
lines changed

5 files changed

+1305
-12
lines changed

project/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ <h3 class="summary-title">Total Recovered</h3>
5454
</main>
5555
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
5656
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
57-
<script src="./built/app.js"></script>
57+
<script src="./dist/app.js"></script>
5858
</body>
5959
</html>

0 commit comments

Comments
 (0)