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
Right now, errors that occur during the webpack build process are not reported correctly, and the error that is logged is Cant find the configuration file located at ${configPath}.
Even if we can indeed find the config file, this error is still thrown which is misleading.
We should surface the actual error that occurs and only report that the config can't be found if it indeed can't be found.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, errors that occur during the webpack build process are not reported correctly, and the error that is logged is
Cant find the configuration file located at ${configPath}
.Even if we can indeed find the config file, this error is still thrown which is misleading.
We should surface the actual error that occurs and only report that the config can't be found if it indeed can't be found.
Beta Was this translation helpful? Give feedback.
All reactions