We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I add code like:
import * as Z from 'messeddup';
on the top of:
src/pages/Content/index.js
and run:
npm run build
the build directory is not created and there is no error message. Seems like error message are swallowed.
Note messeddup is not a real module - it is not in package.json or in node_modules
The text was updated successfully, but these errors were encountered:
Anyone figure out how to output error messages for situations like this?
Sorry, something went wrong.
I am having the same issue. No error message and no output from npm run build.
npm run start provides detailed error messages however.
npm run start
Same here! Can you help us, @lxieyang ?
No branches or pull requests
If I add code like:
on the top of:
and run:
the build directory is not created and there is no error message. Seems like error message are swallowed.
Note messeddup is not a real module - it is not in package.json or in node_modules
The text was updated successfully, but these errors were encountered: