kibana/packages/kbn-interpreter/.babelrc
Frank Hassanabad 9d816aa549
Change feature-secops to look like master (#35246)
Makes feature-secops closely mirror master of kibana
* Puts the ci/cd system back to where it mirrors master
* Removed stylelint
* Fixed accidental linter differences that accumulated along the way
* Fixed accidental package addition of `cherrio`
* Added back the translation file of `zh-CN.json`
* https://github.com/elastic/ingest-dev/issues/397
* https://github.com/elastic/ingest-dev/issues/198
2019-04-17 18:19:18 -06:00

9 lines
149 B
Plaintext

{
"presets": ["@kbn/babel-preset/webpack_preset"],
"plugins": [
["@babel/plugin-transform-runtime", {
"regenerator": true
}]
]
}