-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
Builds fail silently #185
Comments
I have this issue as well. It happens with TypeScript, not sure if it happens with JSX as well. |
here is the link in webpack's docs. Apparently the err object does not contain the error so this repo needs to be updated.
|
Romstar
added a commit
to Romstar/chrome-extension-boilerplate-react
that referenced
this issue
Oct 18, 2023
Created a PR above, hopefully he approves of it. There is an attached screenshot for the failed build error. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If there is a path error (eg change a directory name in a clean build) or a Typescript error running
npm run build
will fail, completely silently, with a success code.Meanwhile,
npm run start
will provide some form of erroring.Would be really useful (basically essential) for pipelines to start getting
build
to error properly and provideexit 1
The text was updated successfully, but these errors were encountered: