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 compiling in Angular 10, I'm getting the warning: '@openid/appauth'. CommonJS or AMD dependencies can cause optimization bailouts
When compiling
Warning: /usr/src/app/src/app/app.module.ts depends on '@openid/appauth'. CommonJS or AMD dependencies can cause optimization bailouts. ck-servicemesh-webapp | For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
npm install
The text was updated successfully, but these errors were encountered:
The @openid/appauth import is an umbrella import for convenience. You can always just import the individual modules.
@openid/appauth
Sorry, something went wrong.
explicit imports accordint to
f067cf9
openid/AppAuth-JS#181
No branches or pull requests
Expected Behavior
[REQUIRED] Describe expected behavior
When compiling in Angular 10, I'm getting the warning: '@openid/appauth'. CommonJS or AMD dependencies can cause optimization bailouts
Describe the problem
When compiling
[REQUIRED] Actual Behavior
Warning: /usr/src/app/src/app/app.module.ts depends on '@openid/appauth'. CommonJS or AMD dependencies can cause optimization bailouts.
ck-servicemesh-webapp | For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
[REQUIRED] Steps to reproduce the behavior
npm install
[REQUIRED] Environment
The text was updated successfully, but these errors were encountered: