mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 16:03:25 +00:00
6718dd8e69
and serve es6 modules Signed-off-by: Thomas Citharel <tcit@tcit.fr>
7 lines
94 B
JavaScript
7 lines
94 B
JavaScript
module.exports = {
|
|
presets: [
|
|
[
|
|
"@vue/app", {useBuiltIns: "entry"}
|
|
]
|
|
]
|
|
};
|