Skip to content

Commit

Permalink
Update bundle.js
Browse files Browse the repository at this point in the history
  • Loading branch information
smohadjer authored Jan 22, 2024
1 parent 65a4bca commit 4b0b185
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ let ctxcss = await esbuild.context({
bundle: true,
loader: {
'.svg': 'dataurl',
'.ttf': 'copy'
'.ttf': 'copy',
'.otf': 'copy
},
target: [
'chrome58',
Expand Down

0 comments on commit 4b0b185

Please sign in to comment.