mirror of
https://github.com/OpenGeoscience/geojs.git
synced 2025-12-08 19:56:22 +00:00
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:
parent
7408134269
commit
bb600f46fd
@ -5,5 +5,8 @@ module.exports = merge(config, {
|
||||
entry: {
|
||||
geo: ['./index.js'],
|
||||
'geo.min': ['./index.js']
|
||||
},
|
||||
externals: {
|
||||
'vtk.js': 'vtk.js'
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user