Hi there,
I use handsontable with Angular 16 and have a lot of warnings in the console about CommonJS depencencies
index.js:489 [webpack-dev-server] WARNING
C:\...\node_modules\handsontable\core.mjs depends on 'core-js/modules/es.array.sort.js'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
[webpack-dev-server] WARNING
C:\...\node_modules\handsontable\core.mjs depends on 'core-js/modules/es.number.is-integer.js'. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies
...
In total there are 15 different warnings.
I also read the post here which is already two years old: CommonJS or AMD dependencies can cause optimization bailouts
Is there any new development regarding this issue?
Thanks a lot for your help.