2.0.5 • Published 4 years ago

@hisystems/snowpack-plugin-svelte v2.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

@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.