chore: install inspect

This commit is contained in:
Anthony Fu 2022-11-27 14:54:56 +08:00
parent 06667ee0af
commit a3b9bf3c18
5 changed files with 27 additions and 1 deletions

View file

@ -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: {