Skip to content

Instantly share code, notes, and snippets.

@Akintunde102
Created February 2, 2019 04:44
Show Gist options
  • Save Akintunde102/7f2e8e7c3b8eda224a900b611d9d82b0 to your computer and use it in GitHub Desktop.
Save Akintunde102/7f2e8e7c3b8eda224a900b611d9d82b0 to your computer and use it in GitHub Desktop.
test: /\.(le|sc|c)ss$/,
use: [
'style-loader',
'css-loader',
'postcss-loader',
{
loader: 'less-loader',
options: {
includePaths: [ resolve( '../node_modules' ) ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment