From 4b0b1856de1e4c5dcb1b4b658d6871514a7898e6 Mon Sep 17 00:00:00 2001 From: Saeid Mohadjer Date: Mon, 22 Jan 2024 18:21:13 +0100 Subject: [PATCH] Update bundle.js --- bin/bundle.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/bundle.js b/bin/bundle.js index d287fcc..20af0cf 100644 --- a/bin/bundle.js +++ b/bin/bundle.js @@ -38,7 +38,8 @@ let ctxcss = await esbuild.context({ bundle: true, loader: { '.svg': 'dataurl', - '.ttf': 'copy' + '.ttf': 'copy', + '.otf': 'copy }, target: [ 'chrome58',