Add svelte as a view engine to swaf #33

Merged
ashpie merged 97 commits from svelte into develop 2021-11-09 19:31:22 +01:00
2 changed files with 0 additions and 12 deletions
Showing only changes of commit fd7a6af98d - Show all commits

View File

@ -1,8 +0,0 @@
declare module "rollup-plugin-css-only" {
import {Plugin} from "rollup";
export default function cssOnlyRollupPlugin(options: CssOnlyPluginOptions): Plugin;
export type CssOnlyPluginOptions = {
output: string;
};
}

View File

@ -1,4 +0,0 @@
declare module "rollup-plugin-livereload" {
import {Plugin} from "rollup";
export default function livereloadRollupPlugin(path: string): Plugin;
}