Skip to content

Commit

Permalink
feat: Never include vtkjs in the bundle
Browse files Browse the repository at this point in the history
This doesn't affect the lean bundle, only the full bundle.  I don't know
that anything is actively using the vtkjs renderer.
  • Loading branch information
manthey committed Nov 7, 2023
1 parent 7408134 commit bb600f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ module.exports = merge(config, {
entry: {
geo: ['./index.js'],
'geo.min': ['./index.js']
},
externals: {
'vtk.js': 'vtk.js'
}
});

0 comments on commit bb600f4

Please sign in to comment.