Skip to content

Commit 64c6c2f

Browse files
committed
updating CHANGELOG for original Webpack 5 changes in #645
1 parent 16c0f12 commit 64c6c2f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,32 @@
2828
*does* now accept an `assets` option, but out-of-the-box, this will not
2929
result in any filename changes. See `configureFilenames()` for more details.
3030

31+
* [BC BREAK] `css-minimizer-webpack-plugin` was replaced by
32+
`css-minimizer-webpack-plugin` and the `optimizeCssPluginOptionsCallback()`
33+
method was replaced by `cssMinimizerPluginOptionsCallback()`.
34+
3135
* [BC BREAK] The `file-loader` package is no longer required by Encore. If
3236
you use `copyFiles()`, you will need to install it manually (you
3337
will receive a clear error about this).
3438

39+
* [BC BREAK] All previously-deprecated methods & options were removed.
40+
41+
* [DEPENDENCY UPGRADES] The following packages had major version upgrades:
42+
* `css-loader` from 3 to 5
43+
* `mini-css-extract-plugin` from 0.4 to 1
44+
* `style-loader` from 1 to 2
45+
* `terser-webpack-plugin` from 1 to 4
46+
* `webpack-cli` from 3 to 4
47+
* `webpack-manifest-plugin` from 2 to 3
48+
49+
* [BEHAVIOR CHANGE] The `HashedModuleIdsPlugin` was previously used to
50+
help name "modules" when building for production. This has been removed
51+
and we now use Webpack's native `optimization.moduleIds` option, which
52+
is set to `deterministic`.
53+
54+
* [configureMiniCssExtractPlugin()] `configureMiniCssExtractPlugin()` was
55+
added to allow the `MiniCssExtractPlugin.loader` and `MiniCssExtractPlugin`
56+
to be configured.
3557

3658
## 0.33.0
3759

0 commit comments

Comments
 (0)