Are there any instructions on how to build handsontable from source myself?
Im trying to eliminate some functionality to reduce the file size.
EDIT
Found it is using web pack and I can do:
npx webpack --config webpack.config.js
Is it possible to REDUCE THE FILESIZE and any advice on what parts I would not need but keep the basic functionality of the plugin?
Kind regards