UNPKG
@remotehq/vue-notification
Version:
latest (1.3.16-1)
1.3.16-1
Vue.js Notification Library
github.com/euvl/vue-notification
euvl/vue-notification
@remotehq/vue-notification
/
.babelrc
14 lines
(13 loc)
•
178 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"presets"
:
[
[
"latest"
,
{
"es2015"
:
{
"modules"
:
false
}
}
]
]
,
"env"
:
{
"test"
:
{
"presets"
:
[
"env"
,
"stage-2"
]
,
}
}
,
"comments"
:
false
}