UNPKG
@ekhein/vue-js-modal
Version:
latest (2.0.2)
2.0.2
2.0.1
Modal Component for Vue.js
github.com/euvl/vue-js-modal
euvl/vue-js-modal
@ekhein/vue-js-modal
/
babel.config.js
12 lines
(10 loc)
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.
exports
=
function
(
babel
) { babel.
cache
(
true
)
return
{
presets
: [
'@babel/preset-env'
],
plugins
: [
'@babel/plugin-proposal-object-rest-spread'
,
'@babel/plugin-proposal-optional-chaining'
] } }