Skip to content

Commit 2ff3cd4

Browse files
committed
readme
1 parent ad61c04 commit 2ff3cd4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Chrome Extension Boilerplate with React 17 and Webpack 4
1+
# Chrome Extension Boilerplate with React 17 and Webpack 5
22

33
[![npm](https://img.shields.io/npm/v/chrome-extension-boilerplate-react)](https://www.npmjs.com/package/chrome-extension-boilerplate-react)
44
[![npm-download](https://img.shields.io/npm/dw/chrome-extension-boilerplate-react)](https://www.npmjs.com/package/chrome-extension-boilerplate-react)
@@ -7,19 +7,21 @@
77
[![dependencies Status](https://david-dm.org/lxieyang/chrome-extension-boilerplate-react/status.svg)](https://david-dm.org/lxieyang/chrome-extension-boilerplate-react)
88
[![devDependencies Status](https://david-dm.org/lxieyang/chrome-extension-boilerplate-react/dev-status.svg)](https://david-dm.org/lxieyang/chrome-extension-boilerplate-react?type=dev)
99

10+
**_Recently updated from React 16 to 17 and Webpack 4 to 5!_**
11+
1012
## Features
1113

1214
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).
1315

1416
This boilerplate is updated with:
1517

1618
- [React 17](https://reactjs.org)
17-
- [Webpack 4](https://webpack.js.org/)
19+
- [Webpack 5](https://webpack.js.org/)
1820
- [React Hot Loader](https://github.com/gaearon/react-hot-loader)
1921
- [eslint-config-react-app](https://www.npmjs.com/package/eslint-config-react-app)
2022
- [Prettier](https://prettier.io/)
2123

22-
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.
2325

2426
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.
2527

0 commit comments

Comments
 (0)