From 006872898815941ce3805911eed9df85b1196fe1 Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Wed, 21 Sep 2016 19:58:10 +0300 Subject: [PATCH] Remove support for building mapbox-gl with webpack and other non-browserify bundlers (#3235) * remove support for building mapbox-gl with webpack * clarify usage of mapbox-gl with other module bundlers * remove webpack config example --- README.md | 38 ++++--------------- package.json | 6 +-- test/build/webpack.test.js | 27 -------------- test/fixtures/webpack-entry.js | 5 --- webpack.config.example.js | 68 ---------------------------------- 5 files changed, 10 insertions(+), 134 deletions(-) delete mode 100644 test/build/webpack.test.js delete mode 100644 test/fixtures/webpack-entry.js delete mode 100644 webpack.config.example.js diff --git a/README.md b/README.md index 976758180b7..d7065970d30 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,12 @@ It is part of the [Mapbox GL ecosystem](https://github.com/mapbox/mapbox-gl) whi [Mapbox GL JS gallery](https://www.mapbox.com/gallery/) -## Using Mapbox GL JS with a `