diff options
Diffstat (limited to 'babel.config.js')
-rw-r--r-- | babel.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/babel.config.js b/babel.config.js index 91c58cf46bf..ca3baaeee59 100644 --- a/babel.config.js +++ b/babel.config.js @@ -22,6 +22,7 @@ const plugins = [ '@babel/plugin-proposal-json-strings', '@babel/plugin-proposal-private-methods', '@babel/plugin-proposal-optional-chaining', + 'lodash', ]; // add code coverage tooling if necessary |