mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
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:
@@ -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',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user