kibana/packages/elastic-datemath/.babelrc
Spencer 06b9853925
[autoprefixer] upgrade to 9.6.1, unify browserslist handling (#41038)
* [autoprefixer] upgrade to 9.6.1, unify browserslist handling

* remove debug option from datemath babel config
2019-07-15 09:33:33 -07:00

5 lines
76 B
Plaintext

{
"presets": ["@babel/preset-env"],
"plugins": ["add-module-exports"]
}