解决ES6扩展运算符报错Syntax ErrorUnexpected token(203,8)
Feb 15, 2023
1 min read
配置 .babelrc加上对es6语法的支持
{ "presets": [ "stage-2" ] }