michaldarda / parcel-rails

Integration of Parcel Javascript module bundler with Rails
MIT License
68 stars 4 forks source link

Parcel does support multiple entry files #12

Open alekseyg opened 5 years ago

alekseyg commented 5 years ago

I don't know if this was always the case, but Parcel does support multiple entry files. It's in their Getting Started documentation. I think using a glob pattern pointed to /app/javascript/packs/**/* a la Webpacker would be a nice default. I don't know if just changing that setting will work right away, but seeing this incorrect or outdated information in the README makes me wonder whether this gem is being actively maintained or is abandoned.