diff options
author | Javan Makhmali <javan@javan.us> | 2018-04-25 08:46:56 -0500 |
---|---|---|
committer | Javan Makhmali <javan@javan.us> | 2018-04-25 08:46:56 -0500 |
commit | 56fc1f812a743b373feb87b36a0abb34d91db23a (patch) | |
tree | 2a6dd0fd9261b407772dc1a74e837efc05abe678 /activestorage/.babelrc | |
parent | c81a7fcf76663e6d189792d6eed57b1162199635 (diff) | |
download | rails-56fc1f812a743b373feb87b36a0abb34d91db23a.tar.gz rails-56fc1f812a743b373feb87b36a0abb34d91db23a.tar.bz2 rails-56fc1f812a743b373feb87b36a0abb34d91db23a.zip |
Unminify activestorage.js
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" ] } |