how to use in build?
zjjjjjjjjjjd opened this issue · 1 comments
zjjjjjjjjjjd commented
when i use this config, but http://localhost:3000/__inspect/
is not work
// vite.config.ts
import Inspect from 'vite-plugin-inspect'
export default {
plugins: [
Inspect(), // only applies in dev mode
],
build: {
watch: {}
}
}
zjjjjjjjjjjd commented
sorry, i watch plugin config is apply: 'serve'