UNPKG
@kgdata/visualgraph
Version:
latest (1.0.5)
1.0.5
1.0.4
visualgraph
github.com/xxx/xxx
@kgdata/visualgraph
/
.fatherrc.ts
8 lines
(7 loc)
•
166 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
commonjs
from
'@rollup/plugin-commonjs'
;
export
default
{
target
:
'browser'
,
esm
:
'rollup'
,
cjs
:
'rollup'
,
extraRollupPlugins
: [
commonjs
()], };