axetroy/webuild

es6 对象使用展开运算符报错

Closed this issue · 0 comments

ERROR in ./src/pages/user/share_coupon/index.js
Module build failed: SyntaxError: Unexpected token (91:6)

89 | };
90 | let { id, share_title, share_image } = {

91 | ...shareInfo,
| ^
92 | ...e.target.dataset
93 | };
94 | let that = this;