svelte-cli
svelte-cli copied to clipboard
Command line interface for Svelte
Results
2
svelte-cli issues
Sort by
recently updated
recently updated
newest added
A fresh installation of `svelte-cli` fails to compile anything. Stack trace ``` $ svelte compile --iife ./HelloWorld.html > HelloWorld.js svelte version 1.41.1 fs.js:955 binding.stat(pathModule._makeLong(path)); ^ TypeError: path must be a...
Should the CLI include a `-watch` option? It could be useful during development. It could be similar to [`watch` in TypeScript](https://www.typescriptlang.org/docs/handbook/compiler-options.html).