From you docs:
In a Rule the properties test, include, exclude and resource are matched with the resource and the property issuer is matched with the issuer.
You can either supply a
Rule.resource
option or use the shortcut optionsRule.test
,Rule.exclude
, andRule.include
So we have:
{
resource: {
test: ...,
include: ...,
exclude: ...,
},
issuer: { ...boom?? }
}
There is nothing for issuer
in your reference. What properties belong to it? What is it for? What does issuer
do?
resource
,issuer
,resourceQuery
andcompiler
can all have the same properties:@webpack-bot move to webpack/webpack.js.org