Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Upgrade to Webpack's loader-utils v1.0.0 #155

Merged
merged 1 commit into from
Feb 22, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ module.exports = function(input, map) {
// user defaults
this.options.eslint || {},
// loader query string
loaderUtils.parseQuery(this.query)
loaderUtils.getOptions(this)
)
this.cacheable()

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"find-cache-dir": "^0.1.1",
"loader-utils": "^0.2.7",
"loader-utils": "^1.0.2",
"object-assign": "^4.0.1",
"object-hash": "^1.1.4"
},
Expand Down