-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Don't assume global #6
Comments
Angular is the only thing that doesn’t support global - it’s a bug for it not to. You can probably work around it by adding |
I am also having this issues. I added the following code to polyfills.ts:
|
Anything transforming node code for the browser should be transforming |
This was referenced Dec 26, 2019
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Angular CLI no longer supports global shims as of 6.x. Therefore this module will break projects which use it:
has-symbols/index.js
Line 3 in aa57a17
See also: ljharb/es-abstract#59 and angular/angular-cli#9827 (comment)
The text was updated successfully, but these errors were encountered: