我用的是de6中class类创建的组件的,然后再组件里想用箭头函数为什么不行 是babel的原因还是什么呢
ERROR in ./src/app.js
Module build failed (from ./node_modules/babel-loader/lib/index.js):
SyntaxError: C:\Users\Administrator\Desktop\深入学习\小案例\react-webpack-music\src\app.js: Unexpected token (38:25)
> 38 | onProgressChangeHandler = (progress) =>{
| ^
39 | console.log(progress,"aaa",this)
40 | }