Parcel: how to config an multi Page(Multi Entry) project

Created on 15 Aug 2018  ·  2Comments  ·  Source: parcel-bundler/parcel

❔ Question

how to config an multi Page(Multi Entry) project
i cant find any help for that from official site. or github issues.

i can find entry-points from webpack official document.
but the Document of official site seems only for SPA(Single Page Application).
there is nothing for MPA.

Waiting Question

Most helpful comment

You could use a glob, for example parcel ./pages/*.html or you could use spaces parcel index.html contact.html notPartOfHtml.js

Please contribute this back into the docs site if you find the time https://github.com/parcel-bundler/website :)

All 2 comments

You could use a glob, for example parcel ./pages/*.html or you could use spaces parcel index.html contact.html notPartOfHtml.js

Please contribute this back into the docs site if you find the time https://github.com/parcel-bundler/website :)

thank you when im do that sucess,i will ( contribute this back into the docs site) https://github.com/parcel-bundler/website :)

Was this page helpful?
0 / 5 - 0 ratings