Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 421 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 421 Bytes

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.