Right now, the .index file creator will transform a filename like `thing.config.js` into: ```js export { default as thing } from './thing' ``` which won't be found. How we want to format these exports is an open question.
Right now, the .index file creator will transform a filename like
thing.config.jsinto:which won't be found.
How we want to format these exports is an open question.