ziolekjj / babel-plugin-directory-named

6 stars 2 forks source link

Add option to honor index modules. #2

Closed peterp closed 3 years ago

peterp commented 4 years ago

This adds the ability to use directory named as a fallback to an index.js module. For instance, when doing:

import { dog } from 'src/dog'

and the directory contains

src/dog
 index.js
 dog.js

We can default to importing index.js instead of dog.js with the honorIndex configuration option.

ziolekjj commented 3 years ago

oh sorry, just noticed that there was a pr 🤦 , not sure why there was no notification...