From e54128cbae28974d182336ea8d4d1f7010967dd3 Mon Sep 17 00:00:00 2001 From: ghybs Date: Fri, 22 Jun 2018 21:10:57 +0400 Subject: [PATCH] docs(plugins): add defaulticon-compatibility plugin (#6190) to Frameworks & built systems section. Added as first plugin in list, so that developers have less chance missing it, and it is useful to many integrations. --- docs/plugins.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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