@ec-nordbund/rollup-plugin-leaflet
v1.0.0
Published
## Install
Downloads
4
Readme
Rollup Plugin for Leaflet
Install
- Run
yarn add @ec-nordbund/rollup-plugin-leaflet
- Add to your Plugins:
import leaflet from "@ec-nordbund/rollup-plugin-leaflet";
// ...
export default {
//...
plugins: [
//...
leaflet(),
//...
],
//...
};
IMPORTANT
Add this BEFORE node-resolver. As the resolvers are used in provided order!