on my code i'm using ... (destructure operator). but i got "Unexpected token" on module build phase, i don't know how to fix this issue ? (beside rewrite my code in a way without using ... operator)
i use vue-cli-service test:unit src/**/*.spec.js to run tests,
package.json:
...
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-service": "^4.5.9",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-cli": "^6.26.0",
...
},
...
