This commit is contained in:
Andras Schmelczer 2026-03-12 22:11:00 +00:00
parent 14a3555cf1
commit 7e92bf112e
34 changed files with 1214437 additions and 224 deletions

View file

@ -15,8 +15,7 @@ module.exports = (env, argv) => {
filename: 'bundle.js',
clean: true,
// Dev needs '/' for HMR WebSocket; prod uses '' for relative paths through proxies
publicPath: isProduction ? '' : '/',
publicPath: '/',
},
resolve: {
extensions: ['.ts', '.tsx', '.js'],