We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a2c19 commit 899e222Copy full SHA for 899e222
.webpack/webpack.config.js
@@ -21,7 +21,7 @@ module.exports = (env, argv) => {
21
22
return {
23
entry: {
24
- vtkViewport: ENTRY_VTK_EXT,
+ index: ENTRY_VTK_EXT,
25
},
26
devtool: 'source-map',
27
output: {
0 commit comments