aklinker1 / vite-plugin-web-extension

Vite plugin for developing Chrome/Web Extensions
https://vite-plugin-web-extension.aklinker1.io/
MIT License
537 stars 46 forks source link

Cannot load extension with file or directory name _plugin-vue_export-helper.js. Filenames starting with "_" are reserved for use by the system. 无法加载清单。 #178

Closed chen-af closed 5 months ago

chen-af commented 5 months ago

vue-tsc && vite build 完之后dist目录生成_plugin-vue_export-helper.js文件 然后谷歌浏览器扩展程序加载报错不识别_符号 微信截图_20240126112321 Cannot load extension with file or directory name plugin-vue_export-helper.js. Filenames starting with "" are reserved for use by the system. 无法加载清单。 image

aklinker1 commented 5 months ago

Please provide a reproduction