約550行:this
if (!this.options.disableScript) { if (this.options.inject === 'head') { head = head.concat(scripts); } else { body = body.concat(scripts); } }
而後這樣使用:code
new HtmlWebpackPlugin({ disableScript: true, //... })