mirror of https://github.com/webpack/webpack.git
7 lines
301 B
JavaScript
7 lines
301 B
JavaScript
module.exports = [
|
|
[/Module not found/, /recursive-file\/a/, /Recursion in resolving/],
|
|
[/Module not found/, /recursive-file\/b/, /Recursion in resolving/],
|
|
[/Module not found/, /recursive-file\/c/, /Recursion in resolving/],
|
|
[/Module not found/, /recursive-file\/d/, /Recursion in resolving/]
|
|
];
|