Snowpack plugin that auto inject code so that any module get added to the window.modules object.
Simplifies communications with Workbox packages running in the service worker
This plugin transforms ES2015 modules to CommonJS
This plugin transforms ES2015 modules to UMD
This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
The ESM-powered frontend build tool. Fast, lightweight, unbundled.
rollup-plugin-polyfill-node ===
Next.js with PWA, powered by workbox.
Webpack Virtual Modules
This plugin adds TypeScript type checking to any Snowpack project.
This will allow you to use `.graphql` files with Snowpack, just like you can with `graphql-tag/loader` with webpack
Transforms JavaScript files containing React components automatically to enable React Fast Refresh via Snowpack's HMR API.
Use [dotenv](https://github.com/motdotla/dotenv) to load environment variables from your project `.env` files. See Snowpack's [Environment Variables](https://www.snowpack.dev/reference/environment-variables) documentation to learn more.
The Vite plugin for base44 based applications
A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.
CSS modules support for TypeScript
Native-ESM powered web dev build tool
Run any CLI command as a part of Snowpack’s dev server and production build. Useful for languages not supported by [Snowpack plugins](https://www.snowpack.dev/plugins). This replaces the old `run:*` scripts in your Snowpack config.
Allow parsing of top-level await in modules
Use the Stylus compiler to build .styl files from source
Use Babel to build your files from source. Automatically inherits from your local project `.babelrc` or `babel.config.json` files.
Use svgr to transform your SVGs into React components with Snowpack
A Snowpack plugin to build files in your application using any CLI tool. This plugin passes matching files as input to a custom CLI command and returns the output response as the build result. This is useful for connecting a custom CLI or when no Snowpack