学习 parcel(号称0配置的打包工具)的时候报错: Unhandled promise rejection (rejection id: 1): SyntaxError: ‘super’ keyword unexpected here
parcel 说明上是支持 node 6+,但是还是报错。node 6+ 不支持 async 函数,所以还是将 node 升级为 8+;