-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
CommonJS or AMD dependencies can cause optimization bailouts #454
Comments
We rely on this package for smooth scrolling, add the package to Lines 61 to 64 in c56d31d
|
I know about it, but such dependencies will cause optimization issues, I don't want use such libraries in my projects |
I just open gre/bezier-easing#51 to see if the owners can do something about this one @Bykiev |
In v12, |
Hi, when building angular app there is an warning:
\node_modules\ngx-scrollbar\fesm2015\ngx-scrollbar-smooth-scroll.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
Can we replace
bezier-easing
dependency with smth else or patch it?The text was updated successfully, but these errors were encountered: