-
Notifications
You must be signed in to change notification settings - Fork 184
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
Issues while upgrading the package for Angular 6++? #130
Comments
Solved by using /browser instead of /lib ... But need to be confirmed if its right. Thanks. |
It happens JQc is not defined any ideas please ? |
I am also struggling with that and looking for solutions. |
it seems some of the old referenced packages were producing bad builds of `browser/*` that caused problems like `JQc is not defined` see dtjohnson#130 (comment)
I have some progress and I am working on a PR, but I am having issues. Meanwhile here is what I found and the current status:
|
it seems some of the old referenced packages were producing bad builds of `browser/*` that caused problems like `JQc is not defined` see dtjohnson#130 (comment) see mishoo/UglifyJS#2783 see dtjohnson#124
it seems some of the old referenced packages were producing bad builds of `browser/*` that caused problems like `JQc is not defined` see dtjohnson#130 (comment) see mishoo/UglifyJS#2783 fixes dtjohnson#115 fixes dtjohnson#124 fixes dtjohnson#125 fixes dtjohnson#130
it seems some of the old referenced packages were producing bad builds of `browser/*` that caused problems like `JQc is not defined` see dtjohnson#130 (comment) see mishoo/UglifyJS#2783 fixes dtjohnson#115 fixes dtjohnson#124 fixes dtjohnson#125 fixes dtjohnson#130
Please try with v1.17.0. There is also a non-minified version available now. |
I confirm the
|
@smoke It solved the problem with angular not compiling, but it did mess up my type declarations :/ |
Hi,
It's work perfect under v.6. But after moment update to latest version of Angular, issues happen with fs, crypto, stream and Buffer ... seems from Node libraries.
Does anyone have same issues and already solve it, please?
Thanks in advance.
The text was updated successfully, but these errors were encountered: