diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2025-07-31 16:04:04 +0100 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2025-07-31 16:04:04 +0100 |
| commit | bccbcc12c72f5edde605601a311646d1ca96d7e1 (patch) | |
| tree | 494a79f237fa22186ab9a3a80e7b3d84719e2460 /webpack.config.js | |
| parent | 7b06f4e9958562f3df09eecc368e92af013e5b39 (diff) | |
| download | js-raytracer-bccbcc12c72f5edde605601a311646d1ca96d7e1.tar.xz js-raytracer-bccbcc12c72f5edde605601a311646d1ca96d7e1.zip | |
Add CPU performance benchmarking
Diffstat (limited to 'webpack.config.js')
| -rw-r--r-- | webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
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: [ |