This commit is contained in:
Chris Veleris 2024-11-13 12:13:38 +02:00
parent 085fb25de9
commit cbc53822f4
20 changed files with 17 additions and 644 deletions

View file

@ -9,7 +9,7 @@ module.exports = {
output: {
path: path.resolve(__dirname, 'public/js'),
filename: 'bundle.js',
publicPath: '/js/', // Ensure HMR works properly
publicPath: '/js/',
},
resolve: {
extensions: ['.tsx', '.ts', '.js'],