mirror of https://github.com/webpack/webpack.git
chore: fix lint again
This commit is contained in:
parent
90df710283
commit
56d4fb27e3
|
|
@ -13,7 +13,7 @@ module.exports = {
|
|||
|
||||
switch (i) {
|
||||
case 0:
|
||||
asset = findOutputFiles(options, /^1\.[^\.]*\.jpg$/, "img")[0];
|
||||
asset = findOutputFiles(options, /^1\.[^.]*\.jpg$/, "img")[0];
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue