Skip to content

Commit

Permalink
chore: update playground
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Jun 5, 2024
1 parent d6c4ef5 commit b884196
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
1 change: 1 addition & 0 deletions packages/playground/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"vuex": "^4.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.8",
"@tanstack/vue-query-devtools": "^5.38.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/devtools": "workspace:^",
Expand Down
3 changes: 2 additions & 1 deletion packages/playground/basic/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import VueDevTools from 'vite-plugin-vue-devtools'

import commonjs from '@rollup/plugin-commonjs'
import Unocss from 'unocss/vite'
import AutoImport from 'unplugin-auto-import/vite'
import inspect from 'vite-plugin-inspect'
Expand All @@ -10,6 +10,7 @@ import inspect from 'vite-plugin-inspect'
export default defineConfig({
plugins: [
vue(),
commonjs(),
VueDevTools({
launchEditor: 'code',
}),
Expand Down
26 changes: 20 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b884196

Please sign in to comment.