Skip to content

Fix working with Angular, bundle size, etc

Compare
Choose a tag to compare
@ericblade ericblade released this 07 Feb 00:04
· 659 commits to master since this release
9a4b77c
  • Fix problem noted in #130 failing to work with Angular
  • Fix this by removing polyfills from the package
  • This also returns our bundle size back to something more sane, like 160k or so for browser, and 1mb-ish for node (node is not minified.. i guess that's something we should maybe look into)
  • Fix for calling 'stop' before 'init', it no longer throws a runtime error
  • Fix inputstream.target definition in typescript declarations