Skip to content

Commit

Permalink
chore(vue-devtools): add vue devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Jan 30, 2024
1 parent 257dc9f commit 87be4c1
Show file tree
Hide file tree
Showing 3 changed files with 717 additions and 6 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"stylelint-order": "^6.0.4",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-vue-devtools": "^7.0.13",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.27"
},
Expand Down
2 changes: 2 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { fileURLToPath, URL } from 'url'
import { defineConfig, loadEnv } from 'vite'
import vue from '@vitejs/plugin-vue'
import VueDevTools from 'vite-plugin-vue-devtools'
import dns from 'dns'
import path from 'path'
import { visualizer } from 'rollup-plugin-visualizer'
Expand Down Expand Up @@ -91,6 +92,7 @@ export default ({ mode }) => {
},
},
}),
VueDevTools(),
],
css: {
devSourcemap: true,
Expand Down
Loading

0 comments on commit 87be4c1

Please sign in to comment.