mentat/addon/.babelrc
Richard Newman 17d7eaec7b Add a babelified test file, Webpack the add-on, and make the JS API work.
We concatenate a simple setTimeout monkeypatch onto the add-on itself.
2016-09-22 15:59:15 -07:00

7 lines
83 B
Plaintext

{
"presets": ["es2015"],
"plugins": [
"transform-async-to-generator"
]
}