Skip to content

Project publishing issues and native component documentation issues #10008

Answered by jonthysell
527395632 asked this question in Q&A
Discussion options

You must be logged in to vote

There are two kinds of bundles - the appxbundle is the packaged windows app to be installed. The JS bundle is all of your JS code pre-bundled and included.

If you build Debug, you still need to run Metro to serve your up your JS bundle.

If you build Release, the JS bundle will be pre-included in the appxbundle and you won't need Metro. It will be a "self-contained" app package.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@527395632
Comment options

@yuya-tani
Comment options

@527395632
Comment options

Answer selected by 527395632
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants