lxieyang / chrome-extension-boilerplate-react

A Chrome Extensions boilerplate using React 18 and Webpack 5.
MIT License
3.47k stars 1.08k forks source link

[Tech] Development env and packages updates (React 18) #136

Closed alexbeletsky closed 1 year ago

alexbeletsky commented 2 years ago
  1. I've added a couple of docker related files, since it's simplifies the developement, by running everything inside one isolated container.
  2. I've upgraded all packages, including upgrade to React 18.
  3. As a side effect I had to drop react-hot-loader since there is no support for React 18.
lxieyang commented 1 year ago

Done!