Skip to content

Commit

Permalink
Support webpack 4. Fixes #13
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Mar 6, 2018
1 parent 2fc27ee commit 2e7e044
Show file tree
Hide file tree
Showing 3 changed files with 577 additions and 473 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -140,7 +140,7 @@ module.exports = function (source) {
customRules: [],
configFile: DEFAULT_CONFIG_FILE
},
this.options.htmlhint || {}, // User defaults
this.options && this.options.htmlhint ? this.options.htmlhint : {}, // User defaults
loaderUtils.getOptions(this) // Loader query string
);

Expand Down

0 comments on commit 2e7e044

Please sign in to comment.