Skip to content

Conversation

@markmontymark
Copy link
Contributor

JSHint will complain about ".jpg$", because JS will see that string as .jpg$, not .jpg$

JSHint will complain about "\.jpg$", because JS will see that string as .jpg$, not \.jpg$
@sokra
Copy link
Member

sokra commented Feb 15, 2016

test: "\.jpg$" should be test: /\.jpg$/ instead

jhnns added a commit that referenced this pull request Feb 15, 2016
Update README.md, additional backslash needed
@jhnns jhnns merged commit b3947cd into webpack:master Feb 15, 2016
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 this pull request may close these issues.

4 participants