REPKG is a service that bundles npm packages to AMD on-demand. Powered by UNPKG.
Replace UNPKG.com
with REPKG.now.sh
to AMDify it!
- Bare specifier: unpkg.com/pretty-ms β repkg.now.sh/pretty-ms β¨
- Specific version: unpkg.com/urijs@1.19.2 β repkg.now.sh/urijs@1.19.2 β¨
- Deep import path: axios@0.19.2/.../buildFullPath β axios@0.19.2/.../buildFullPath β¨
- (Bonus) Minification (
?min
): mem@6.1.0?min β¨
- the request hits UNPKG's
/browse/
page - the asset is a source-map (
.map
) - the asset is already AMD
Built and maintained by @privatenumber and powered by Vercel β€οΈ