Skip to content

Commit 53aeda8

Browse files
committed
refactor: remove unnecessary webpack comment
1 parent fc64716 commit 53aeda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function pitch(request) {
6666

6767
this.addDependency(this.resourcePath);
6868

69-
const childFilename = '*'; // eslint-disable-line no-path-concat
69+
const childFilename = '*';
7070
const publicPath =
7171
typeof options.publicPath === 'string'
7272
? options.publicPath === '' || options.publicPath.endsWith('/')

0 commit comments

Comments
 (0)