UNPKG
vue-node-editer
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
vue-node-editer
vue-node-editer
/
.babelrc
12 lines
•
251 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"presets"
: [[
"
@babel
/preset-env"
,{
"modules"
:
"commonjs"
}]],
"plugins"
: [ [
"
@babel
/plugin-transform-runtime"
, {
"corejs"
:
3
} ],
"
@babel
/plugin-syntax-dynamic-import"
] }