-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
My webpack config works and the modules are correctly resolved in my build process. However, ESLint is reporting import-no-unresolved errors for my packages, for example Unable to resolve path to module 'redux'
This occurs when I added the following config to my .eslintrc file:
"settings": {
"import/resolver": {
"webpack": {
"config": "./webpack/prod.js"
}
}
},
(My webpack config is stored in ./webpack/prod.js)
Metadata
Metadata
Assignees
Labels
No labels