tunnel-agent
popularHTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.
Updated by @mikeal
snowpack
popularThe ESM-powered frontend build tool. Fast, lightweight, unbundled.
Updated by @fredkschott
@snowpack/plugin-react-refresh
Transforms JavaScript files containing React components automatically to enable React Fast Refresh via Snowpack's HMR API.
Updated by @fredkschott
@snowpack/plugin-babel
Use Babel to build your files from source. Automatically inherits from your local project .babelrc or babel.config.json files.
Updated by @fredkschott
astro
Astro is a modern site builder with web best practices, performance, and DX front-of-mind.
Updated by @fredkschott
@snowpack/plugin-dotenv
Use dotenv to load environment variables from your project .env files. See Snowpack's Environment Variables documentation to learn more.
Updated by @fredkschott
@snowpack/plugin-postcss
Run PostCSS on all .css files, including ones generated from Sass, Vue, and Svelte.
Updated by @fredkschott
@snowpack/plugin-svelte
Use the Svelte compiler to build your .svelte files from source. Supports TypeScript and Sass out-of-the-box via svelte-preprocess.
Updated by @fredkschott
@snowpack/plugin-sass
This plugin adds Sass support to any Snowpack project. With this plugin, you can import any *.scss or *.sass Sass file from JavaScript and have it compile to CSS.
Updated by @fredkschott
@snowpack/plugin-run-script
Run any CLI command as a part of Snowpack’s dev server and production build. Useful for languages not supported by Snowpack plugins. This replaces the old run:* scripts in your …
Updated by @fredkschott
@snowpack/plugin-build-script
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 …
Updated by @fredkschott
@snowpack/plugin-typescript
This plugin adds TypeScript type checking to any Snowpack project.
Updated by @fredkschott
create-snowpack-app
```sh npx create-snowpack-app new-dir --template @snowpack/app-template-NAME [--use-yarn | --use-pnpm | --no-install | --no-git] ```
Updated by @fredkschott
@snowpack/plugin-webpack
Use Webpack to bundle your Snowpack project for production when you run snowpack build.
Updated by @fredkschott
@snowpack/plugin-vue
Use the Vue 3 compiler to build your .vue SFC files from source.
Updated by @fredkschott