Skip to content

Commit

Permalink
docs: add cache-loader and nightwatch breaking changes [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Feb 10, 2022
1 parent 926855f commit 42fc8d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/migrations/migrate-from-v4.md
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 42fc8d4

Please sign in to comment.