mirror of
https://github.com/Leaflet/Leaflet.git
synced 2026-02-01 17:27:23 +00:00
Adapted rollup configurations to new signature., ironed out some minor inconsistencies between configurations and some syntax cleanup. Fixes following warnings when running rollup: (!) Some options have been renamed https://gist.github.com/Rich-Harris/d472c50732dab03efeb37472b08a3f32 options.entry is now options.input options.sourceMap is now options.sourcemap options.dest is now options.output.file options.format is now options.output.format