chrome-extension-typescript-starter
chrome-extension-typescript-starter copied to clipboard
Chrome Extension TypeScript Starter
Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
I tried uncommenting the //console.log("polling"); but it does not seem to be called
Related to https://github.com/webpack/webpack/issues/3486. Given this project was created for chrome extensions and has opinion to how files are chunked it seems the most appropriate place to address. ``` WARNING in...
Once I load the extension in chrome, changes to `content_script.ts` don't seem to live reload. A few notes: - the generated file `dist/js/content_script.js` is updated - changes to `background.ts` are...
Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist.
Sorry it is possibly lack of knowledge from my end ... but I was able to port a chrome extension I had ... everything is working fine, but Im not...
While running code in `content_script.js` file, I get the following error in page where the extension runs : `ReferenceError: $ is not defined`. I didn't changed anything in the default...
I am using inject technology to be able to access window object from my content scripts as per this example: https://gist.github.com/devjin0617/3e8d72d94c1b9e69690717a219644c7a Everything was working fine until I added npm seedrandom...
Hello, As there were some vulnerabilities I have updated dependencies. The extension seemed to function fine, however there was the error "Unchecked runtime.lastError: Could not establish connection. Receiving end does...
Greetings! What is the correct database connection option in this boilerplate? Need a server? Are the options for creating a similar boilerplate based on Next Js being considered?