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 6e7df7c commit 0a543eaCopy full SHA for 0a543ea
js/package.json
@@ -30,6 +30,7 @@
30
},
31
"jupyterlab": {
32
"mimeExtension": true,
33
+ "webpackConfig": "./webpack.config.js",
34
"outputDir": "../plotly/labextension"
35
}
36
js/webpack.config.js
@@ -0,0 +1,8 @@
1
+module.exports = {
2
+ // Settings to make output files deterministic
3
+ optimization: {
4
+ moduleIds: 'deterministic',
5
+ chunkIds: 'deterministic',
6
+ realContentHash: true,
7
+ },
8
+};
plotly/labextension/package.json
"outputDir": "../plotly/labextension",
"_build": {
"load": "static/remoteEntry.6213e23b3bdd99ae0b34.js",
0 commit comments