UNPKG

leaflet-choropleth

Version:

Choropleth plugin for Leaflet (color scale based on value)

10 lines 168 B
module.exports = { entry: './src/choropleth.js', output: { path: __dirname + '/dist', filename: 'choropleth.js' }, externals: { 'leaflet': 'L' } }