We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac60841 commit db5b3b7Copy full SHA for db5b3b7
1 file changed
src/loader.js
@@ -361,7 +361,7 @@ function pitch(request) {
361
}
362
363
this.importModule(
364
- `${this.resourcePath}.webpack[javascript/auto]!=!!!${request}`,
+ `${this._module.matchResource || this.resourcePath}.webpack[javascript/auto]!=!!!${request}`,
365
{
366
layer: options.layer,
367
publicPath: /** @type {string} */ (publicPathForExtract),
0 commit comments