Bundle Size

Tags: #<Tag:0x00007f8b25a992c0>

Hi!, I’m using:
@handsontable/react”: “^4.0.0”,
“handsontable”: “^8.2.0”,
And the bundle size is really big (2.09 MiB) because is retrieving some heavy modules

Is there a way to only take what I need to make the table work?

[5] ./node_modules/handsontable/es/3rdparty/walkontable/src/index.js + 51 modules 421 KiB {0} [built]
| 52 modules
[36] ./node_modules/handsontable/es/translations/index.js + 12 modules 85.6 KiB {0} [built]
| 13 modules
[47] ./node_modules/handsontable/es/editors/index.js + 9 modules 109 KiB {0} [built]
| 10 modules
[48] ./node_modules/handsontable/es/renderers/index.js + 7 modules 22.2 KiB {0} [built]
| 8 modules
[62] ./node_modules/handsontable/es/validators/index.js + 4 modules 6.85 KiB {0} [built]
| 5 modules
[75] ./node_modules/handsontable/es/editors/_baseEditor.js + 1 modules 20.8 KiB {0} [built]
| 2 modules
[82] ./node_modules/handsontable/es/i18n/dictionariesManager.js + 1 modules 9.65 KiB {0} [built]
| 2 modules
[91] ./node_modules/handsontable/es/cellTypes/index.js + 9 modules 4.92 KiB {0} [built]
| 10 modules
[101] ./node_modules/handsontable/es/selection/index.js + 12 modules 103 KiB {0} [built]
| 13 modules
[125] ./node_modules/handsontable/es/dataMap/index.js + 9 modules 168 KiB {0} [built]
| 10 modules
[143] ./node_modules/handsontable/es/i18n/index.js + 2 modules 3.26 KiB {0} [built]

Hi @arturo.galan

We introduced Modules in v8.3.0 but it works in 100% only for the Vanilla version. We still need to cover some scenarios with the use of our wrappers.

I will keep you updated about the progress.