fix(waterfall): should compile to es5

This commit is contained in:
chenjiahan
2020-04-21 16:13:49 +08:00
parent 84369690c0
commit ce0e04c952
3 changed files with 786 additions and 548 deletions

View File

@@ -0,0 +1,3 @@
module.exports = {
presets: ['@babel/env'],
};