You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The following dependencies **must be removed** from your `package.json` and Babel configuration: `@babel/plugin-syntax-dynamic-import @babel/plugin-proposal-class-properties`,
29
+
* The following dependencies **must be removed** from your `package.json` and Babel configuration: `@babel/plugin-syntax-dynamic-import @babel/plugin-proposal-class-properties`,
18
30
since they are already included in `@babel/preset-env` (#1150):
*`css-minimizer-webpack-plugin` Version `2` to `3`: dropped old Node version support
94
106
*`loader-utils` REMOVED
95
107
*`mini-css-extract-plugin` Version `1.5` to `2.2.1`: dropped old Node & Webpack version support & [CHANGELOG](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md#-breaking-changes)
96
-
*`pretty-error` Version `3.0` to `4.0`: dropped old Node version support
108
+
*`pretty-error` Version `3.0` to `4.0`: dropped old Node version support
97
109
*`resolve-url-loader` Version `3.0` to `5.0`: dropped old Node version support, requires postcss `^8.0`, remove `rework` engine & [CHANGELOG](https://github.com/bholloway/resolve-url-loader/blob/v4-maintenance/packages/resolve-url-loader/CHANGELOG.md)
98
110
*`style-loader` Version `2` to `3`: dropped old Node and Webpack version support & [CHANGELOG](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#-breaking-changes)
99
111
*`yargs-parser` Version `20.2` to `21`: dropped old Node version support
@@ -753,7 +765,7 @@ for a full description of all of the valid browser descriptions.
753
765
## 0.15.0
754
766
755
767
* Add support for [Preact](https://preactjs.com/) - #144 via @Lyrkan
756
-
768
+
757
769
* Added `Encore.configureManifestPlugin()` method - #142 via @Seikyo
758
770
759
771
* Added 5 new methods to configure plugins! #152 via @Lyrkan
0 commit comments