File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
** Please note that Webpacker 4.1.0 has an installer bug. Please use 4.2.0 or above**
4
4
5
- ## [[ 6.0.0]] ( https://github.com/rails/webpacker/compare/v5.1.1 ...master ) - 2021-TBD
5
+ ## [[ 6.0.0]] ( https://github.com/rails/webpacker/compare/v5.4.3 ...master ) - 2021-TBD
6
6
7
7
Please see [ UPGRADE GUIDE] ( ./docs/v6_upgrade.md ) for more information.
8
8
@@ -26,6 +26,20 @@ environment.loaders.append('nodeModules', nodeModules)
26
26
- Splitchunks enabled by default
27
27
- CSS extraction enabled by default, except when devServer is configured and running
28
28
29
+ ## [[ 5.4.3]] ( https://github.com/rails/webpacker/compare/v5.4.2...v5.4.3 ) - 2021-09-14
30
+
31
+ - Specify webpack-dev-server to be v3, to avoid getting webpack-dev-server v4 (#3121 )
32
+
33
+ ## [[ 5.4.2]] ( https://github.com/rails/webpacker/compare/v5.4.1...v5.4.2 ) - 2021-08-20
34
+
35
+ - Fix babel warning about private-methods in @babel/plugin-proposal-private-property-in -object as well.
36
+
37
+ ## [[ 5.4.1]] ( https://github.com/rails/webpacker/compare/v5.4.0...v5.4.1 ) - 2021-08-20
38
+
39
+ - Update all dependencies within the same major version (#3120 )
40
+
41
+ - Fix babel warning about private-methods (#3016 )
42
+
29
43
## [[ 5.4.0]] ( https://github.com/rails/webpacker/compare/v5.3.0...v5.4.0 ) - 2021-05-18
30
44
31
45
- Fix compatibility with Psych 4
You can’t perform that action at this time.
0 commit comments