Skip to content

Commit

Permalink
Fix babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo authored and JLHwung committed Oct 28, 2021
1 parent 7774e17 commit 8d1e62e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions babel.config.js
Expand Up @@ -110,6 +110,7 @@ module.exports = function (api) {
case "test":
targets = { node: "current" };
needsPolyfillsForOldNode = true;
dynamicESLintVersionCheck = true;
break;
case "development":
envOpts.debug = true;
Expand Down

0 comments on commit 8d1e62e

Please sign in to comment.