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.
needs
1 parent 5ac66f4 commit f7c5ffdCopy full SHA for f7c5ffd
lib/javascript/JavascriptModulesPlugin.js
@@ -883,7 +883,7 @@ class JavascriptModulesPlugin {
883
let footer;
884
if (iife !== undefined) {
885
startupSource.add(
886
- `// This entry need to be wrapped in an IIFE because ${iife}\n`
+ `// This entry needs to be wrapped in an IIFE because ${iife}\n`
887
);
888
const arrow = runtimeTemplate.supportsArrowFunction();
889
if (arrow) {
0 commit comments