Skip to content

Commit 8d6d9ee

Browse files
alexcjohnsonarchmoj
authored andcommitted
put output name back to plotly.js
1 parent 24876d8 commit 8d6d9ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devtools/test_dashboard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div id="snapshot"></div>
2323

2424
<script src="../../node_modules/mathjax-v2/MathJax.js?config=TeX-AMS-MML_SVG"></script>
25-
<script charset="utf-8" id="source" src="../../build/plotly-esbuild.js"></script>
25+
<script charset="utf-8" id="source" src="../../build/plotly.js"></script>
2626
<script charset="utf-8" src="../../build/test_dashboard-bundle.js"></script>
2727
</body>
2828
</html>

esbuild-config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { environmentPlugin } from 'esbuild-plugin-environment';
33

44
export default {
55
entryPoints: ['./lib/index.js'],
6-
outfile: './build/plotly-esbuild.js',
6+
outfile: './build/plotly.js',
77
format: 'iife',
88
globalName: 'Plotly',
99
bundle: true,

0 commit comments

Comments
 (0)