JSPM

snowpack

2.2.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18213
  • Score
    100M100P100Q131035F
  • License MIT

Run npm packages directly in the browser. No Webpack, Parcel, or bundlers required.

Package Exports

  • snowpack

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (snowpack) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

CI

cover image

Snowpack is a web app build tool that works without bundling. Thanks to ESM imports Snowpack is able to remove the expensive (and unnecesary) bundling step from your dev workflow. That means no startup time spent waiting for your application to bundle PLUS no time wasted rebundling on every change.

The result is a developer experience that starts up fast, stays fast, and still bundles/optimizes your production builds.

Key Features

💁 More info at the official Snowpack website ➞