Skip to content

Instantly share code, notes, and snippets.

@joshuacrass
Last active September 12, 2018 04:01
Show Gist options
  • Save joshuacrass/b4df7ac8f50cd0e910abb8a43bc82f4d to your computer and use it in GitHub Desktop.
Save joshuacrass/b4df7ac8f50cd0e910abb8a43bc82f4d to your computer and use it in GitHub Desktop.
Adding scss to webpack dev config
{
loader: 'sass-loader',
options: {
sourceMap: true,
},
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment