Skip to content

Commit 82de6ff

Browse files
committed
try natural moduleIds and chunkIds
1 parent 73953be commit 82de6ff

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

js/webpack.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
optimization: {
3-
moduleIds: 'deterministic',
4-
chunkIds: 'deterministic',
5-
realContentHash: true
3+
moduleIds: 'natural',
4+
chunkIds: 'natural',
5+
realContentHash: true
66
},
77
};

plotly/labextension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"outputDir": "../plotly/labextension",
3434
"webpackConfig": "./webpack.config.js",
3535
"_build": {
36-
"load": "static/remoteEntry.6213e23b3bdd99ae0b34.js",
36+
"load": "static/remoteEntry.a90ef69e866c18565afe.js",
3737
"mimeExtension": "./mimeExtension"
3838
}
3939
}

plotly/labextension/static/1.f29faa6937f75272d9d5.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plotly/labextension/static/340.330950829c5d59eca692.js.LICENSE.txt renamed to plotly/labextension/static/1.f29faa6937f75272d9d5.js.LICENSE.txt

File renamed without changes.

plotly/labextension/static/340.330950829c5d59eca692.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

plotly/labextension/static/remoteEntry.6213e23b3bdd99ae0b34.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

plotly/labextension/static/remoteEntry.a90ef69e866c18565afe.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)