Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@lukeed lukeed released this 18 Mar 01:43
· 6 commits to master since this release

Breaking

  • Remove native ESM exports entry (#4): be59653
    Contained invalid code if/when loaded. Calling this a breaking change is very generous considering the change in file path(s) only affects users of Node <= 10 who were directly loading the file path; eg require('svelte-preprocess-esbuild/dist/index.js').

  • Defines a peer dependency on [email protected] and above: 716bed1
    Thank you @ryanatkn!

Chores