Demo of the react-mapbox-gl and CRA incompatibility in production builds bug.

UPDATE: fixed.

mishoo/UglifyJS#2011 (comment) facebook/create-react-app#2379

STR:

yarn start

--> shows a website with a map

yarn build
yarn global add serve
serve -s build 

--> shows a website without a map and an ugly traceback in the console.