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 5481287 commit 0e2d927Copy full SHA for 0e2d927
.github/workflows/check-js-build.yml
@@ -71,7 +71,6 @@ jobs:
71
else
72
echo "✅ Build artifacts match expected output (ignoring known 'load' hash in package.json)."
73
fi
74
-
75
- name: Store the build artifacts from plotly/labextension
76
uses: actions/upload-artifact@v4
77
if: failure()
js/package.json
@@ -30,6 +30,7 @@
30
},
31
"jupyterlab": {
32
"mimeExtension": true,
33
- "outputDir": "../plotly/labextension"
+ "outputDir": "../plotly/labextension",
34
+ "webpackConfig": "./webpack.config.js"
35
}
36
0 commit comments