webpack/test/cases/resolving/browser-field/errors.js

6 lines
300 B
JavaScript
Raw Normal View History

2014-02-17 19:51:32 +08:00
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/]
2014-02-17 19:51:32 +08:00
];