react-mapbox-gl

v0.13.0
A React binding of mapbox-gl-js
mapbox react map webgl mapbox-gl react-component

clean

rm -rf dist

vendor

webpack --config webpack.mapbox.js

prebuild

npm run vendor

build:commonjs

BABEL_ENV=commonjssimple babel src --out-dir lib

build:watch

BABEL_ENV=commonjssimple babel src --watch --out-dir lib

build:es

babel src --out-dir es

build

npm run build:commonjs && npm run build:es

prepublish

npm run clean && npm run build

version

npm run build

postversion

git push && git push --tags

Metadata

  • MIT
  • Whatever
  • Alexandre Rieux
  • released 10/5/2016

Downloads