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.
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 :)
Most helpful comment
You could use a glob, for example
parcel ./pages/*.htmlor you could use spacesparcel index.html contact.html notPartOfHtml.jsPlease contribute this back into the docs site if you find the time https://github.com/parcel-bundler/website :)