UNPKG
@callosum/react-native-google-ad-manager
Version:
latest (2.0.2)
next (2.0.2-rc.1)
2.0.2
2.0.2-rc.1
2.0.1
2.0.0
2.0.0-rc.8
2.0.0-rc.7
2.0.0-rc.6
2.0.0-rc.5
2.0.0-rc.4
2.0.0-rc.3
2.0.0-rc.2
2.0.0-rc.1
1.0.3
1.0.1
1.0.0
1.0.0-rc.2
0.4.0-rc.2
0.4.0-rc.1
0.3.1
0.3.0
0.2.0
0.1.0
Google Ad Manager for react-native
gitlab.com/cmsw/react-native-google-ad-manager
@callosum/react-native-google-ad-manager
/
babel.config.js
13 lines
(12 loc)
•
287 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports = {
env
: {
test
: { presets: [
'@babel/preset-env'
,
'@babel/preset-react'
], plugins: [
'transform-export-extensions'
,
'@babel/plugin-proposal-class-properties'
, ], only: [
'./**/*.js'
,
'node_modules/jest-runtime'
], }, }, }