diff --git a/docs/migrations/migrate-from-v4.md b/docs/migrations/migrate-from-v4.md index e5a04fe269..e84167530b 100644 --- a/docs/migrations/migrate-from-v4.md +++ b/docs/migrations/migrate-from-v4.md @@ -122,6 +122,7 @@ module.exports = { * `terser-webpack-plugin` is upgraded from v2 to v5, using terser 5 and some there are some changes in the options format. See full details in its [changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md). * When creating new projects, the default `less-loader` is updated from [v5 to v8](https://github.com/webpack-contrib/less-loader/blob/master/CHANGELOG.md); `less` from [v3 to v4](https://github.com/less/less.js/pull/3573); `sass-loader` from [v8 to v11](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md); `stylus-loader` from [v3 to v5](https://github.com/webpack-contrib/stylus-loader/blob/master/CHANGELOG.md). * `mini-css-extract-plugin` is upgraded from [v1 to v2](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md). +* `cache-loader` is removed. If you want to use it, please install it manually. ### Babel Plugin @@ -158,6 +159,10 @@ Please consider switching to ESLint. You can check out [`tslint-to-eslint-config * WebDriverIO is updated from v6 to v7. Not many user-facing breaking changes. See the [blog post on release](https://webdriver.io/blog/2021/02/09/webdriverio-v7-released) for more details. +### E2E-Nightwatch Plugin + +* Nightwatch is updated from v1 to v2. See the [blog post](https://nightwatchjs.org/guide/getting-started/whats-new-v2.html) for more details. And there's a [migration guide](https://github.com/nightwatchjs/nightwatch/wiki/Migrating-to-Nightwatch-2.0), too. + ### Unit-Jest Plugin * For Vue 2 projects, `@vue/vue2-jest` is now required as a peer dependency, please install `@vue/vue2-jest` as a dev dependency to the project.