mirror of https://github.com/webpack/webpack.git
19 lines
381 B
JavaScript
19 lines
381 B
JavaScript
module.exports = [
|
|
{
|
|
code: /DEP_WEBPACK_RULE_LOADER_OPTIONS_STRING/,
|
|
message: /rules\[0\].use\[0\]/
|
|
},
|
|
{
|
|
code: /DEP_WEBPACK_RULE_LOADER_OPTIONS_STRING/,
|
|
message: /rules\[0\].use\[1\]/
|
|
},
|
|
{
|
|
code: /DEP_WEBPACK_RULE_LOADER_OPTIONS_STRING/,
|
|
message: /rules\[1\].use\[0\]/
|
|
},
|
|
{
|
|
code: /DEP_WEBPACK_RULE_LOADER_OPTIONS_STRING/,
|
|
message: /rules\[1\].use\[1\]/
|
|
}
|
|
];
|