UNPKG

@djforth/ajax-es6-fp

Version:

Promised Based Ajax Helper - With RoR in mind

45 lines 807 B
{ "presets": [], "env": { "test": { "plugins": [ "istanbul", "rewire" ], "presets": [ [ "env", { "targets": { "browsers": [ "last 2 versions", "chrome >= 55", "IE >= 11" ] } } ] ] }, "production": { "plugins": [ "lodash", "add-module-exports" ] , "presets": [ ["env", { modules: "umd", "targets": { 'node': 4, "browsers": [ "last 2 versions", "chrome >= 55", "IE >= 11" ] } }] , ["minify", {mangle:false}] ] } } }