summaryrefslogtreecommitdiffstats
path: root/html/webpack.config.js
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-21 09:24:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-21 09:24:59 +0000
commit2bbf7ca3ab74b2e3a9b2e361fe56aeac1e2f4867 (patch)
tree6d0ad563f29e8b130a876da955b3174e40defed3 /html/webpack.config.js
parentReleasing debian version 1.7.1-1. (diff)
downloadttyd-2bbf7ca3ab74b2e3a9b2e361fe56aeac1e2f4867.tar.xz
ttyd-2bbf7ca3ab74b2e3a9b2e361fe56aeac1e2f4867.zip
Merging upstream version 1.7.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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: {