Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 329 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 329 Bytes

hermes-multibundle

This project is to test loading multiple bundles on hermes in a single context

Here we load default bundle first and then load the second bundle from file-system after some timeout

JS

    importLazy("pages/home/index.js").then(homeModule => {
      
    })

Bundle

    node runBundle.js