mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-25 20:24:22 +01:00
html: upgrade to xterm 5.1.0
This commit is contained in:
@@ -29,15 +29,6 @@ const baseConfig = {
|
||||
test: /\.s?[ac]ss$/,
|
||||
use: [devMode ? 'style-loader' : MiniCssExtractPlugin.loader, 'css-loader', 'sass-loader'],
|
||||
},
|
||||
{
|
||||
test: /xterm-addon-image-worker/,
|
||||
type: 'asset/inline',
|
||||
generator: {
|
||||
dataUrl: content => {
|
||||
return content.toString();
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
resolve: {
|
||||
|
||||
Reference in New Issue
Block a user