mobilizon/js/babel.config.js
Thomas Citharel 6718dd8e69
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 14:20:22 +02:00

8 lines
94 B
JavaScript

module.exports = {
presets: [
[
"@vue/app", {useBuiltIns: "entry"}
]
]
};