UNPKG
cubic-ui
Version:
latest (3.7.1)
3.7.1
3.7.0
3.6.1
3.6.0
3.5.4
3.5.3
3.5.2
3.5.1
3.5.0
3.4.0
3.3.0
3.2.0
3.1.10
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
UI node for Cubic.
github.com/cubic-js/cubic
cubic-js/cubic
cubic-ui
/
.babelrc
19 lines
(18 loc)
•
312 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"presets"
: [ [
"
@babel
/preset-env"
, {
"targets"
: {
"browsers"
: [
">2%"
] } } ] ],
"plugins"
: [
"
@babel
/plugin-transform-runtime"
,
"
@babel
/plugin-syntax-dynamic-import"
,
"
@babel
/plugin-proposal-object-rest-spread"
],
"comments"
: false }