diff --git a/examples/main/webpack.config.js b/examples/main/webpack.config.js index f097546a..48917e9e 100644 --- a/examples/main/webpack.config.js +++ b/examples/main/webpack.config.js @@ -19,11 +19,6 @@ module.exports = { resolve: { alias: { - // Work against the latest base library in this repo - 'react-map-gl': resolve('../..'), - // Ensure only one copy of react - react: resolve('./node_modules/react'), - immutable: resolve('./node_modules/immutable'), // Per mapbox-gl-js README for non-browserify bundlers 'mapbox-gl$': resolve('./node_modules/mapbox-gl/dist/mapbox-gl.js') }