You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Switch to rollup for library bundling (#49)
* Forced the bundle to use commonjs2
* fix: Configured the publish to allow import without the extension
* fix: updated webpack config to solve issue with jest tests
* fix: switched from webpack to using rollup for bundling
fix: updated webapack to use `umd` (#48)
* Forced the bundle to use commonjs2
* fix: Configured the publish to allow import without the extension
* fix: updated webpack config to solve issue with jest tests
fix: Added docs package as part or the monorepo and simplified depend…
…encies (#44)
* Added docs
* fix: dependencies to minimize the size of the package
* Added docs package as part or the monorepo