Skip to content

Commit 71fe066

Browse files
author
Peter Hegman
committed
Add missing import in README example
1 parent 582f428 commit 71fe066

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ If you decide to include Mapbox GL JS by installing it with Yarn/NPM you should
4646
`webpack.config.js`
4747

4848
```js
49+
const webpack = require('webpack')
50+
4951
plugins: [
5052
new webpack.ProvidePlugin({
5153
mapboxgl: 'mapbox-gl',

0 commit comments

Comments
 (0)