NervJS / taro-redux-sample

taro redux sample
38 stars 17 forks source link

Compile failed #2

Open suweya opened 6 years ago

suweya commented 6 years ago

Compile failed!

./.temp/pages/index/index.js Module build failed (from ./node_modules/babel-loader/lib/index.js): SyntaxError: Unexpected token (21:4)

19 | function mapDispatchToProps(dispatch) { 20 | return {

21 | ...bindActionCreators(Actions, dispatch) | ^ 22 | }; 23 | } 24 |

BabelLoaderError: SyntaxError: Unexpected token (21:4)

19 | function mapDispatchToProps(dispatch) { 20 | return {

21 | ...bindActionCreators(Actions, dispatch) | ^ 22 | }; 23 | } 24 |

luckyadam commented 6 years ago

应该是你的依赖没有安装好,重新安装下依赖试试