UNPKG
@wedevelop/mindbody-client
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A MindBody v6 API Client
github.com/WeDevelop-ARG/mindbody-client
WeDevelop-ARG/mindbody-client
@wedevelop/mindbody-client
/
.babelrc
16 lines
(15 loc)
•
283 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"
, {
"targets"
: [
"maintained node versions"
] } ] ],
"plugins"
: [
"babel-plugin-root-import"
,
"
@babel
/plugin-proposal-optional-chaining"
,
"
@babel
/plugin-proposal-nullish-coalescing-operator"
] }