ZhenDong Wang
ZhenDong Wang
My webpack config ``` new HtmlResWebpackPlugin({ mode: 'html', filename: config.build.index, template: "index.html", inject: true, chunks: { 'app.js':{} } }), ``` And I meet a Error `Unhandled rejection TypeError: htmlContent.replace is...
https://github.com/developit/preact-redux/blob/0b98ca39c40908a569bd84725d762af3a4a92fc5/src/preact-redux.d.ts#L23 `AnyComponent` may be `ComponentConstructor` in preact-redux.d.ts
when setting ` 'bail': true`, the compiler will tap `failed` hook.