UNPKG
umg-open-day
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Project for open day in 2020
github.com/AlbertZawadzki/umg-open-day
AlbertZawadzki/umg-open-day
umg-open-day
/
.babelrc
12 lines
(11 loc)
•
192 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"presets"
: [
"
@babel
/preset-react"
,
"
@babel
/preset-env"
],
"plugins"
: [ [
"
@babel
/plugin-proposal-class-properties"
, {
"loose"
: true } ] ] }