lighthouse.js/.babelrc
Fillerino 1bcc272e0b Added the basic structure and fixed some issues!
Added the basic structure and fixed some issues!
Fixes #2, fixes # 3
2017-08-16 19:49:27 +02:00

5 lines
118 B
Plaintext

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