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

omit_extensions: [js] breaks proper import of files with dots in filename #103

Open
mephju opened this issue Jun 13, 2017 · 0 comments
Open
Assignees
Labels

Comments

@mephju
Copy link

mephju commented Jun 13, 2017

When using the option omit_extensions: ["js"] imports of files with dots in them like myfile.is.huge.js breaks.

Such files are imported as:
import myfile from './myfile'

But the expected import would rather be:
import myfile from './myfile.is.huge'

@megawac megawac self-assigned this Nov 4, 2017
@megawac megawac added the bug label Nov 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants