gatsby-plugin-matomo/.babelrc

7 lines
100 B
Plaintext

{
"presets": [
["env", { "browser": true }],
["react"],
["flow"]
]
}