UNPKG
react-reddit-pixel
Version:
latest (1.0.0)
1.0.0
React JS pixel for Reddit
github.com/gsajith/react-reddit-pixel
gsajith/react-reddit-pixel
react-reddit-pixel
/
babel.config.js
12 lines
(11 loc)
•
148 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.
exports
= { presets: [ [
'@babel/preset-env'
, { modules:
false
, }, ],
'@babel/preset-react'
, ], };