File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
33** Please note that Webpacker 4.1.0 has an installer bug. Please use 4.2.0 or above**
44
5- ## [[ 5.4.0]] ( https://github.com/rails/webpacker/compare/v5.4.0...v5.4.1 ) - 2021-08-20
5+ ## [[ 5.4.2]] ( https://github.com/rails/webpacker/compare/v5.4.0...v5.4.1 ) - 2021-08-20
6+
7+ - Fix babel warning about private-methods in @babel/plugin-proposal-private-property-in -object as well.
8+
9+ ## [[ 5.4.1]] ( https://github.com/rails/webpacker/compare/v5.4.0...v5.4.1 ) - 2021-08-20
610
711- Update all dependencies within the same major version (#3120 )
812
Original file line number Diff line number Diff line change 11module Webpacker
22 # Change the version in package.json too, please!
3- VERSION = "5.4.1 " . freeze
3+ VERSION = "5.4.2 " . freeze
44end
Original file line number Diff line number Diff line change 11{
22 "name" : " @rails/webpacker" ,
3- "version" : " 5.4.1 " ,
3+ "version" : " 5.4.2 " ,
44 "description" : " Use webpack to manage app-like JavaScript modules in Rails" ,
55 "main" : " package/index.js" ,
66 "files" : [
You can’t perform that action at this time.
0 commit comments