Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
snowpack-plugin-stylus
Use the Stylus compiler to build .styl files from source
snowpack-plugin-less
Use the Less compiler to build .less files from source
snowpack-plugin-relative-css-urls
A snowpack plugin that lets you use relative asset URLs in your CSS
snowpack-plugin-replace
replace your code
snowpack-plugin-raw-file-loader
This tiny Snowpack plugin will stringify wanted files so they can be loaded as modules.
@emily-curry/snowpack-plugin-wasm-pack
Snowpack plugin for rust using wasm-pack 🦀
snowpack-plugin-closure-compiler
compress your static data in snowpack with the Closure Compiler
snowpack-plugin-content-hash
A plugin for snowpack which will add a hash in the file name. The hash is based on the files content.
tailwind-to-lit
A snowpack plugin to create Tailwind styles for LitElement (Creating css-in-js)
snowpack-sass-compiler
This plugin adds [Sass](https://sass-lang.com/) support
snowpack-plugin-minify-html-literals
A snowpack plugin to minify HTML template literal strings
snowpack-plugin-web-ext
Web ext plugin for snowpack
snowpack-plugin-prefetch-data
A plugin to help you save API response as JSON during `snowpack build`.
snowpack-plugin-rescript
Snowpack plugin for ReScript
snowpack-plugin-baseurl-handler
A plugin for snowpack which transforms the baseurl to make it possible to host the app on a sub path.
snowpack-plugin-sitemap
Add the process of creating a sitemap to Snowpack.
snowpack-plugin-sass-compiler
This small snowpack plugin will gather all your spread out `scss` files within `src` folder, merge them, compile them into `css` and store them in a desired ouput folder. Then it's up to you how you want to use the outputted css file. But the main idea is
snowpack-markdown-it-plugin
A Snowpack plugin for converting `.md` files to HTML with your own custom render function. Great for building a DIY static site generator.
snowpack-plugin-string
A plugin for snowpack which inlines files as strings.
@vcarrier/snowpack-plugin-markdown-it
A Snowpack plugin for converting `.md` files to HTML with your own custom render function.