chore: install inspect
This commit is contained in:
parent
06667ee0af
commit
a3b9bf3c18
5 changed files with 27 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
import Inspect from 'vite-plugin-inspect'
|
||||
|
||||
export default defineNuxtConfig({
|
||||
ssr: false,
|
||||
modules: [
|
||||
|
@ -31,6 +33,9 @@ export default defineNuxtConfig({
|
|||
build: {
|
||||
target: 'esnext',
|
||||
},
|
||||
plugins: [
|
||||
Inspect(),
|
||||
],
|
||||
},
|
||||
postcss: {
|
||||
plugins: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue