When ran in uberjs from the root, the git diff shows:
import {Button} from '@uber/react-button';
import {Button} from '../../../../../../../dist/index.js';
Yet that relative path leads to /dist/index.js, when it should lead to the root of the project, not the root of my machine.