From 1d4380cee77fc049a54d280a27dcefa3fa6ff1fd Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 10 Dec 2017 14:25:29 -0500 Subject: theme (#546) * Update to coffee and use webstorm * Add chrome as well * Update all * Reinstall android 27 --- app/src/main/assets/.babelrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/src/main/assets/.babelrc (limited to 'app/src/main/assets/.babelrc') diff --git a/app/src/main/assets/.babelrc b/app/src/main/assets/.babelrc new file mode 100644 index 00000000..7302f727 --- /dev/null +++ b/app/src/main/assets/.babelrc @@ -0,0 +1,9 @@ +{ + "presets": [ + ["env",{ + "targets": { + "browsers": ["android >= 36", "chrome >= 51"] + } + }] + ] +} \ No newline at end of file -- cgit v1.2.3