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

7 lines
301 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/]
2023-04-13 02:09:24 +08:00
];