UNPKG
deviceful
Version:
latest (0.9.5)
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
Command devices for your designs
deviceful.app
kylewetton/deviceful
deviceful
/
.babelrc
16 lines
(15 loc)
•
245 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"presets"
: [ [
"
@babel
/preset-env"
, {
"useBuiltIns"
:
"usage"
,
"corejs"
:
"3.0.0"
} ] ],
"plugins"
: [
"
@babel
/plugin-syntax-dynamic-import"
,
"
@babel
/plugin-proposal-class-properties"
] }