Skip to content

webpack resolver fails on CircleCI #767

@mattkrick

Description

@mattkrick

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions