html: upgrade to xterm 5.1.0

This commit is contained in:
Shuanglei Tao
2022-12-28 13:10:10 +08:00
parent 3fcd524df5
commit 6d73c5d989
5 changed files with 14508 additions and 14267 deletions

View File

@@ -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: {