feat: Never include vtkjs in the bundle

This doesn't affect the lean bundle, only the full bundle.  I don't know
that anything is actively using the vtkjs renderer.
This commit is contained in:
David Manthey 2023-11-07 11:57:26 -05:00
parent 7408134269
commit bb600f46fd

View File

@ -5,5 +5,8 @@ module.exports = merge(config, {
entry: {
geo: ['./index.js'],
'geo.min': ['./index.js']
},
externals: {
'vtk.js': 'vtk.js'
}
});