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:
7
js/babel.config.js
Normal file
7
js/babel.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
[
|
||||
"@vue/app", {useBuiltIns: "entry"}
|
||||
]
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user