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
When a webpack.config.js has some error (either syntax or runtime), this is silently ignored, and replaced with default configuration.
webpack.config.js
See https://github.com/nestjs/nest-cli/blame/a95b21e02ff9333b48264ae5f1d2d9b941f56a36/actions/build.action.ts#L272
I guess this was done to ignore FileNotFound errors, but then, only this error should be ignored.
https://example.com
No response
Error from default configuration file should be reported
10.2.1
10.2.10
v16.20.2
The text was updated successfully, but these errors were encountered:
Would you like to create a PR for this issue?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current behavior
When a
webpack.config.js
has some error (either syntax or runtime), this is silently ignored, and replaced with default configuration.See https://github.com/nestjs/nest-cli/blame/a95b21e02ff9333b48264ae5f1d2d9b941f56a36/actions/build.action.ts#L272
I guess this was done to ignore FileNotFound errors, but then, only this error should be ignored.
Minimum reproduction code
https://example.com
Steps to reproduce
No response
Expected behavior
Error from default configuration file should be reported
Package version
10.2.1
NestJS version
10.2.10
Node.js version
v16.20.2
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: