Skip to content

More rollup bundling fixes

Compare
Choose a tag to compare
@IDisposable IDisposable released this 26 Apr 21:39
· 45 commits to main since this release
51bece8

Fixes

  • Reformatted to match prettier's settings.
  • Rollup bundling errors Fixes #133

Since rollup sees all imports as modules it replaces this with undefined when evaluating the IFE that dom-to-image-more's source exists as. This leads to errors from rollup that are not actually a problem. Found an incantation that rollup won't break with.

Full Changelog*: v3.1.5...v3.1.6