UNPKG
react-fbq
Version:
latest (2.0.0)
2.0.0
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
Package to add React Pixel Code in your project
github.com/marcosmss/react-fbq
marcosmss/react-fbq
react-fbq
/
babel.config.js
11 lines
(10 loc)
•
121 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
= { presets: [ [
"@babel/preset-env"
, { modules:
false
, }, ], ], };