UNPKG
build-tools-babel
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.0
1.0.1
Configurations to use babel
github.com/adidas/js-build-tools
adidas/js-build-tools
build-tools-babel
/
.babelrc
11 lines
(10 loc)
•
285 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"presets"
: [ [
"
@babel
/preset-env"
, {
"targets"
: {
"browsers"
:
"ie 10"
}}] ],
"plugins"
: [ [
"
@babel
/plugin-proposal-decorators"
, {
"legacy"
: true }], [
"
@babel
/plugin-proposal-class-properties"
, {
"loose"
: true }],
"
@babel
/plugin-transform-regenerator"
] }