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

0.11.2 breaks webpackConfig.resolve.extensions #105

Closed
adrienharnay opened this issue Dec 17, 2019 · 0 comments · Fixed by #107
Closed

0.11.2 breaks webpackConfig.resolve.extensions #105

adrienharnay opened this issue Dec 17, 2019 · 0 comments · Fixed by #107

Comments

@adrienharnay
Copy link
Contributor

Hello,

Since upgrading to 0.11.2, webpackConfig.resolve.extensions is not taken into account anymore.

I have components importing files without specifying the extension, and the file can either be .ts or .json, and webpackConfig.resolve.extensions is set to ['.tsx', '.ts', '.js', '.json'].

It works fine with 0.11.1, but not with 0.11.2 (or 0.11.3).

Thanks in advance!

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

Successfully merging a pull request may close this issue.

1 participant