UNPKG
@cmath10/js-mapper
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
Mapper
github.com/cmath10/js-mapper
cmath10/js-mapper
@cmath10/js-mapper
/
.babelrc
13 lines
(12 loc)
•
178 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"presets"
: [ [
"
@babel
/env"
, {
"modules"
: false }] ],
"env"
: {
"test"
: {
"plugins"
: [
"
@babel
/plugin-transform-modules-commonjs"
] } } }