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.common.js
6 lines
(5 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
5
6
import
base
from
'./rollup.config.base'
;
export
default
Object
.
assign
(
base
(
'common'
), {
format
:
'cjs'
,
dest
:
'lib/index.js'
, });