summaryrefslogtreecommitdiffstats
path: root/webapp/babel.config.js
diff options
context:
space:
mode:
authorUdo Walter2019-03-05 02:32:48 +0100
committerUdo Walter2019-03-05 02:32:48 +0100
commit763d7d345bb9cbbdfc08d2bde4365241b6cffd88 (patch)
treea73a6588c0a232091628aff11753c91c4f4f0ea9 /webapp/babel.config.js
parent[server/setup] Move (initial) setup in it's own api file (diff)
downloadbas-763d7d345bb9cbbdfc08d2bde4365241b6cffd88.tar.gz
bas-763d7d345bb9cbbdfc08d2bde4365241b6cffd88.tar.xz
bas-763d7d345bb9cbbdfc08d2bde4365241b6cffd88.zip
[webapp] migrate from vue cli 2 to vue cli 3
Diffstat (limited to 'webapp/babel.config.js')
-rw-r--r--webapp/babel.config.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/webapp/babel.config.js b/webapp/babel.config.js
new file mode 100644
index 0000000..ba17966
--- /dev/null
+++ b/webapp/babel.config.js
@@ -0,0 +1,5 @@
+module.exports = {
+ presets: [
+ '@vue/app'
+ ]
+}