Skip to content

Commit 68816f6

Browse files
committed
fix browser support transformation
1 parent 8c28db7 commit 68816f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = {
5959
},
6060
{
6161
test: /\.js$/,
62-
include: /(pdfkit|linebreak|fontkit|saslprep|restructure|unicode-trie|unicode-properties|dfa|buffer|png-js|crypto-js)/,
62+
include: /(layoutBuilder|pdfkit|linebreak|fontkit|saslprep|restructure|unicode-trie|unicode-properties|dfa|buffer|png-js|crypto-js)/,
6363
use: {
6464
loader: 'babel-loader',
6565
options: {

0 commit comments

Comments
 (0)