UNPKG

hey-global

Version:
11 lines (10 loc) 149 B
module.exports = { root: "build", webpack: { umd: { entry: "./global.js", library: "G", filename: 'global.js' } } };