We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6278ae7 commit 8aa44bdCopy full SHA for 8aa44bd
copy.js
@@ -1,5 +1,3 @@
1
-/*jshint esversion: 6 */
2
-
3
import { cpSync } from 'fs';
4
import { join, dirname } from 'path';
5
esbuild.js
import { build } from 'esbuild';
import { derver } from 'derver';
import svelte from 'esbuild-svelte';
html.js
import { readFile, writeFile } from "fs/promises";
export default function html(options = {}) {
0 commit comments