1
0
mirror of https://github.com/lancedikson/bowser synced 2024-09-28 06:10:45 +00:00
lancedikson_bowser/.babelrc
2018-06-30 19:21:09 +03:00

10 lines
159 B
Plaintext

{
"presets": ["env"],
"env": {
"test": {
"plugins": [ "istanbul" ],
"presets": [["env", { "targets": { "node": "current" } }]]
}
}
}