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

Use file-loader as fallback for files that match no other loader #257

Closed
davidtheclark opened this issue Mar 24, 2018 · 0 comments
Closed
Milestone

Comments

@davidtheclark
Copy link
Contributor

This PR to create-react-app introduced a clever method for using the file-loader as a fallback, instead of relying on a whitelist or blacklist of extensions. We should do this!

Doing this right would men removing the fileLoaderExtensions config option, so would mean a breaking change. This probably isn't worth doing, then, until it can be grouped with other breaking changes.

@davidtheclark davidtheclark added this to the v2 milestone Mar 27, 2018
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

2 participants