artsy / rosalind

Admin app for batch operations on genomes
https://artsy.github.io/blog/2019/05/09/rosalind/
MIT License
5 stars 8 forks source link

chore(onyx-207): migrate off Webpacker to Shakapacker #746

Closed nickskalkin closed 11 months ago

nickskalkin commented 11 months ago

Ticket

Webpacker was deprecated by Rails team and no longer receives support. There are a few alternatives to it, one of them is Shakapacker. We've agreed to switch to it, mostly because migration from Webpacker to Shakapacker is easier than to other gems.

I was following this migration guide.

Checklist