Skip to content

Instantly share code, notes, and snippets.

@fdjones
Created September 5, 2018 22:37
Show Gist options
  • Save fdjones/53f059ce215b8c9fa2a774a9b4b990fd to your computer and use it in GitHub Desktop.
Save fdjones/53f059ce215b8c9fa2a774a9b4b990fd to your computer and use it in GitHub Desktop.
{
test: /\.scss$/,
use: [
{
loader: "style-loader"
},
{
loader: "css-loader"
},
{
loader: "sass-loader"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment