-
Notifications
You must be signed in to change notification settings - Fork 56
Description
Describe your idea
From Hopding#689:
Angular11 generates warnings for pdf-lib because of the old module format of pako
Warning: C:\Users*****\node_modules\pdf-lib\es\core\PDFContext.js depends on 'pako'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependenciesWarning: C:\Users*****\node_modules@pdf-lib\upng\UPNG.js depends on 'pako'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependenciesRecently pako switched with version 2.0.0 to es6. Would it be possible to update the dependency?
Thank you!
How could this be implemented?
See above
What problem are you trying to solve?
See above
Why does this matter to you?
Optimization bailouts, and prevents us from upgrading to Angular 16 (?)
Would others find this helpful?
Yes
Are you interested in implementing your proposal?
No
Why are you submitting a proposal?
To keep the lib alive
Additional Notes
No response