Skip to content

Correcting umd export

Latest
Compare
Choose a tag to compare
@mtraynham mtraynham released this 05 Jul 20:51
· 23 commits to master since this release

The switch from babel to typescript dropped the babel-plugin-add-module-exports with this commit. This corrects that same issue for Typescript where an import would return an object with a single default key. Instead it now correctly returns the default export.