[change] Compile using Babel 7

Fix #1170
Close #1205
Close #1191
This commit is contained in:
Nicolas Gallagher
2018-12-20 14:41:34 +00:00
parent 4040151ee6
commit 77d4bd8a97
17 changed files with 2373 additions and 2134 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = function(api) {
api.cache(true);
return {
presets: ['./scripts/babel/preset']
};
};