Rails 5.1 / webpacker support
davidbiehl opened this issue · comments
David Biehl commented
we upgraded to rails 5.1 and are using webpacker to build our react application. it doesn't appear that asset_sync is uploading any of the "packs" to s3. the existing asset pipeline (sprokets) js still gets uploaded just fine, but the pack files are missing.
PikachuEXE commented
Please see #346 to see if it suits your need
PikachuEXE commented
2.2.0
released, please have a try
David Biehl commented
awesome, thank you!