Upgrade to Webpack 5 (#83)

Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/83
Co-authored-by: Zoë Bijl <code@moiety.me>
Co-committed-by: Zoë Bijl <code@moiety.me>
This commit is contained in:
Zoë Bijl
2025-10-10 19:11:00 +02:00
committed by Zoë Bijl
parent 496fd5987e
commit 6301ae8023
6 changed files with 773 additions and 2806 deletions
+8 -7
View File
@@ -59,17 +59,18 @@ development:
# Reference: https://webpack.js.org/configuration/dev-server/
dev_server:
https: false
host: 0.0.0.0
port: 3035
public: localhost:3035
webSocketURL:
hostname: '0.0.0.0'
pathname: '/ws'
port: 3035
hmr: false
# Inline should be set to true if using HMR
inline: true
overlay: true
compress: true
disable_host_check: true
use_local_ip: false
quiet: false
client:
overlay: true
open: true
allowedHosts: 'all'
headers:
'Access-Control-Allow-Origin': '*'
watch_options: