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>
This commit is contained in:
Thomas Citharel
2019-10-17 14:20:22 +02:00
parent 4b80b8616d
commit 6718dd8e69
10 changed files with 1314 additions and 840 deletions

7
js/babel.config.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
presets: [
[
"@vue/app", {useBuiltIns: "entry"}
]
]
};