Skip to main content
Module

x/jquery_ajax/.babelrc

A jQuery based AJAX helper library
Latest
File
{ "presets": [ "@babel/preset-env" ], "env": { "test": { "plugins": [ "istanbul" ] } }, "plugins": [ [ "@babel/plugin-proposal-class-properties", { "loose": true } ] ]}