@hisystems/snowpack-plugin-svelte
v2.0.5
Published
Use the [Svelte compiler](https://svelte.dev/docs#Compile_time) to build your `.svelte` files from source.
Readme
@hisystems/snowpack-plugin-svelte
Use the Svelte compiler to build your .svelte files from source.
npm install --save-dev @hisystems/snowpack-plugin-svelte// snowpack.config.json
{
"plugins": [
["@hisystems/snowpack-plugin-svelte", { /* see “Plugin Options” below */ }]
]
}Plugin Options
This plugin also supports all Svelte compiler options. See here for a list of supported options.
