webpack/test/cases/errors/loader-error-warning/warnings.js

8 lines
111 B
JavaScript
Raw Normal View History

module.exports = [
[
/xyz/,
/Emitted value instead of an instance of Error/,
/warning-loader\.js/
]
];