We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582f428 commit 71fe066Copy full SHA for 71fe066
README.md
@@ -46,6 +46,8 @@ If you decide to include Mapbox GL JS by installing it with Yarn/NPM you should
46
`webpack.config.js`
47
48
```js
49
+const webpack = require('webpack')
50
+
51
plugins: [
52
new webpack.ProvidePlugin({
53
mapboxgl: 'mapbox-gl',
0 commit comments