diff --git a/webpack.config.js b/webpack.config.js index 8ac19c73f2..71a34b95b3 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -5,5 +5,8 @@ module.exports = merge(config, { entry: { geo: ['./index.js'], 'geo.min': ['./index.js'] + }, + externals: { + 'vtk.js': 'vtk.js' } });