-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
Everything works great locally, but I kick it up to CircleCI & I get a few thousand errors saying:
Resolve error: Cannot convert undefined or null to object
example (under npm run lint)
https://circleci.com/gh/ParabolInc/action/2142
my settings:
"settings": {
"import/parser": "babel-eslint",
"import/resolver": {
"webpack": {
"config": "./webpack/prod.babel.js" // points to a file that babelifies my webpack config
}
},
},
Metadata
Metadata
Assignees
Labels
No labels