.pipe(webpack(config)) 会报错
WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
2018-01-29
看到你装yarn 我也就跟着下载了,然后测试 yarn -v 没毛病 于是老师来了一句 当然,使用npm也可以完成这样的任务。 “wo ni ma”
2018-01-27
D:\sudoku\src\js\core\toolkit.js:88
const generator = new Generator();
^
ReferenceError: Generator is not defined
const generator = new Generator();
^
ReferenceError: Generator is not defined
2018-01-26
优化HTML架构、数据检查(实时检查),演示地址:https://jacecao.github.io/node-shudu/ 项目地址:https://github.com/jacecao/node-shudu。
2018-01-12
很赞的课程,非常适合ES6实践。而从算法上来讲,这也算的是很好的开胃教程。整个模块(尤其数据)构建上收获颇多。(个人觉得,在数据构建上可以对需要检查和隐藏数据保存为map类型,这样后期检测更方便。如果能在数字填写模块中使用promise来返回输入值再通过渲染模块给到页面,这样更优雅)
2018-01-07