``` src - A - a -index.js - B - b - index.js template.html ``` 假设我的目录结构是这样的,导到 dist 中的 html 与 index.js 同级,应该怎么做呢? AutoWebPlugin 的首参是单目录的,只用在 A 上可行。 看了源码是希望我将 { 'src/A/a': true, 'src/B/b': true } 作为首参传进去吗。