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 has been archived by the owner on Jan 2, 2018. It is now read-only.
This error can be confusing and it will not be obvious at first sight that this problem is caused by a npm module that has not been run through Webpack with it's loaders.
We should try to improve this feedback. One approach can be to catch this type of error when running in development and provide a more detailed explanation about what is happening. The issue can be detected from the fact that we have ! in the path. This check will not catch problems with modules that needs to run through Babel.
The text was updated successfully, but these errors were encountered:
If a user includes a file in their server bundle that needs to be run through Webpack they will most likley see something similar to the following.
This error can be confusing and it will not be obvious at first sight that this problem is caused by a npm module that has not been run through Webpack with it's loaders.
We should try to improve this feedback. One approach can be to catch this type of error when running in development and provide a more detailed explanation about what is happening. The issue can be detected from the fact that we have
!
in the path. This check will not catch problems with modules that needs to run through Babel.The text was updated successfully, but these errors were encountered: