import-js/eslint-plugin-import

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

Open

#2 069 ouverte le 14 mai 2021

Voir sur GitHub
 (15 commentaires) (0 réactions) (0 assignés)JavaScript (1 540 forks)batch import
enhancementhelp wantedpackage: resolver/webpack

Métriques du dépôt

Stars
 (4 946 stars)
Métriques de merge PR
 (Merge moyen 138j 22h) (3 PRs mergées en 30 j)

Description

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.

Guide contributeur