Blair MacIntyre

Follow @blair on Micro.blog.

Through no choice of my own, I’m working with a React project. I want to build a non-optimized non-minified version, to ease debugging. Googling leads to make pointers to: “npm run eject” (described in the docs as essentially a “good luck, you’re on your own now “)

Seriously?