diff --git a/webpack.common.js b/webpack.common.js index 0e20f81e6..989aabcb5 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -174,7 +174,8 @@ module.exports = { (e) => e.message.includes("Can't resolve 'modes"), ], entry: { - index: "./app/index.ts", + bundle: "./app/index.js", + backend: "./app/backend.js", worker: "./app/scripts/statistics_worker.ts", }, output: {