diff options
Diffstat (limited to 'activestorage/.babelrc')
-rw-r--r-- | activestorage/.babelrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/activestorage/.babelrc b/activestorage/.babelrc index a8211d329f..ed751f8745 100644 --- a/activestorage/.babelrc +++ b/activestorage/.babelrc @@ -1,5 +1,8 @@ { "presets": [ ["env", { "modules": false } ] + ], + "plugins": [ + "external-helpers" ] } |