UNPKG
@selia/image-visualizer
Version:
latest (3.1.0)
3.1.0
2.2.3
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
Image Visualizer
@selia/image-visualizer
/
.babelrc
17 lines
(16 loc)
•
223 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"presets"
: [ [
"
@babel
/preset-env"
, {
"targets"
: {
"node"
:
10
} } ],
"
@babel
/preset-react"
],
"plugins"
: [
"
@babel
/plugin-proposal-class-properties"
] }