UNPKG

geohex

Version:

Hexagonal geocoding system, library for converting geographic coordinates to hexagonal grid cell and vice versa

14 lines (12 loc) 267 B
const path = require("path"); module.exports = { mode: "production", entry: "./src/index.js", output: { filename: "geohex.min.js", path: path.resolve(__dirname, "lib"), library: "Geohex", libraryTarget: "umd", globalObject: "this", }, };