Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Downgrade css-loader to 0.14.5 to address superslow HMR builds webp…
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Mar 23, 2017
1 parent 033519e commit 61e2f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Released: TBA.
- [ ] Fix bug where osx/rvm install won't work via `LANYON_ONLY=rvm ./scripts/test-acceptance.sh`
- [ ] Ship a `deploy` executable for Travis instead of generating one, which relies on `lanyon install`, which is not a file, resulting in more complicated `.travis.yml` files
- [ ] Fix bug where failed deploy is not fatal: https://travis-ci.org/kvz/invig/builds/202931498#L627
- [x] Downgrade `css-loader` to 0.14.5 to address superslow HMR builds https://github.com/webpack-contrib/css-loader/issues/124
- [x] Pass down `DEBUG` env var
- [x] Upgrade `scrolex@0.0.27`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"coffee-loader": "0.7.2",
"coffee-script": "1.12.3",
"common-tags": "1.4.0",
"css-loader": "0.26.1",
"css-loader": "0.14.5",
"depurar": "0.3.0",
"exports-loader": "0.6.3",
"extract-text-webpack-plugin": "1.0.1",
Expand Down

0 comments on commit 61e2f44

Please sign in to comment.