However I’ve noticed that in some cases like handsontable, there are huge diff between webpack and rollup. Turns out that webpack bundles moment as it is required dynamically by aliasedRequire(“./“ + name), but rollup just ignore that, maybe we need some extra config
However I’ve noticed that in some cases like handsontable, there are huge diff between webpack and rollup. Turns out that webpack bundles moment as it is required dynamically by aliasedRequire(“./“ + name), but rollup just ignore that, maybe we need some extra config