-
Notifications
You must be signed in to change notification settings - Fork 12k
Dynamic require of "google-protobuf" is not supported #26833
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
Comments
Whlist there is a problem in the dev-server when using See: evanw/esbuild#56 |
…as externals Prior to this change any module which was used using `require` was not listed as an external. See angular#26833
…ls imports Prior to this change any module which was used using `require` was not listed as an external. Closes angular#26833
…ls imports Prior to this change any module which was used using `require` was not listed as an external. Closes #26833
I think the bug is with Version 17.1.2 still alive... I got the same error with application builder and @angular-devkit/build-angular version 17.1.2 |
Suffering the same problem with Angular 17.1.3:
|
Same error with @angular-devkit/build-angular version 17.2.1
|
@alan-agius4 can you open the issue again? As others have noted, it is not solved. I have tested the behavior with 17.1.4. and 17.2.1. |
I'm not sure if this is the same issue, but I'm getting the error while trying get the Angular application to work with our source. The code in question for us, is using a dynamic import to load an Angular module on the fly without using the router:
This is producing the error:
Which is coming from:
I'm not sure if I need to change something in my tsconfig or I'm hitting this bug.
|
Experiencing same bug in 17.3 Angular CLI: 17.3.0 Angular: 17.3.0 Package Version@angular-devkit/architect 0.1703.0 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Command
serve
Is this a regression?
The previous version in which this bug was not present was
16.0.0
Description
The error comes when we call the
loadFormFields
method in theproject/schema
library. This used to work perfectly fine in version 16. The demo project resembles the structure of the real project that we work on, so we cannot make changes to the code structure or remove the function call.Minimal Reproduction
minimal reproduction depo project- https://github.com/ivegotwings/angularclibug
Exception or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: