gwuhaolin

Results 36 comments of gwuhaolin

[《深入浅出 Webpack》](http://webpack.wuhaolin.cn)是国内第一本系统全面讲解 Webpack 的图书,涵盖了 Webpack 的入门、配置、实战、优化、原理。

应该是: ``` filename: "[name]_[chunkhash].js ``` 详情请阅读 [配置 Output](http://webpack.wuhaolin.cn/2配置/2-2Output.html)

```js new WebPlugin({ // file name or full path for output file, required. // pay attention not to duplication of name,as is will cover other file filename: 'index.html', // this...

很抱歉当初没考虑到这点目前还不支持,后期会加上。

目前AutoWebPlugin不支持,你可以用多个WebPlugin实现你的需求,AutoWebPlugin也是基于WebPlugin实现的

我demo里的那些测试用例都跑通过了,你可以举个有问题的例子么?

error `SCRIPT87: Invalid argument. ` in: ``` t.parentNode.insertBefore(e,t.parentNode.childNodes[t.index]) ```