Skip to content

Commit

Permalink
Update loader-utils dependecy to ^0.2.16 (#371)
Browse files Browse the repository at this point in the history
Anything below 0.2.16 for loader-utils causes issues with webpack 2 (webpack/webpack#3060 (comment) and I have replicated the issue)
  • Loading branch information
leonaves authored and danez committed Feb 7, 2017
1 parent 15881f4 commit 0b19a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"main": "lib/index.js",
"dependencies": {
"find-cache-dir": "^0.1.1",
"loader-utils": "^0.2.11",
"loader-utils": "^0.2.16",
"mkdirp": "^0.5.1",
"object-assign": "^4.0.1"
},
Expand Down

0 comments on commit 0b19a6d

Please sign in to comment.