Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@r-winkler
Last active August 20, 2016 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-winkler/c6e408cb037fa77ed5278062e23d0759 to your computer and use it in GitHub Desktop.
Save r-winkler/c6e408cb037fa77ed5278062e23d0759 to your computer and use it in GitHub Desktop.
...
{
test: /\.css$/,
exclude: /node_modules/,
loader: 'style-loader!css-loader'
},
{
test: /\.scss$/,
exclude: /node_modules/,
loader: 'style-loader!css-loader!saas-loader'
},
{
test: /\.(png|jpg|ttf|eot)/,
exclude: /node_modules/,
loader: 'url-loader?limit=10000'
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment