mirror of https://github.com/webpack/webpack.git
8 lines
125 B
JavaScript
8 lines
125 B
JavaScript
|
module.exports = [
|
||
|
[
|
||
|
/Module parse failed/,
|
||
|
{ moduleName: /dump-file\.txt/ },
|
||
|
{ moduleTrace: /templates sync/ }
|
||
|
]
|
||
|
];
|