Skip to content

Instantly share code, notes, and snippets.

@kevinrobinson
Created November 20, 2015 23:58
Show Gist options
  • Select an option

  • Save kevinrobinson/47a06c5459072c0b3f1f to your computer and use it in GitHub Desktop.

Select an option

Save kevinrobinson/47a06c5459072c0b3f1f to your computer and use it in GitHub Desktop.
loaders: [
...
{ test: /\.png$/, loader: 'url-loader?limit=100000' },
{ test: /\.jpg$/, loader: 'file-loader' },
{ test: /\.svg$/, loader: 'file-loader' }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment