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 f1bc1c2 commit b8af813Copy full SHA for b8af813
lib/ExportsFieldPlugin.js
@@ -155,7 +155,7 @@ module.exports = class ExportsFieldPlugin {
155
156
if (
157
invalidSegmentRegEx.exec(relativePath.slice(2)) !== null &&
158
- deprecatedInvalidSegmentRegEx.test(relativePath.slice(2)) !== null
+ deprecatedInvalidSegmentRegEx.test(relativePath.slice(2))
159
) {
160
if (paths.length === i) {
161
return callback(
0 commit comments