-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Description
extract-loader/src/extractLoader.js
Lines 93 to 95 in fb7139a
| require: givenRelativePath => { | |
| const indexOfQuery = Math.max(givenRelativePath.indexOf("?"), givenRelativePath.length); | |
| const relativePathWithoutQuery = givenRelativePath.slice(0, indexOfQuery); |
Shouldn't this be Math.min not Math.max? Otherwise we might as well write:
const indexOfQuery = givenRelativePath.length;I've rolled back to 2.0.1 in order to use oneOf/resourceQuery in webpack config until this is fixed.
Jthomas-Roto
Metadata
Metadata
Assignees
Labels
No labels