parcel-bundler / website

🌎 Parcel website
https://parceljs.org
MIT License
350 stars 468 forks source link

add section about compiling multiple elm modules into the same output… #1038

Closed ChristophP closed 2 years ago

ChristophP commented 2 years ago

… file

Related to this PR https://github.com/parcel-bundler/parcel/pull/8076#pullrequestreview-1019510045

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
website ✅ Ready (Inspect) Visit Preview Jul 31, 2022 at 9:09AM (UTC)
mischnic commented 2 years ago

And I think we should also add that having these two imports in the project will still effectively duplicate MainB.elm

(This might be clear for people used to elm make but not really when coming from ESM modules)