logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 59ca634b890f304275a8a36001e879fac929efee
parent: 80093662312995f981dca8519e4be92c1cad6f8b
Author: Nolan Lawson <nolan@nolanlawson.com>
Date:   Sat,  6 May 2017 12:25:26 -0700

remove preset-es2015 from babel config (#2849)


Diffstat:

M.babelrc5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.babelrc b/.babelrc @@ -1,12 +1,13 @@ { "presets": [ - "es2015", "react", [ "env", { "loose": true, - "modules": false + "targets": { + "browsers": ["last 2 versions", "IE >= 11", "iOS >= 9"] + } } ] ],