File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 28
28
* does* now accept an ` assets ` option, but out-of-the-box, this will not
29
29
result in any filename changes. See ` configureFilenames() ` for more details.
30
30
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
+
31
35
* [ BC BREAK] The ` file-loader ` package is no longer required by Encore. If
32
36
you use ` copyFiles() ` , you will need to install it manually (you
33
37
will receive a clear error about this).
34
38
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.
35
57
36
58
## 0.33.0
37
59
You can’t perform that action at this time.
0 commit comments