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
{{ message }}
This repository was archived by the owner on Jul 27, 2021. It is now read-only.
if alias @ is not set in webpack, it will throw module not found error, but friendly-errors-webpack-plugin didn't catch the error, and all errors will be swallowed
in builtin formatter
moduleNotFoundfriendly-errors-webpack-plugin/src/formatters/moduleNotFound.js
Line 5 in 72e346b
module here may be
undefinedin some casee.g.
if alias
@is not set in webpack, it will throwmodule not founderror, butfriendly-errors-webpack-plugindidn't catch the error, and all errors will be swallowed