Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow filenames with dots to be imported #10

Open
dpikt opened this issue May 2, 2019 · 1 comment
Open

Allow filenames with dots to be imported #10

dpikt opened this issue May 2, 2019 · 1 comment

Comments

@dpikt
Copy link
Contributor

dpikt commented May 2, 2019

Right now, the .index file creator will transform a filename like thing.config.js into:

export { default as thing } from './thing' 

which won't be found.

How we want to format these exports is an open question.

@dpikt dpikt added the bug label May 2, 2019
@dpikt
Copy link
Contributor Author

dpikt commented Jan 14, 2020

export { default as thing } from './thing.config'

is probably a reasonable default.

@dpikt dpikt removed the bug label Mar 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant