Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.95 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.95 KB

storyai has forked snowpack, because of two reasons:

  1. Snowpack 3 has a different ordering for how modules are resolved which make it impossible to properly build two separate pipelines concurrently See issue
  2. We could not find how to customize headers for snowpack 2 dev server which were needed to support multi-threaded WASM.

CI Join us on Discord!

Snowpack

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.

Key Features

💁 More info at the official Snowpack website ➞


Contributor Guidelines: CONTRIBUTING.md
License: MIT