To recreate possible parcel bug:
git clone https://github.com/jeffpeck10x/parcel-test.git
cd parcel-test
yarn install
yarn dev
# go to http://localhost:5000/, everything works, yay!
yarn build
yarn serve-static-demo
# go to http://localhost:5000/, View console: "Uncaught ReferenceError: Log is not defined"