This commit is contained in:
Tobias Koppers 2020-09-22 16:47:09 +02:00
parent 8db617db80
commit f7443ea094
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ class CommonJsExportsParserPlugin {
bailoutHint(
`${base}${propertyAccess(
members
)}(...) prevents optimization as ${base} is passed as call context as ${formatLocation(
)}(...) prevents optimization as ${base} is passed as call context at ${formatLocation(
expr.loc
)}`
);