From 6dbabb0980f8f474f6bba7f52049ae569a63d271 Mon Sep 17 00:00:00 2001 From: Ib Green Date: Sun, 18 Jun 2017 15:22:13 -0700 Subject: [PATCH] Update package.json in main example --- examples/main/webpack.config.js | 5 ----- 1 file changed, 5 deletions(-) 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') }