From bccbcc12c72f5edde605601a311646d1ca96d7e1 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Thu, 31 Jul 2025 16:04:04 +0100 Subject: Add CPU performance benchmarking --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index cb93ec9..900a109 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -2,7 +2,7 @@ const path = require('path'); const CopyPlugin = require('copy-webpack-plugin'); module.exports = { - entry: './src/index.ts', + entry: './src/ui/index.ts', devtool: 'inline-source-map', module: { rules: [ -- cgit v1.2.3