mirror of https://github.com/webpack/webpack.git
4 lines
82 B
JavaScript
4 lines
82 B
JavaScript
|
module.exports = [
|
||
|
[/Module not found/, /Can't resolve '\.\/missingModule' /]
|
||
|
];
|