mirror of https://github.com/webpack/webpack.git
6 lines
249 B
JavaScript
6 lines
249 B
JavaScript
|
module.exports = [
|
||
|
{ code: /DEP_WEBPACK_RULE_LOADER_OPTIONS_STRING/, message: /oneOf\[0\]/ },
|
||
|
{ code: /DEP_WEBPACK_RULE_LOADER_OPTIONS_STRING/, message: /oneOf\[1\]/ },
|
||
|
{ code: /DEP_WEBPACK_RULE_LOADER_OPTIONS_STRING/, message: /oneOf\[2\]/ }
|
||
|
];
|