Skip to content

Commit 899e222

Browse files
committed
fix: Change bundle name back to index to match package.json
1 parent 99a2c19 commit 899e222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.webpack/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = (env, argv) => {
2121

2222
return {
2323
entry: {
24-
vtkViewport: ENTRY_VTK_EXT,
24+
index: ENTRY_VTK_EXT,
2525
},
2626
devtool: 'source-map',
2727
output: {

0 commit comments

Comments
 (0)