xyf-mac 6fc7997353 class name
名字过长时,自动省略,点击显示全部
2021-10-30 16:08:29 +08:00

8 lines
381 B
Markdown
Raw 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)