Skip to content

Commit 73953be

Browse files
committed
try removing runtimeChunk single
1 parent 610738e commit 73953be

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

js/webpack.config.js

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

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.3777831f8e84b3edc53d.js",
36+
"load": "static/remoteEntry.6213e23b3bdd99ae0b34.js",
3737
"mimeExtension": "./mimeExtension"
3838
}
3939
}

plotly/labextension/static/remoteEntry.3777831f8e84b3edc53d.js

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

plotly/labextension/static/remoteEntry.6213e23b3bdd99ae0b34.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.

plotly/labextension/static/runtime.437434dd27dc607dd320.js

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

0 commit comments

Comments
 (0)