Showing 1-20 of 544 packages
TypeScript definitions for snowpack-env
This plugin adds TypeScript type checking to any Snowpack project.
Use Webpack to bundle your Snowpack project for production when you run `snowpack build`.
Optimize your unbundled Snowpack app:
This will allow you to use `.graphql` files with Snowpack, just like you can with `graphql-tag/loader` with webpack
Use svgr to transform your SVGs into React components with Snowpack
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.
A snowpack vue2 compiler based on `@snowpack/plugin-vue`.
This module contains all snowpack-related functionalities for the @leanup/stack.
[](https://www.npmjs.com/package/@prefresh/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
A [@web/test-runner](https://modern-web.dev/docs/test-runner/overview/) plugin to test Snowpack-powered projects. This plugin automatically connects to the Snowpack project in the current directory, loads the project configuration, and the uses your alrea
The ESM-powered frontend build tool. Fast, lightweight, unbundled.
This plugin adds [Sass](https://sass-lang.com/) 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.
Snowpack Visualization
A preconfigured template for Snowpack with Eleventy
A snowpack for importing markdown files
Content-hash for Snowpack
A snowpack plugin that lets you use relative asset URLs in your CSS
A preconfigured template for Snowpack with Prettier