-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
An Webpack Error #4
Comments
@VGdaocao 你好 而且: |
ERROR in ./app/components/List.jsx /Users/xxx/web/webpack-react-codes/chapter5/part1/app/components/List.jsx ✖ 1 problem (1 error, 0 warnings) 我也碰到同样的,问题,求解~ |
我也遇到了同样的问题,但是我排查了很多地方,花费很多时间才找到是那个地方报的错: |
@VGdaocao @vince-fly @michealcat 感谢反馈,经排查,问题
是 Node.js 6.x 的向前不兼容改动导致的(本书写作时使用 Node.js 版本 5.0.0),新版本的 html-webpack-plugin 修复了 6.x 下的这个问题。 所以使用 Node.js 6.x 的同学,可以升级 html-webpack-plugin(更新本代码库后重新 |
@vince-fly @VGdaocao @michealcat 已经修复 请再试试看 |
这个问题是 eslint 的代码规范检查报的错,要求能够用简单形式的箭头函数( 最后,感谢各位反馈,我们添加了 |
赞!!! @nighca @michealcat |
你好,我是您的读者,在运行第四章源码 报以下错:
命令执行顺序:
未找到原因,能否帮忙解答下~
The text was updated successfully, but these errors were encountered: