Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 320 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 320 Bytes

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"