diff --git a/docs/plugins.md b/docs/plugins.md index 1701e9b4..d4962d5e 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -3968,6 +3968,15 @@ Plugin developers: please keep future plugins in individual repositories. Ease your development integrating Leaflet into a development framework or automating some of the javascript/CSS work for complex applications. + + +
PluginDescriptionMaintainer
+ leaflet-defaulticon-compatibility + + Retrieve all Leaflet Default Icon options from CSS, in particular all icon images URL's, to improve compatibility with bundlers and frameworks that modify URL's in CSS. In particular for webpack (with style-, css-, file- and url-loader's), Rails Asset Pipeline and Django pipeline. Should solve all use cases linked to issue Leaflet/Leaflet #4968. Demo with webpack (and without this plugin). + + ghybs +
Leaflet Yeoman Generator