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