storyai has forked snowpack, because of two reasons:
- Snowpack 3 has a different ordering for how modules are resolved which make it impossible to properly build two separate pipelines concurrently See issue
- We could not find how to customize headers for snowpack 2 dev server which were needed to support multi-threaded WASM.
Snowpack is a lightning-fast frontend build tool, designed to leverage JavaScript's native module system (known as ESM). It is an alternative to heavier, more complex bundlers like webpack or Parcel in your development workflow.
- Develop faster, with a dev server that starts up in 50ms or less.
- See changes reflected instantly in the browser.
- Integrate your favorite bundler for a production-optimized build.
- Enjoy out-of-the-box support for TypeScript, JSX, CSS Modules and more.
- Connect your favorite tools with third-party plugins.
💁 More info at the official Snowpack website ➞
Contributor Guidelines: CONTRIBUTING.md
License: MIT