1
0
mirror of https://github.com/kremalicious/gatsby-plugin-matomo.git synced 2024-06-16 09:23:22 +02:00
gatsby-plugin-matomo/.babelrc

7 lines
76 B
Plaintext
Raw Normal View History

2018-05-07 18:29:27 +02:00
{
"presets": [
2019-03-30 14:00:20 +01:00
["@babel/env"],
["@babel/react"]
2018-05-07 18:29:27 +02:00
]
}