import-js/eslint-plugin-import

v2.23 no longer works with `Promise`-based Webpack configuration

Open

#2069 aperta il 14 mag 2021

Vedi su GitHub
 (15 commenti) (0 reazioni) (0 assegnatari)JavaScript (1540 fork)batch import
enhancementhelp wantedpackage: resolver/webpack

Metriche repository

Star
 (4946 star)
Metriche merge PR
 (Merge medio 138g 22h) (3 PR mergiate in 30 g)

Descrizione

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.

Guida contributor