Skip to content

Commit fa3a4bd

Browse files
committed
Add script-loader so that scripts run in the global context on pages as expected
1 parent 14ecaec commit fa3a4bd

File tree

9 files changed

+5943
-5
lines changed

9 files changed

+5943
-5
lines changed

dist/index-bundle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<script type="text/javascript" src="/dist/index.bundle.js"></script>
4+
<script type="text/javascript" src="./dist/index.bundle.js"></script>
55
</head>
66
<body></body>
77
</html>

0 commit comments

Comments
 (0)