aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to 'activestorage/.babelrc')
-rw-r--r--activestorage/.babelrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/activestorage/.babelrc b/activestorage/.babelrc
new file mode 100644
index 0000000000..ed751f8745
--- /dev/null
+++ b/activestorage/.babelrc
@@ -0,0 +1,8 @@
+{
+ "presets": [
+ ["env", { "modules": false } ]
+ ],
+ "plugins": [
+ "external-helpers"
+ ]
+}