Skip to content

v1.1.3

Choose a tag to compare

@lukeed lukeed released this 04 Jun 02:07
· 5 commits to master since this release

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