Hi,
First I’d like to say how much I like Handsontable it’s definitely best in class.
When I create an Angular 11 project using the following deps:
“@handsontable/angular”: “^7.0.0”,
“handsontable”: “8.3.2”,
I get a lot of warnings about optimization bailouts e.g.
Warning: /home/user/workspace/app/node_modules/handsontable/index.mjs depends on ‘core-js/modules/es.object.get-own-property-names.js’. CommonJS or AMD dependencies can cause optimization bailouts.
Are all these warnings related to core-js which doesn’t support ES modules and there’s nothing that can be done until core-js adds support?
I just want to be sure I haven’t missed a workaround
(I know I can hide the warnings using allowedCommonJsDependencies in angular.json)
Thanks.