UNPKG

geography-apis-sdk

Version:

SDK for making requests to Geography APIs

12 lines (11 loc) 289 B
const path = require('path'); module.exports = { entry: './geography-apis-sdk.js', output: { filename: 'geography-apis-sdk.bundle.js', path: path.resolve(__dirname, 'dist'), libraryTarget: 'umd', library: 'GeographyAPISDK', globalObject: 'this', }, };