UNPKG


Begining in 5.8
, prebuilt versions of WarpDrive packages can be used via UNPKG.
Four builds are provided for each package via the following export conditions. These builds are unminified JavaScript Modules (ESM) and retain source code documentation comments.
condition | description |
---|---|
default unpkg | production build with all deprecated features removed |
unpkg-dev | development build with all deprecated features removed |
unpkg-deprecated | production build with all deprecated features available |
unpkg-dev-deprecated | development build with all deprecated features available |
Example using @warp-drive/core
Build | URL |
---|---|
Production | https://unpkg.com/@warp-drive/core@canary |
Production + Deprecations | https://unpkg.com/@warp-drive/core@canary?conditions=unpkg-deprecated |
Development | https://unpkg.com/@warp-drive/core@canary?conditions=unpkg-dev |
Development + Deprecations | https://unpkg.com/@warp-drive/core@canary?conditions=unpkg-dev-deprecated |