Skip to content

Commit 4f053cf

Browse files
committed
v4.2.0
1 parent 9a1cf3e commit 4f053cf

File tree

5 files changed

+144
-625
lines changed

5 files changed

+144
-625
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
- **_This boilerplate adopts [Manifest V3](https://developer.chrome.com/docs/extensions/mv3/intro/mv3-overview/)!_** For V2 users, please check out the [manifest-v2](https://github.com/lxieyang/chrome-extension-boilerplate-react/tree/manifest-v2) branch, or use version [3.x](https://www.npmjs.com/package/chrome-extension-boilerplate-react/v/3.3.0).
1515
- Check out the [Manifest V3 Migration Guide](https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/).
1616
- Recently added [devtools](https://developer.chrome.com/docs/extensions/mv3/devtools/) Support! Thanks [GeekaholicLin](https://github.com/lxieyang/chrome-extension-boilerplate-react/issues/17)!
17-
- Recently updated from React ~~16~~ to **17** and Webpack ~~4~~ to **5**!
17+
- Recently updated from **[React](https://reactjs.org)** ~~16~~ to **17**!
18+
- Recently updated from **[Webpack Dev Server](https://webpack.js.org/configuration/dev-server/)** ~~3.x~~ to **4.x** and **[Webpack](https://webpack.js.org/)** ~~4~~ to **5**!
1819
- Recently added [TypeScript](https://www.typescriptlang.org/) Support!
1920

2021
## Features
@@ -26,12 +27,13 @@ This boilerplate is updated with:
2627
- [Chrome Extension Manifest V3](https://developer.chrome.com/docs/extensions/mv3/intro/mv3-overview/)
2728
- [React 17](https://reactjs.org)
2829
- [Webpack 5](https://webpack.js.org/)
30+
- [Webpack Dev Server 4](https://webpack.js.org/configuration/dev-server/)
2931
- [React Hot Loader](https://github.com/gaearon/react-hot-loader)
3032
- [eslint-config-react-app](https://www.npmjs.com/package/eslint-config-react-app)
3133
- [Prettier](https://prettier.io/)
3234
- [TypeScript](https://www.typescriptlang.org/)
3335

34-
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.
36+
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, Webpack 5, and Webpack Dev Server 4.
3537

3638
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.
3739

0 commit comments

Comments
 (0)