8000 test dashboard using es6 import · plotly/plotly.js@e577e1d · GitHub
[go: up one dir, main page]

Skip to content

Commit e577e1d

Browse files
committed
test dashboard using es6 import
1 parent e720965 commit e577e1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devtools/test_dashboard/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div id="snapshot"></div>
2121

2222
<script src="../../node_modules/mathjax/MathJax.js?config=TeX-AMS-MML_SVG"></script>
23-
<script id="source" src="../../build/plotly.js" charset="utf-8"></script>
24-
<script src="../../build/test_dashboard-bundle.js" charset="utf-8"></script>
23+
<script charset="utf-8" id="source" type="module">import "../../build/plotly.js"</script>
24+
<script charset="utf-8" src="../../build/test_dashboard-bundle.js"></script>
2525
</body>
2626
</html>

0 commit comments

Comments
 (0)
0