UNPKG

adaguc-webmapjs

Version:

Interactive maps library, capable of parsing a OGC WMS getcapabilities and display geographical layers

15 lines (12 loc) 178 B
module.exports = function (api) { const presets = [ "@babel/preset-env" ]; const plugins = [ ]; api.cache(false); return { presets, plugins }; }