Skip to content
Discussion options

You must be logged in to vote

In the end I actually used IgnorePlugin, which worked.

config.plugins.push(
  new IgnorePlugin({
    resourceRegExp: /async_hooks/,
  }),
)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@choutkamartin
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by choutkamartin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants