Skip to content

Commit

Permalink
Add missing import in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hegman committed Aug 29, 2019
1 parent 582f428 commit 71fe066
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ If you decide to include Mapbox GL JS by installing it with Yarn/NPM you should
`webpack.config.js`

```js
const webpack = require('webpack')

plugins: [
new webpack.ProvidePlugin({
mapboxgl: 'mapbox-gl',
Expand Down

0 comments on commit 71fe066

Please sign in to comment.