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
-2
View File
@@ -23,9 +23,7 @@ module.exports = merge(sharedConfig, {
minimize: true,
minimizer: [
new TerserPlugin({
cache: true,
parallel: true,
sourceMap: true,
}),
],
},