We currently have 3 different minimum Shakapacker versions stated:
- https://github.com/shakacode/react_on_rails/blob/9df8fd9cedff044d8255a59659394d5c2cf535b4/README.md#prerequisites says 6.0.0
|
MINIMUM_SHAKAPACKER_VERSION = "6.5.1" |
says 6.5.1 (check_minimum_shakapacker_version seems to explicitly fail with older versions than that)
|
MINIMUM_SHAKAPACKER_VERSION = "8.2.0" |
tests only with 8.2.0.
They should be the same, probably 6.5.1. Possibly we need to have separate additional tests for 8.2.0 as the minimum supported version for additional features, but it's low priority.
We currently have 3 different minimum Shakapacker versions stated:
react_on_rails/react_on_rails/lib/react_on_rails/packs_generator.rb
Line 11 in 6786609
react_on_rails/react_on_rails/rakelib/example_type.rb
Line 31 in 6786609
They should be the same, probably 6.5.1. Possibly we need to have separate additional tests for 8.2.0 as the minimum supported version for additional features, but it's low priority.