-
Hi @enuchi ,
First of all, thank you for this awesome boilerplate, you did a great job!
We have an issue with our add-on, built on top of the boilerplate (I noticed the issue also happens with a…
-
We use very few Chrome APIs, so this should be mostly a matter of adding the Firefox extension boilerplate stuff (manifests and whatnot).
-
### What problem does this feature solve?
Hello. I want to ask for help. For a full migration from webpack to rspack, there is a small functionality missing to support some webpack packages. Could yo…
-
先说我其实是使用这个模版https://github.com/lxieyang/chrome-extension-boilerplate-react
但看到你在官网有发问怎么激活react-devtools https://github.com/facebook/react/issues/24844
你说你有加react-devtools在每个entry前了,但是不工作,后来你又发了一个com…
-
## Prerequisites
- [x] Using npm
- [x] Using an up-to-date [`main` branch](https://github.com/electron-react-boilerplate/electron-react-boilerplate/tree/main)
- [x] Using latest version o…
-
I was checking this code: https://github.com/EmailThis/extension-boilerplate/blob/639ea28438613694ec9c3dac3ef19ec6ad10e3af/src/scripts/popup.js#L42
And there you have `chrome.tabs...`. Shouldn't it…
-
When I'm using *inject* mode I see there's a `iframe` that is responsible for loading the `bundle.js` file. Why can't I import the `` (or something similar...) and use it inside `` component?
It ad…
-
**Feature Request**
While using the boilerplate and adding the `Dev Tools Tab` feature I expect seeing new tab added to dev tools, but its not implemented.
By default, I think it should contain a de…
ghost updated
4 years ago
-
Hey there,
I really like your idea and think about using the boilerplate for one of my projects. What is about supporting edge browser. It is based on web extensions as well. Just a few little chan…
-
For example, if I make an update to /src/pages/Content/modules/print.js, it will hot reload (and cause any tabs running the content script to enter a refresh loop).
Has anyone found a solution to …