Skip to content

Commit

Permalink
doc(): update webpack v2 part (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
kud authored and ai committed Mar 14, 2017
1 parent e101b84 commit d591cdf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@ module.exports = {
test: /\.css$/,
use: [
'style-loader',
'css-loader?importLoaders=1',
{
loader: 'css-loader',
options: {
importLoaders: 1
}
},
'postcss-loader'
]
}
Expand Down

0 comments on commit d591cdf

Please sign in to comment.