1
0
mirror of https://github.com/lancedikson/bowser synced 2024-09-29 06:40:44 +00:00
lancedikson_bowser/.babelrc

10 lines
159 B
Plaintext
Raw Normal View History

2017-04-09 14:13:00 +00:00
{
2018-06-30 16:21:09 +00:00
"presets": ["env"],
"env": {
"test": {
"plugins": [ "istanbul" ],
"presets": [["env", { "targets": { "node": "current" } }]]
}
}
2017-04-09 14:13:00 +00:00
}