File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1212 "scripts" : {
1313 "build:widget" : " esbuild --bundle --alias:plotly.js=plotly.js/dist/plotly --format=esm --minify --outfile=../plotly/package_data/widgetbundle.js src/widget.ts" ,
1414 "build:mimerenderer" : " esbuild --bundle --alias:plotly.js=plotly.js/dist/plotly --format=esm --minify --outfile=lib/mimeExtension.js src/mimeExtension.ts" ,
15- "build:labextension" : " jupyter labextension build ." ,
15+ "build:labextension" : " jupyter labextension build --debug --show-config-json ." ,
1616 "build" : " npm run build:widget && npm run build:mimerenderer && npm run build:labextension" ,
1717 "watch" : " npm run build -- --watch --sourcemap=inline" ,
1818 "typecheck" : " tsc --noEmit"
Original file line number Diff line number Diff line change 3030 },
3131 "jupyterlab" : {
3232 "mimeExtension" : true ,
33+ "webpackConfig" : " ./webpack.config.js" ,
3334 "outputDir" : " ../plotly/labextension" ,
3435 "_build" : {
3536 "load" : " static/remoteEntry.6213e23b3bdd99ae0b34.js" ,
You can’t perform that action at this time.
0 commit comments