We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e720965 commit e577e1dCopy full SHA for e577e1d
devtools/test_dashboard/index.html
@@ -20,7 +20,7 @@
20
<div id="snapshot"></div>
21
22
<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>
+ <script charset="utf-8" id="source" type="module">import "../../build/plotly.js"</script>
+ <script charset="utf-8" src="../../build/test_dashboard-bundle.js"></script>
25
</body>
26
</html>
0 commit comments