How weex packages multiple js bundle into one

when weex does not use vue-router as a route, each vue file is packaged into a separate js Bundle, because multiple js bundle cannot be run on android studio, so how to package the vue file into only one js bundle

Oct.29,2021

you're supposed to let your body vue be packaged into a js package component so you don't have to package it! In fact, there is no reference to the js packaged by the component now, because it is already packaged into the referenced module. One way is not to use references, and another is to modify the settings of the packaged file

Menu