stream-utils / raw-body

Get and validate the raw body of a readable stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't resolve 'async_hooks' in 'raw-body'

doong-jo opened this issue · comments

Even though I run the code on the server side, I wonder why there is a warning that can't find async_hook.

스크린샷 2022-11-01 오후 6 16 43

First of all, it was temporarily treated as below.

webpack: config => {
      config.plugins.push(
        new IgnorePlugin({
          resourceRegExp: /async_hooks/,
        })
      );

      return config;
    },

You'll need to file the issue qith webpack, as it is a webpack warning.