You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: projects/app.module.ts depends on 'ngx-google-places-autocomplete'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
I looked up how to resolve this issue and it seems that I could just disable the warning or make an issue here. Is there a way this project can export ECMAScript modules?
The text was updated successfully, but these errors were encountered:
I have the same issue and after looking it up I also found the same thing:
1- Either disable the warning by adding allowedCommonJsDependencies to the angular.json and adding the module to it.
2- Or wait for the author to make the module ECMAScript compatible.
Warning: projects/app.module.ts depends on 'ngx-google-places-autocomplete'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
I looked up how to resolve this issue and it seems that I could just disable the warning or make an issue here. Is there a way this project can export ECMAScript modules?
The text was updated successfully, but these errors were encountered: