Skip to content

Commit

Permalink
- added babel plugin
Browse files Browse the repository at this point in the history
- updated axios, core-js, etc
- updated types, test utils, etc
- updated ts config
- added volar config
- changed some imports that gave errors
- removed some "private" modifiers
- added components.d.ts
- deleted shims-tsx.d.ts
- added vue-test-utils-helpers.d.ts
- removed extra Vue.use()
- misc cleanup
  • Loading branch information
severinbeauvais committed Jun 24, 2023
1 parent da1f135 commit c00c596
Show file tree
Hide file tree
Showing 22 changed files with 1,016 additions and 505 deletions.
3 changes: 2 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
],
plugins: ['@babel/plugin-proposal-private-methods']
}
Loading

0 comments on commit c00c596

Please sign in to comment.