Skip to content

Releases: Velenir/babel-plugin-import-redirect

Fix

05 Feb 08:09
Compare
Choose a tag to compare

suppressResolveWarning option now also suppresses 'Source input isn't a file' warning

v1.1.0

30 Apr 17:33
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2017-04-30)

Bug Fixes

  • resolve:
    • Correctly resolve to the node module pointed at from the root when a module with the same name is available at a closer path (2cee3be9)
    • Fix wrong (non-relative) resolution for filenames that start with dot (85c21ca4)

Features

  • resolve: Add suppressResolveWarning to suppress "Cannot find module..." resolve warning (cb061cde)

v1.0.0

28 Apr 16:00
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2017-04-28)

First release