Skip to content

Commit

Permalink
Merge pull request #1246 from steelywing/patch-1
Browse files Browse the repository at this point in the history
Fix style-loader and css-loader order
  • Loading branch information
simon04 authored May 26, 2017
2 parents 13b968f + 37963d8 commit e8e89d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/guides/asset-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ module.exports = {
{
test: /\.css$/,
use: [
'css-loader',
'style-loader'
'style-loader',
'css-loader'
]
}
]
Expand Down

0 comments on commit e8e89d6

Please sign in to comment.