vihanb / babel-plugin-wildcard

Wildcard imports import a directories JS files
MIT License
186 stars 27 forks source link

Add support for path aliases and more #15

Closed drgould closed 6 years ago

drgould commented 6 years ago

This is a lot bigger than I had intended, I just kept finding little things to add. Anyway, here's what's changed:

vihanb commented 6 years ago

Imports in the form of import * as A from './a'; seem to throw a/foo.js is not a directory error while failing to create a variable for the import?