UNPKG
fastlion-picture-viewer
Version:
latest (1.0.0)
1.0.0
图片查看器
fastlion-picture-viewer
/
.babelrc
16 lines
(15 loc)
•
256 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"
, {
"modules"
: false } ],
"
@babel
/preset-react"
],
"plugins"
: [ [
"
@babel
/plugin-proposal-class-properties"
, {
"loose"
: true }],
"
@babel
/plugin-transform-runtime"
] }