We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc64716 commit 53aeda8Copy full SHA for 53aeda8
src/loader.js
@@ -66,7 +66,7 @@ export function pitch(request) {
66
67
this.addDependency(this.resourcePath);
68
69
- const childFilename = '*'; // eslint-disable-line no-path-concat
+ const childFilename = '*';
70
const publicPath =
71
typeof options.publicPath === 'string'
72
? options.publicPath === '' || options.publicPath.endsWith('/')
0 commit comments