1.0.0 • Published 4 years ago
@ec-nordbund/rollup-plugin-leaflet v1.0.0
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!
1.0.0
4 years ago