aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to 'activestorage/.babelrc')
-rw-r--r--activestorage/.babelrc3
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"
]
}