Closed Axure closed 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.
manifest.json
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.
npm run build
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.