Open timsar2 opened 1 year ago
You're right, but what's your proposal? I think this project is getting retired and it's better to not make a big change like this.
It would be great if we can upgrade the package in order to make it compatible with modern javascript. According to angular.io It is recommended that you avoid depending on CommonJS modules in your Angular applications as
CommonJS or AMD dependencies can cause optimization bailouts
Es6 is not supported. this package is dependent on CommonJS or AMD. that can cause optimization bailouts when bundling modern javascript. https://web.dev/commonjs-larger-bundles/