Skip to content

Commit

Permalink
Create UMD distribution file
Browse files Browse the repository at this point in the history
This allows for use with `require` methods.

Download the distributed file to a folder, and then require it like
this:

```js
var L = require('leaflet');

require('../shim/Leaflet.MapboxVectorTile.umd')
```
  • Loading branch information
rajadain committed Jun 12, 2024
1 parent f74f895 commit 842921d
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 6 deletions.
Loading

0 comments on commit 842921d

Please sign in to comment.