UNPKG
@irrelon/forerunnerdb-core
Version:
latest (3.2.0)
3.2.0
3.1.2
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
ForerunnerDB core utilities for operating on JSON data.
github.com/irrelon/fdb-core
irrelon/fdb-core
@irrelon/forerunnerdb-core
/
.babelrc
15 lines
(14 loc)
•
269 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"presets"
: [
"
@babel
/preset-env"
,
"
@babel
/preset-react"
],
"plugins"
: [
"
@babel
/plugin-transform-runtime"
,
"
@babel
/plugin-proposal-class-properties"
,
"
@babel
/plugin-proposal-object-rest-spread"
, [
"const-enum"
, {
"transform"
:
"constObject"
}] ] }