Skip to content

Releases: lukeed/bundt

v1.1.5

16 Jun 17:54
Compare
Choose a tag to compare

Patches

  • Remove console.log debugger 🤦 (#6): 09fa16e

v1.1.4

16 Jun 05:14
Compare
Choose a tag to compare

Patches

  • Prevent greedy export RegExp from matching multiple groups (#6): 7fc38d4

Chores

v1.1.3

04 Jun 02:07
Compare
Choose a tag to compare

Patches

  • Do not rewrite import statements inside strings: 4fb40f3
    See rewrite-imports@3.0.0 release for more.

  • Rewrite import statements when from uses template literal string (`): 4fb40f3
    See rewrite-imports@3.0.0 release for more.

  • Do not rewrite export statements inside strings: 64d799f

    // Example:
    var text = "export { foo } from 'foobar';"

Chores