How does it work?
Last updated
Was this helpful?
Last updated
Was this helpful?
The plugin analyzes chunks and extracts libraries to separated chunks with disabled tree-shaking ().
The plugin teaches entries and runtime to work with shared chunks.
Entry points and runtime are loaded.
Entry point checks if a shared required to run chunks are loaded and notifies the runtime about it.
Runtime downloads all not downloaded libraries and marks them as downloaded.
Runtime runs an app.