UNPKG
react-ga-neo
Version:
latest (2.2.0)
2.2.0
Google Analytics 4 in React
github.com/elamperti/react-ga-neo
elamperti/react-ga-neo
react-ga-neo
/
babel.config.js
8 lines
(5 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const { NODE_ENV } = process.env; const options = NODE_ENV ===
"test"
? { targets: { node:
"current"
} } : {};
module
.exports = { presets:
[["@babel/preset-env", options]]
, };