Skip to content

Instantly share code, notes, and snippets.

@jinglemansweep
Created August 24, 2017 11:55
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 jinglemansweep/9d567206a42380765d2eba43675f9d53 to your computer and use it in GitHub Desktop.
Save jinglemansweep/9d567206a42380765d2eba43675f9d53 to your computer and use it in GitHub Desktop.
{
test: /\.scss/,
use: [
'style-loader',
'css-loader',
'sass-loader',
{
loader: 'postcss-loader',
options: {
plugins: function() {
return [
require('autoprefixer')
];
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment