generator-chrome-extension
generator-chrome-extension copied to clipboard
Scaffold out a Chrome extension
Whenever I run 'yo chrome-extension --no-babel' to create a project without babel I receive this error. Anyone an idea what I need to do?
> https://developer.chrome.com/docs/extensions/mv3/intro/
We can upgrade the generator a little bit 💪 💪 ### Important! - The current working branch for this job is `development`. Please point the PRs to that branch ###...
How do I specify the version of the package? It is constantly set to 0.0.2, so now I manually change it. Should it be set automatically?
A new developer doesn't understand what DSL, TDD and BDD stands for. A full form can be provided to avoid confusion?
Gulp is using const $ = gulpLoadPlugins(); and so I couldn't make jQuery run. Any ideas how to handle this?
I have a strange issue where I'm including bootstrap cdn in my popup.html and the cdn is included when I'm using "gulp babel" but when I do "gulp build" the...
The polyfill.min.js file is too large. Can I use @babel/preset-env to reduce the size according to the browserslist configuration?
It would be nice to have intellisense by default installed with the chrome extension generator. Adding the npm package as dependency should do the trick [@types/chrome](https://www.npmjs.com/package/@types/chrome)
Hello, How can I make my app (generated for example with the v0.7.1) to use features added in the v0.7.2 ?