From 56fc1f812a743b373feb87b36a0abb34d91db23a Mon Sep 17 00:00:00 2001 From: Javan Makhmali Date: Wed, 25 Apr 2018 08:46:56 -0500 Subject: Unminify activestorage.js --- activestorage/.babelrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'activestorage/.babelrc') 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" ] } -- cgit v1.2.3