Skip to content

Fix build type

Compare
Choose a tag to compare
@scriptex scriptex released this 28 Dec 16:33
· 594 commits to master since this release

This release fixes an issue which prevents applications built using Webpack to compile.

The type of the module has been changed from UMD to CommonJS.

This change won't affect applications built using a module bundler or NodeJS applications.
This change WILL affect the direct usage in the browser.

Additional browser usage notes have been added to the README.

This release fixes #66