lighthouse.js/.babelrc

5 lines
118 B
Plaintext
Raw Normal View History

{
"presets": ["env"],
"plugins": ["transform-async-to-generator","syntax-async-functions","add-module-exports"]
}