Subscribe on changes!

Production build also be devTools detected

avatar
Oct 10th 2021

Version

vue 3.2.12 vueDevtools: v6.0.0-beta.19 vite: 2.5.10 @vitejs/plugin-vue: 1.9.0

Reproduction link

vue3.tesplus.3will.cn/

Steps to reproduce

  1. build vue project by vite
  2. open vue devtools (v6.0.0-beta.19)
  3. 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

avatar
Oct 11th 2021

did you enable VUE_PROD_DEVTOOLS?

avatar
Oct 11th 2021

@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
avatar
Oct 11th 2021

@edison1105 I did not , I will try to reproduct it by a miniDemo

avatar
May 10th 2022

Closing (inactive)