Skip to content

Commit 17a031c

Browse files
author
Harshit Ambalkar
committed
added file for deployment
1 parent 7c3f6b9 commit 17a031c

5 files changed

Lines changed: 3917 additions & 8896 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

babel.config.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
module.exports = {
2-
presets: [
3-
'@vue/app'
4-
],
5-
plugins: [
6-
"@babel/plugin-proposal-optional-chaining"
7-
]
2+
3+
presets: [ [ "@vue/app", { useBuiltIns: "entry" } ] ]
84
};
5+

0 commit comments

Comments
 (0)