Not sure if this belongs here or under the issues section…
I have a reactjs app using webpack to build and I recently tried deploying to a new staging server and I’m getting issues. Version 1.8.2 is working fine, version 1.9.1 is throwing an error (Invalid labeled declaration (handsontable.full.js -> 49628:27)
I am importing it using 'import Handsontable from ‘…/…/node_modules/handsontable-pro/dist/handsontable.full’
Does anyone have any ideas?