mirror of https://github.com/webpack/webpack.git
5 lines
269 B
JavaScript
5 lines
269 B
JavaScript
|
module.exports = [
|
||
|
[/There are multiple modules with names that only differ in casing/, /case-sensitive.A\.js/, /case-sensitive.a\.js/],
|
||
|
[/There are multiple modules with names that only differ in casing/, /case-sensitive.B.file\.js/, /case-sensitive.b.file\.js/]
|
||
|
];
|