diff --git a/webpack.config.js b/webpack.config.js index 6c2468f..3bc3938 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -17,11 +17,6 @@ module.exports = { externals: ['three'], module: { rules: [ - { - test: /\.worker\.js$/, - loader: 'worker-loader', - options: { inline: 'no-fallback' }, - }, { test: /\.js$/, exclude: /node_modules/,