aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/.babelrc
diff options
context:
space:
mode:
authorJavan Makhmali <javan@javan.us>2018-04-25 08:46:56 -0500
committerJavan Makhmali <javan@javan.us>2018-04-25 08:46:56 -0500
commit56fc1f812a743b373feb87b36a0abb34d91db23a (patch)
tree2a6dd0fd9261b407772dc1a74e837efc05abe678 /activestorage/.babelrc
parentc81a7fcf76663e6d189792d6eed57b1162199635 (diff)
downloadrails-56fc1f812a743b373feb87b36a0abb34d91db23a.tar.gz
rails-56fc1f812a743b373feb87b36a0abb34d91db23a.tar.bz2
rails-56fc1f812a743b373feb87b36a0abb34d91db23a.zip
Unminify activestorage.js
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"
]
}