Skip to content

Commit

Permalink
fix browser support transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
liborm85 committed Sep 7, 2024
1 parent 8c28db7 commit 68816f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = {
},
{
test: /\.js$/,
include: /(pdfkit|linebreak|fontkit|saslprep|restructure|unicode-trie|unicode-properties|dfa|buffer|png-js|crypto-js)/,
include: /(layoutBuilder|pdfkit|linebreak|fontkit|saslprep|restructure|unicode-trie|unicode-properties|dfa|buffer|png-js|crypto-js)/,
use: {
loader: 'babel-loader',
options: {
Expand Down

0 comments on commit 68816f6

Please sign in to comment.