-
Notifications
You must be signed in to change notification settings - Fork 76
Source Map Errors #124
Copy link
Copy link
Open
Description
Describe the bug
The console for both the background process, the content script (when used), and the popup all show a source map error:
Related issue (no reason for closing, or solution given): #78
Potentially related issue: #98
DevTools failed to load source map: Could not load content for chrome-extension://cbpkheoflnenicgjfbglanilmpicnnce/js/browser-polyfill.js.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
To Reproduce
Create a new project and add browser-extension
vue create my-project(V3 basic)cd my-projectvue add browser-extension- Fix linting errors
npm run serve- Add the
/distfolder as an 'unpacked' extension to chrome - Open the console for the background by clicking on 'background page' for the extension at
chrome://extensions/url. - Right click the browser extension popup and select 'inspect'
Expected behavior
There should not be source map errors on default clean install?
| Name | Version |
|---|---|
| vue-cli-plugin-browser-extension | 0.25.2 |
| Operating System | Mac OS 10.14.6 |
| Node | Installed with 14.15.1, additionally tested 16.1.0 |
| NPM/Yarn | 7.11.2 |
| vue-cli | 4.5.13 |
| vue-cli-service | 0.14.6 |
| browser | Chrome |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels