gatsby-plugin-matomo/.babelrc

7 lines
100 B
Plaintext
Raw Normal View History

2018-05-07 18:29:27 +02:00
{
"presets": [
["env", { "browser": true }],
["react"],
["flow"]
]
}