File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { environmentPlugin } from 'esbuild-plugin-environment';
33
44export 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 ,
You can’t perform that action at this time.
0 commit comments