Open suweya opened 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)
应该是你的依赖没有安装好,重新安装下依赖试试
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 {
BabelLoaderError: SyntaxError: Unexpected token (21:4)
19 | function mapDispatchToProps(dispatch) { 20 | return {