Skip to content

Commit

Permalink
Add defaultConfig for nwb 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
insin committed Dec 15, 2015
1 parent 72d81ab commit 10d0894
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Expand Up @@ -2,7 +2,8 @@ module.exports = {
cssPreprocessors: {
less: {
test: /\.less$/,
loader: require.resolve('less-loader')
loader: require.resolve('less-loader'),
defaultConfig: 'lessLoader'
}
}
}

0 comments on commit 10d0894

Please sign in to comment.