import-js/eslint-plugin-import
在 GitHub 查看v2.23 no longer works with `Promise`-based Webpack configuration
Open
#2,069 建立於 2021年5月14日
enhancementhelp wantedpackage: resolver/webpack
倉庫指標
- Star
- (4,946 star)
- PR 合併指標
- (平均合併 138天 22小時) (30 天內合併 3 個 PR)
描述
Prior to v2.23, my webpack.config which returns a Promise<WebpackConfig[]> worked fine, but now it causes the following errors (LOTS of them):
Webpack config returns a `Promise`; that signature is not supported at the moment. Using empty object instead.