vite-plugin-vue-devtools icon indicating copy to clipboard operation
vite-plugin-vue-devtools copied to clipboard

与vite-plugin-html模版插件冲突

Open steavengong opened this issue 2 years ago • 2 comments

与vite-plugin-html模版插件冲突,造成devtool的工具无法加载出来

steavengong avatar Aug 28 '23 12:08 steavengong

Try the appendTo option.

webfansplz avatar Aug 30 '23 03:08 webfansplz

In my case, if vite-plugin-vue-devtools is used after vite-plugin-html, an error will occur. Adjusting the order can solve the problem

image

xxholly32 avatar Sep 12 '23 02:09 xxholly32