This project is meant to demonstrate the issue here: jdalrymple/gitbeaker#66

Steps to reproduce this project:

  1. Create a project via create-react-app.
      npx create-react-app test
  2. Install node-gitlab-api or gitlab npm module
      npm install --save gitlab
  3. Import gitlab anywhere in the project
  4. Now you can see that npm start works but npm build doesn't.
      npm build # Doesn't work
      npm start # Works

These aren't the exact steps I used. I actual had already globally installed create-react-app via yarn and I performed steps 3 and 4 with yarn as well, but these steps will produce the same result.