Skip to content

Commit

Permalink
hotfix: realResource should match absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jul 1, 2019
1 parent 569dd6a commit 98c5f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion declarations/WebpackOptions.d.ts
Expand Up @@ -561,7 +561,7 @@ export interface RuleSetRule {
/**
* Match rules with custom resource name
*/
realResource?: RuleSetConditionOrConditions;
realResource?: RuleSetConditionOrConditionsAbsolute;
/**
* Options for the resolver
*/
Expand Down
2 changes: 1 addition & 1 deletion schemas/WebpackOptions.json
Expand Up @@ -1525,7 +1525,7 @@
"description": "Match rules with custom resource name",
"anyOf": [
{
"$ref": "#/definitions/RuleSetConditionOrConditions"
"$ref": "#/definitions/RuleSetConditionOrConditionsAbsolute"
}
]
},
Expand Down

0 comments on commit 98c5f45

Please sign in to comment.