Skip to content

Commit

Permalink
Update src/injectCaller.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Feb 21, 2020
1 parent 8a0a25a commit 1c35731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/injectCaller.js
Expand Up @@ -13,7 +13,7 @@ module.exports = function injectCaller(opts) {
supportsDynamicImport: true,

// Webpack 5 supports TLA behind a flag. We enable it by default
// for Babel, and then webpack will throw an error is the experimental
// for Babel, and then webpack will throw an error if the experimental
// flag isn't enabled.
supportsTopLevelAwait: true,
},
Expand Down

0 comments on commit 1c35731

Please sign in to comment.