UNPKG

esri-leaflet

Version:

Leaflet plugins for consuming ArcGIS Online and ArcGIS Server services.

10 lines (6 loc) 274 B
import { terser } from 'rollup-plugin-terser'; import config from './base.js'; config.output.file = 'dist/esri-leaflet.js'; // use a Regex to preserve copyright text config.plugins.push(terser({ format: { comments: /Institute, Inc/ } })); export default config;