Skip to content

Commit

Permalink
Update webpack and extract-text-loader
Browse files Browse the repository at this point in the history
Should resolve some issues involving CSS order in the production output.

Possible fix for bradleyboy#20
  • Loading branch information
bradleyboy authored and rxaviers committed Aug 29, 2015
1 parent d3888b7 commit d0938f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"css-loader": "^0.14.0",
"eslint": "^0.17.1",
"eslint-loader": "^0.7.0",
"extract-text-webpack-plugin": "^0.3.8",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.1",
"gh-pages": "^0.2.0",
"html-webpack-plugin": "^1.1.0",
Expand All @@ -46,7 +46,7 @@
"sass-loader": "^1.0.0",
"style-loader": "^0.12.0",
"url-loader": "^0.5.5",
"webpack": "^1.7.3",
"webpack-dev-server": "^1.7.0"
"webpack": "^1.9.0",
"webpack-dev-server": "^1.9.0"
}
}

0 comments on commit d0938f1

Please sign in to comment.