Skip to content

Commit

Permalink
feat: lookup ids start with ./
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Feb 28, 2022
1 parent aedccc6 commit 629d46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ContainerReferencePlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class ContainerReferencePlugin {
new RemoteModule(
data.request,
config.external,
data.request.slice(key.length + 1),
`.${data.request.slice(key.length)}`,
remoteType,
lazyOnce,
),
Expand Down

0 comments on commit 629d46b

Please sign in to comment.