-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Content Script fails to load #84
Comments
Looking at the dist directory I noticed content-script.js is never created.. as a workaround im manually inserting one.. |
Can you share what's on your |
|
I think you need to add content script in your
Then in the dist directory you should have a js folder with your content script inside. |
config include content-scripts is needed, beside cause build to compress to dist folder need be support, does I change the content-scripts file after that will be reloaded?, currently I config in mainifest.json it same work but hot reload is not, |
Describe the bug
Boilerplate gives an option to support a content script, but it does not load by the background.
To Reproduce
Simply use the plugin with a fresh template
Expected behavior
Console should print the content output.
** vue.config.js: **
** Error from background script**
message: "Failed to load file: "content-script.js". "
The text was updated successfully, but these errors were encountered: