o-spreadsheet
o-spreadsheet copied to clipboard
module importer cannot resolve "export * from ..."
i am not sure if this is a limitation of rollup or the problem is in the browser itself, but wherever there is an export * from ... the import from that file seem not to be resolved in the browser.
how do the development team manage to overcome this issue ? i am trying to start the spreadsheet in dev mode but cannot understand how to take advantage of hot module reloading without having to rebuild the code every single time.
any hint ?
i have the same problem