The example is not running correctly any more.
- package.json
"example": "yarn build && cd example && webpack-dev-server",
should become:
"example": "yarn build && cd example && webpack serve",
- App.js
Controls are not shown. The following import is missing:
import 'mapbox-gl/dist/mapbox-gl.css';