-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
nestjs prod build fail due to externalDependencies #1174
Comments
this could be reproduces with
|
There seems to be issues with a bare-bones nx project using [email protected] as well. I submitted an issue in the nest repo here: nestjs/nest#1706 Minimum reproduction can be found here: Nx & [email protected] bug reproduction |
may be |
It would be nice if there was a no webpack option. I'm not sure if there is. The |
Using We could provide a |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Please make sure you have read the submission guidelines before posting an issue
Prerequisites
Please answer the following questions for yourself before submitting an issue.
YOU MAY DELETE THE PREREQUISITES SECTION.
Expected Behavior
sample project : https://github.com/xmlking/ngx-starter-kit
ng build api --prod
should work without warnings and errorsCurrent Behavior
ng build api
works butng build api --prod
throw following errorContext
sample project : https://github.com/xmlking/ngx-starter-kit
Please provide any relevant information about your setup:
angular.json
configurationA minimal reproduce scenario using allows us to quickly confirm a bug (or point out coding problem) as well as confirm that we are fixing the right problem.
Failure Logs
Please include any relevant log snippets or files here.
Other
Any other relevant information that will help us help you.
The text was updated successfully, but these errors were encountered: