tjx666 / awesome-chrome-extension-boilerplate

Use react + typescript + webpack to enhance your chrome extension development experience
MIT License
405 stars 45 forks source link

修复未加载 vendor 导致运行失败 #44

Closed ThinkRealize closed 1 year ago

ThinkRealize commented 1 year ago

webpack build 的时候会生成 vendor.js 文件,如果不把 vendor.js 文件添加到 content-script 中会导致,模块未加载,运行失败。