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: C:\...\node_modules\ng-gallery\fesm2020\ng-gallery.mjs depends on 'bezier-easing'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
What are the steps to reproduce?
ng serve
Which versions are you using for the following packages?
The text was updated successfully, but these errors were encountered:
DywiTom
changed the title
Warning: C:\xampp\htdocs\dywinet\node_modules\ng-gallery\fesm2020\ng-gallery.mjs depends on 'bezier-easing'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
Warning: ng-gallery.mjs depends on 'bezier-easing'. CommonJS or AMD dependencies can cause optimization bailouts.
Feb 16, 2023
There is no problem with using a common.js dependency in Angular, it won't affect the performance of the app, but maybe I can include the easing function internally in the next releases
What is the expected behavior?
No Warning
What is the current behavior?
I got while compiling the following warning:
Warning: C:\...\node_modules\ng-gallery\fesm2020\ng-gallery.mjs depends on 'bezier-easing'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
What are the steps to reproduce?
ng serve
Which versions are you using for the following packages?
Angular: 15.1.6
Angular CDK: 15.1.4
Angular CLI: 15.1.6
Typescript: 4.9.5
Gallery: 8.0.2
Is there anything else we should know?
Thank you for your great work.
The text was updated successfully, but these errors were encountered: