Skip to content

Commit 0e2d927

Browse files
committed
refer to webpack config in package.json under jupyter
1 parent 5481287 commit 0e2d927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-js-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
else
7272
echo "✅ Build artifacts match expected output (ignoring known 'load' hash in package.json)."
7373
fi
74-
7574
- name: Store the build artifacts from plotly/labextension
7675
uses: actions/upload-artifact@v4
7776
if: failure()

js/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
},
3131
"jupyterlab": {
3232
"mimeExtension": true,
33-
"outputDir": "../plotly/labextension"
33+
"outputDir": "../plotly/labextension",
34+
"webpackConfig": "./webpack.config.js"
3435
}
3536
}

0 commit comments

Comments
 (0)