We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c28db7 commit 68816f6Copy full SHA for 68816f6
webpack.config.js
@@ -59,7 +59,7 @@ module.exports = {
59
},
60
{
61
test: /\.js$/,
62
- 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)/,
63
use: {
64
loader: 'babel-loader',
65
options: {
0 commit comments