/
githubmirror
/
yarn
Обзор
Документация
Войти
/
githubmirror
/
yarn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.babelrc
59 строк
1 KB
Maël Nison
Yarn Plug'n'Play: Implementation (#6382)
24 сен 2018, 20:25
Не верифицирован
24 сен 2018, 20:25
e905f74
Код
Авторство
О чём код?
{ "only": "*.js", "env": { "pre-node5": { "presets": [ ["env", { "targets": { "node": "4" }, "modules": false, "loose": true, "exclude": [ "transform-regenerator" ] }], "flow", "stage-0" ], "plugins": [ ["array-includes"], ["transform-inline-imports-commonjs"], ["transform-runtime", { "polyfill": true, "regenerator": false }], ["transform-builtin-extend", { "globals": ["Error"] }] ] }, "test": { "presets": [ ["env", { "targets": { "node": "current" }, "modules": false, "loose": true }], "flow", "stage-0" ], "plugins": [ ["transform-inline-imports-commonjs"] ] } }, "presets": [ ["env", { "targets": { "node": "6" }, "modules": false, "loose": true }], "flow", "stage-0" ], "plugins": [ ["babel-plugin-inline-import", { "extensions": [ ".tpl.js" ] }], ["transform-inline-imports-commonjs"], ["transform-runtime", { "polyfill": false, "regenerator": true }] ] }