webpack/test/configCases/rule-set/simple-use-fn-array/deprecations.js

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\]/ }
];