Skip to content

Instantly share code, notes, and snippets.

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

  • Save kevinrobinson/4609e412cec56caae384 to your computer and use it in GitHub Desktop.

Select an option

Save kevinrobinson/4609e412cec56caae384 to your computer and use it in GitHub Desktop.
loaders: [
{ test: /\.css$/, loader: "style-loader!css-loader" },
{ test: /\.scss$/, loaders: ["style", "css", "sass"] }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment