UNPKG
geom3
Version:
latest (0.0.1-alpha)
0.0.1-alpha
A JavaScript Computational Library for 3D Modeling
github.com/bitsnomagic/Geom3
bitsnomagic/Geom3
geom3
/
.babelrc
12 lines
(11 loc)
•
274 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"presets"
:
[
"es2015"
]
,
"plugins"
:
[
"add-module-exports"
,
"transform-es2015-modules-umd"
,
"transform-object-assign"
,
"transform-es2015-object-super"
,
"transform-strict-mode"
,
[
"transform-es2015-classes"
,
{
"loose"
:
true
}
]
]
}