Wlad K.

Results 2 comments of Wlad K.

This is basic module handling of js and not an issue with rollup. import statements like `import Something from 'mylib-something'` rely on the `default export` of the module. -> `export...

@developit could you elaborate how this would make microbundle changes more complicated ? On override: The original library is not used and therefore changes on that have no affect. On...