Skip to content

Commit 2292635

Browse files
committed
firmware: web: npm upgrade
1 parent 6d5a7c1 commit 2292635

File tree

5 files changed

+2319
-1164
lines changed

5 files changed

+2319
-1164
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
# IDE
1212
.idea/
13+
.vscode/
1314

1415
#############################################################################
1516
# https://github.com/github/gitignore

firmware/web/babel.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
22
presets: [
3-
'@vue/app'
3+
'@vue/cli-plugin-babel/preset'
44
]
55
}

0 commit comments

Comments
 (0)