UNPKG

countly-sdk-web-cip

Version:
13 lines (10 loc) 243 B
var path = require('path'); module.exports = { entry: './lib/countly.js', output: { path: path.resolve(__dirname, 'lib'), filename: 'countly.pack.js', library: 'Countly', libraryTarget: 'umd' } };