diff --git a/CHANGELOG.md b/CHANGELOG.md index 29d8327..db64d28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ ### Breaking changes -- Drop webpack 4 support [#87](https://github.com/yoriiis/chunks-webpack-plugin/pull/87) -- Drop Node.js 12 support [#88](https://github.com/yoriiis/chunks-webpack-plugin/pull/88) +- Drop webpack 4 support ([#87](https://github.com/yoriiis/chunks-webpack-plugin/pull/87)) +- Drop Node.js 12 support ([#88](https://github.com/yoriiis/chunks-webpack-plugin/pull/88)) ## 7.0.3 diff --git a/README.md b/README.md index 05871ed..693b542 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,7 @@ yarn add chunks-webpack-plugin --dev ## Environment -`ChunksWebpackPlugin` was built for Node.js `>=10.13.0` and webpack `^4 || ^5`. - -The plugin is compatible with the webpack `v4` and `v5`, more details in the [CHANGELOG](CHANGELOG.md). +`ChunksWebpackPlugin` was built for Node.js LTS 14 and webpack 5. ## Example @@ -294,8 +292,7 @@ The plugin will generate all files in the `./dist/` directory: **home-styles.html** ```html - - + ``` **home-scripts.html** @@ -308,8 +305,7 @@ The plugin will generate all files in the `./dist/` directory: **news-styles.html** ```html - - + ``` **news-scripts.html**