Skip to content

Commit

Permalink
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Browse files Browse the repository at this point in the history
  • Loading branch information
masx200 committed Jun 17, 2023
1 parent d0396a7 commit 72dc40c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
"webpack": "^5.74.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"html-webpack-plugin": "^5.5.0"
}
}
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import path from "path";
import vue from "@vitejs/plugin-vue";
// https://vitejs.dev/config/
export default defineConfig({
worker: { format: "es" },
resolve: {
alias: {
"@": path.join(__dirname, "src/"),
Expand Down

1 comment on commit 72dc40c

@vercel
Copy link

@vercel vercel bot commented on 72dc40c Jun 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.