You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NodeJS 16.12 removed several node loader hooks and replaced them with the new load hook. See nodejs changelog for details. The 2.0.0 version of @node-loader/core only works with nodejs@>=16.12 and will not work with prior versions of NodeJS. Use @node-loader/core@1 for older versions of NodeJS.