You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**_Recently updated from React 16 to 17 and Webpack 4 to 5!_**
11
+
10
12
## Features
11
13
12
14
This is a basic Chrome Extensions boilerplate to help you write modular and modern Javascript code, load CSS easily and [automatic reload the browser on code changes](https://webpack.github.io/docs/webpack-dev-server.html#automatic-refresh).
13
15
14
16
This boilerplate is updated with:
15
17
16
18
-[React 17](https://reactjs.org)
17
-
-[Webpack 4](https://webpack.js.org/)
19
+
-[Webpack 5](https://webpack.js.org/)
18
20
-[React Hot Loader](https://github.com/gaearon/react-hot-loader)
This boilerplate is heavily inspired by and adapted from [https://github.com/samuelsimoes/chrome-extension-webpack-boilerplate](https://github.com/samuelsimoes/chrome-extension-webpack-boilerplate), with additional support for React 17 features and Webpack 4.
24
+
This boilerplate is heavily inspired by and adapted from [https://github.com/samuelsimoes/chrome-extension-webpack-boilerplate](https://github.com/samuelsimoes/chrome-extension-webpack-boilerplate), with additional support for React 17 features and Webpack 5.
23
25
24
26
Please open up an issue to nudge me to keep the npm packages up-to-date. FYI, it takes time to make different packages with different versions work together nicely.
0 commit comments