webpack/test/cases/runtime/error-handling/errors.js

10 lines
150 B
JavaScript
Raw Permalink Normal View History

"use strict";
module.exports = [
2023-04-13 02:09:24 +08:00
[
/Module not found/,
/Can't resolve '\.\/missingModule' /,
{ moduleName: /error-handling\/index.js/ }
]
];