chrome-extension-webpack icon indicating copy to clipboard operation
chrome-extension-webpack copied to clipboard

Get started with Chrome extensions development using webpack, TypeScript, Sass, and more.

Results 2 chrome-extension-webpack issues
Sort by recently updated
recently updated
newest added

First of all! Really COOL boilerplate for getting started with Chrome extension development. I was struggling with getting chrome as a global variable. And ChatGPT just gave me a headache...

Previously, running `npm run prettier` would show help in the terminal rather than format the files. This is because the directory was not specified in the prettier script. Providing the...