This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
mobilizon
mirror of
https://framagit.org/framasoft/mobilizon.git
Watch
1
Star
0
Fork
You've already forked mobilizon
0
Code
Issues
Releases
Wiki
Activity
68d3315999
mobilizon
/
js
/
babel.config.js
4 lines
67 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Upgrade vue-cli to v4, change the way server params injection is made and serve es6 modules Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-17 12:20:22 +00:00
module
.
exports
=
{
Introduce group basic federation, event new page and notifications Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-02-18 07:57:00 +00:00
presets
:
[
"@vue/cli-plugin-babel/preset"
]
,
Upgrade vue-cli to v4, change the way server params injection is made and serve es6 modules Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-17 12:20:22 +00:00
}
;