|
4 | 4 |
|
5 | 5 | * [DEPENDENCY UPGRADE] Webpack was upgraded from version 4 to 5.
|
6 | 6 |
|
7 |
| -* [DEPENDENCY UPGRADES] The following packages had major version upgrades: |
| 7 | + * [DEPENDENCY UPGRADES] The following packages had major version upgrades: |
8 | 8 | * `css-loader` from 3 to 5
|
9 | 9 | * `assets-webpack-plugin` from 5 to 7
|
10 | 10 | * `mini-css-extract-plugin` from 0.4 to 1
|
|
14 | 14 | * `webpack-manifest-plugin` from 2 to 3
|
15 | 15 | * `webpack-manifest-plugin` from 3 to 4-beta
|
16 | 16 |
|
17 |
| -* [DEPENDENCY SUPPORT CHANGES] Encore has changed what versions it supports |
| 17 | + * [DEPENDENCY SUPPORT CHANGES] Encore has changed what versions it supports |
18 | 18 | of the following packages:
|
19 | 19 | * `less` from 3 to 4 and `less-loader` from 6 to 7
|
20 | 20 | * `fork-ts-checker-webpack-plugin` from 4 to 5 or 6
|
|
39 | 39 | *does* now accept an `assets` option, but out-of-the-box, this will not
|
40 | 40 | result in any filename changes. See `configureFilenames()` for more details.
|
41 | 41 |
|
42 |
| -* [BC BREAK] `css-minimizer-webpack-plugin` was replaced by |
43 |
| - `css-minimizer-webpack-plugin` and the `optimizeCssPluginOptionsCallback()` |
44 |
| - method was replaced by `cssMinimizerPluginOptionsCallback()`. |
| 42 | + * [BC BREAK] `css-minimizer-webpack-plugin` was replaced by |
| 43 | + `css-minimizer-webpack-plugin` and the `optimizeCssPluginOptionsCallback()` |
| 44 | + method was replaced by `cssMinimizerPluginOptionsCallback()`. |
45 | 45 |
|
46 |
| -* [BC BREAK] The `file-loader` package is no longer required by Encore. If |
| 46 | + * [BC BREAK] The `file-loader` package is no longer required by Encore. If |
47 | 47 | you use `copyFiles()`, you will need to install it manually (you
|
48 | 48 | will receive a clear error about this).
|
49 | 49 |
|
50 |
| -* [BC BREAK] All previously-deprecated methods & options were removed. |
| 50 | + * [BC BREAK] All previously-deprecated methods & options were removed. |
51 | 51 |
|
52 |
| -* [BEHAVIOR CHANGE] The `HashedModuleIdsPlugin` was previously used to |
53 |
| - help name "modules" when building for production. This has been removed |
54 |
| - and we now use Webpack's native `optimization.moduleIds` option, which |
55 |
| - is set to `deterministic`. |
| 52 | + * [BEHAVIOR CHANGE] The `HashedModuleIdsPlugin` was previously used to |
| 53 | + help name "modules" when building for production. This has been removed |
| 54 | + and we now use Webpack's native `optimization.moduleIds` option, which |
| 55 | + is set to `deterministic`. |
56 | 56 |
|
57 |
| -* [configureMiniCssExtractPlugin()] `configureMiniCssExtractPlugin()` was |
58 |
| - added to allow the `MiniCssExtractPlugin.loader` and `MiniCssExtractPlugin` |
59 |
| - to be configured. |
| 57 | + * [configureMiniCssExtractPlugin()] `configureMiniCssExtractPlugin()` was |
| 58 | + added to allow the `MiniCssExtractPlugin.loader` and `MiniCssExtractPlugin` |
| 59 | + to be configured. |
60 | 60 |
|
61 |
| -* [enableBuildCache()] Added `enableBuildCache()` to enable the new |
62 |
| - Webpack 5 build caching. https://webpack.js.org/blog/2020-10-10-webpack-5-release/ |
63 |
| - This feature should be considered experimental. |
| 61 | + * [enableBuildCache()] Added `enableBuildCache()` to enable the new |
| 62 | + Webpack 5 build caching. https://webpack.js.org/blog/2020-10-10-webpack-5-release/ |
| 63 | + This feature should be considered experimental. |
64 | 64 |
|
65 | 65 | ## 0.33.0
|
66 | 66 |
|
|
0 commit comments