From ea1f056e3c45aa744aec3e824b693c475916e9c5 Mon Sep 17 00:00:00 2001 From: Piotr Jurczynski <619650+pjurczynski@users.noreply.github.com> Date: Fri, 23 Jan 2026 13:51:16 +0100 Subject: [PATCH] refactor: there is no worker anymore --- webpack.config.js | 5 ----- 1 file changed, 5 deletions(-) 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/,