build: downgrade web deps (#4644)

revert to older transmission-web build dependencies
to make it easier to build on stock older systems, e.g.
Ubuntu 20.04 which ships with Node 10.
This commit is contained in:
Charles Kerr
2023-01-23 14:50:21 -06:00
committed by GitHub
parent e3a577c2d8
commit 5b14df51cb
8 changed files with 7288 additions and 2751 deletions

View File

@@ -28,8 +28,7 @@ const config = {
use: ['style-loader', 'css-loader'],
},
{
include: /(assets)\/(img)/,
test: /\.(jpe?g|png|gif|svg|webp)$/,
test: /\.(png|svg)/,
type: 'asset/inline',
},
],