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

exclude html from default loader. #1075

Merged
merged 1 commit into from
Nov 21, 2016
Merged

exclude html from default loader. #1075

merged 1 commit into from
Nov 21, 2016

Conversation

bebbi
Copy link
Contributor

@bebbi bebbi commented Nov 21, 2016

@@ -124,6 +124,7 @@ module.exports = {
// A missing `test` is equivalent to a match.
{
exclude: [
/\.(html)$/,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra parentheses around html can be omitted, otherwise looks good.

@fson
Copy link
Contributor

fson commented Nov 21, 2016

Merging this to fix master. The remaining issues will be addressed in #1077.

@fson fson merged commit 058b2cc into facebook:master Nov 21, 2016
@bebbi bebbi deleted the fix_serve branch November 21, 2016 12:38
jarlef pushed a commit to jarlef/create-react-app that referenced this pull request Nov 28, 2016
alexdriaguine pushed a commit to alexdriaguine/create-react-app that referenced this pull request Jan 23, 2017
randycoulman pushed a commit to CodingZeal/create-react-app that referenced this pull request May 8, 2017
@lock lock bot locked and limited conversation to collaborators Jan 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants