mirror of
https://github.com/aelve/guide.git
synced 2024-11-27 10:10:50 +03:00
22 lines
386 B
Plaintext
22 lines
386 B
Plaintext
{
|
|
"presets": [
|
|
["env", {
|
|
"targets": {
|
|
"browsers": ["last 3 versions", "> 2%", "ie >= 10", "Firefox >= 30", "Chrome >= 30"]
|
|
},
|
|
"modules": false,
|
|
"loose": true,
|
|
"useBuiltIns": true
|
|
}],
|
|
"stage-2"
|
|
],
|
|
"plugins": [
|
|
"transform-runtime"
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"plugins": ["transform-es2015-modules-commonjs"]
|
|
}
|
|
}
|
|
}
|