Skip to content

Commit

Permalink
Merge pull request #1304 from OpenGeoscience/unbundle-vtkjs
Browse files Browse the repository at this point in the history
feat: Never include vtkjs in the bundle
  • Loading branch information
manthey authored Nov 7, 2023
2 parents d2a3db1 + bb600f4 commit d817607
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 d817607

Please sign in to comment.