UNPKG
@cogic/annotorious
Version:
latest (2.7.21)
2.7.21
2.7.20
2.7.19
2.7.18
2.7.17
2.7.16
2.7.15
A JavaScript image annotation library
annotorious.github.io
annotorious/annotorious
@cogic/annotorious
/
.babelrc
25 lines
•
433 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"env"
: {
"production"
: {
"presets"
: [ [
"
@babel
/preset-env"
, {
"modules"
: false } ] ],
"plugins"
: [
"
@babel
/plugin-proposal-class-properties"
] },
"test"
: {
"presets"
: [
"
@babel
/preset-env"
],
"plugins"
: [
"
@babel
/plugin-proposal-class-properties"
] } } }