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.
This commit is contained in:
ghybs 2018-06-22 21:10:57 +04:00 committed by Vladimir Agafonkin
parent 7c33eab7c5
commit e54128cbae

View File

@ -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.
<table class="plugins"><tr><th>Plugin</th><th>Description</th><th>Maintainer</th></tr>
<tr>
<td>
<a href="https://github.com/ghybs/leaflet-defaulticon-compatibility">leaflet-defaulticon-compatibility</a>
</td><td>
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 <a href="https://github.com/Leaflet/Leaflet/issues/4968">issue Leaflet/Leaflet #4968</a>. <a href="https://ghybs.github.io/leaflet-defaulticon-compatibility/webpack-demo.html">Demo with webpack</a> (and <a href="https://ghybs.github.io/leaflet-defaulticon-compatibility/webpack-demo.html?demo=no-plugin">without this plugin</a>).
</td><td>
<a href="https://github.com/ghybs">ghybs</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/moklick/generator-leaflet">Leaflet Yeoman Generator</a>