UNPKG
vue-google-pay
Version:
latest (0.0.2)
0.0.2
Google Pay component for Vue
github.com/vadim-givola/vue-google-pay
vadim-givola/vue-google-pay
vue-google-pay
/
.babelrc
9 lines
•
142 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"presets"
:
[
[
"@babel/env"
,
{
"modules"
:
false
}
]
]
,
"comments"
:
false
,
"plugins"
:
[
"@babel/plugin-transform-runtime"
]
}