aboutsummaryrefslogblamecommitdiffstats
path: root/actioncable/.babelrc
blob: 4f0c469c60e98b28ec566353272bf635549429be (plain) (tree)
1
2
3
4
5
6
7
8







                                                 
{
  "presets": [
    ["env", { "modules": false, "loose": true } ]
  ],
  "plugins": [
    "external-helpers"
  ]
}