summaryrefslogtreecommitdiffstats
path: root/html/webpack.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/webpack.config.js')
-rw-r--r--html/webpack.config.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/html/webpack.config.js b/html/webpack.config.js
index 593bac3..48e74c3 100644
--- a/html/webpack.config.js
+++ b/html/webpack.config.js
@@ -37,6 +37,15 @@ const baseConfig = {
'sass-loader',
],
},
+ {
+ test: /xterm-addon-image-worker/,
+ type: 'asset/inline',
+ generator: {
+ dataUrl: content => {
+ return content.toString();
+ }
+ }
+ },
]
},
resolve: {