-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Bundle Files Guide
David Reed edited this page Dec 8, 2022
·
2 revisions
-
[CONFIG]
- User configurable -
[BUNDLE]
- Produced by Webpack bundle
KEY | FILE | Purpose |
---|---|---|
[CONFIG] |
uv.config.js |
|
[CONFIG] |
sw.js |
Stock service worker handler that imports Ultraviolet. |
[BUNDLE] |
uv.bundle.js |
Compiled modules that Ultraviolet is dependant on |
[BUNDLE] |
uv.handler.js |
Ultraviolet runtime library |
[BUNDLE] |
uv.client.js |
Ultraviolet's in-page runtime |
[BUNDLE] |
uv.sw.js |
Ultraviolet's service worker library |