mirror of
https://github.com/mjrode/WhatToWatch.git
synced 2026-01-06 13:39:35 -06:00
14 lines
179 B
Plaintext
14 lines
179 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-env"
|
|
],
|
|
"plugins": [
|
|
"istanbul",
|
|
[
|
|
"@babel/plugin-transform-runtime",
|
|
{
|
|
"regenerator": true
|
|
}
|
|
]
|
|
]
|
|
} |