On Sat, Jul 3, 2021 at 12:29 pm, Akshay S Dinesh <aks...@learnlearn.in>
wrote:
https://stackoverflow.com/questions/33505992/babel-6-changes-how-it-exports-default
But most importantly
https://kentcdodds.com/blog/misunderstanding-es6-modules-upgrading-babel-tears-and-a-solution
But this is babel 6 to babel 7 migration. The code transpiled by babel
6 works fine, but moving to babel 7 broke it.
and looks like autosize upstream moved their build system to
microbundle (an absctraction of rollup and babel with a set of plugins)
which is not packaged yet.