Production build also be devTools detected
Version
vue 3.2.12 vueDevtools: v6.0.0-beta.19 vite: 2.5.10 @vitejs/plugin-vue: 1.9.0
Reproduction link
Steps to reproduce
- build vue project by vite
- open vue devtools (v6.0.0-beta.19)
- will see vue in chromDevTools tab
What is expected?
production build should NOT be devTools detected
What is actually happening?
production build can also be devTools detected
did you enable VUE_PROD_DEVTOOLS?
@StarHosea I used the version you provided to create a demo project, but it did not reproduce.
vue 3.2.12
vueDevtools: v6.0.0-beta.19
vite: 2.5.10
@vitejs/plugin-vue: 1.9.0