wormhole/explorer/.babelrc

30 lines
424 B
Plaintext

{
"env": {
"production": {
"plugins": ["babel-plugin-jsx-remove-data-test-id"]
},
"test": {}
},
"plugins": [
[
"module-resolver",
{
"root": ["./src"],
"alias": {
"~": "./src"
}
}
]
],
"presets": [
[
"babel-preset-gatsby",
{
"targets": {
"browsers": [">0.25%", "not dead"]
}
}
]
]
}