UNPKG
chimee-helper-events
Version:
latest (0.1.0)
0.1.0
utils of chimee
github.com/Chimeejs/chimee-helper-events
Chimeejs/chimee-helper-events
chimee-helper-events
/
build
/
rollup.config.umd.js
9 lines
(8 loc)
•
248 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
base
from
'./rollup.config.base'
;
const
{name} =
require
(
'../package.json'
);
import
{camelize}
from
'toxic-utils'
;
export
default
Object
.
assign
(
base
(
'umd'
), {
format
:
'umd'
,
dest
:
'lib/index.browser.js'
,
moduleName
:
camelize
(name) });