Skip to content

Instantly share code, notes, and snippets.

@devonzuegel
Created June 18, 2017 00:29
Show Gist options
  • Select an option

  • Save devonzuegel/f8c7670bb942ea5b3a01258b76697a09 to your computer and use it in GitHub Desktop.

Select an option

Save devonzuegel/f8c7670bb942ea5b3a01258b76697a09 to your computer and use it in GitHub Desktop.
{
test: /\.css\?inline$/,
use: ['url-loader'],
}, {
test: /\.css\?external$/,
use: ['file-loader'],
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment