jhen0409 / react-chrome-extension-boilerplate

Boilerplate for Chrome Extension React.js project
MIT License
2.14k stars 388 forks source link

`inject.js` is actually redundant. #64

Closed Axure closed 7 years ago

Axure commented 7 years ago

There is actually no content script injected I think. No such field in manifest.json, and the bundle file is not actually written to disk.

jhen0409 commented 7 years ago

Duo to I want to load inject bundle from webpack dev server, so we do that in the background script (production also), so no content scripts in the manifest.json. You can see the bundle file with npm run build.