chrome-extension-boilerplate-react icon indicating copy to clipboard operation
chrome-extension-boilerplate-react copied to clipboard

A Chrome Extensions boilerplate using React 18 and Webpack 5.

Results 98 chrome-extension-boilerplate-react issues
Sort by recently updated
recently updated
newest added

1. Added MiniCssExtractPlugin for production build. 2. Added sass and removed node-sass(deprecated). 3. npm audit

## React 18 [issue 120](https://github.com/lxieyang/chrome-extension-boilerplate-react/issues/120) - update to react 18 - remove unnecessary hot reload replacements - update code examples for render - update docs for react new version

https://github.com/sass/node-sass/releases `node-saas` is deprecated and does not support ARM64 at all. Changed the dependency from `node-saas` to `saas`. https://www.npmjs.com/package/sass

As per this comment https://github.com/lxieyang/chrome-extension-boilerplate-react/issues/40#issuecomment-1032384937 I extracted the fix for the HMR, and did some minor updates - Popup and Greetings are now tsx files - Added a button to...

- Added another badge from shields.io - Unable to find a proper badge for Dev Dependencies

Not sure why these files are marked as executable. I've removed the executable bit by running `chmod -x` on them.

The readme cloud use a more verbose set of instructions.