Compile failed
suweya opened this issue · 1 comments
suweya commented
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
应该是你的依赖没有安装好,重新安装下依赖试试