UNPKG
hey-global
Version:
latest (1.0.0)
1.0.0
0.0.1
global.js, global, js
github.com/hey-ui/hey-global
hey-ui/hey-global
hey-global
/
hey.js
11 lines
(10 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
= { root:
"build"
, webpack: { umd: { entry:
"./global.js"
, library:
"G"
, filename:
'global.js'
} } };