2025-02-03 13:22:09 +08:00

25 lines
717 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 说明
inject在development模式下无法正常使用暂时的解决办法注释掉`vue-cli-plugin-browser-extension/index.js`代码中的124行
```
webpackConfig.plugin('extension-reloader').use(ExtensionReloader, [{ entries, ...extensionReloaderOptions }])
```
详细原因参考:[issues](https://github.com/adambullmer/vue-cli-plugin-browser-extension/issues/120)
# 后续工作
popup界面增加联系方式。
开发一个独立的electron桌面版本使用socket调试app解决排查app问题的痛点。
# 后续工作
后续打算使用vue3重写并且完全使用webpack进行打包配置以灵活应对打包配置关联项目
https://github.com/tidys/project-tool