mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-13 03:25:24 +00:00
lazy-load stuff
This commit is contained in:
@@ -10,7 +10,7 @@ import { dest } from '../config';
|
||||
|
||||
const app = polka();
|
||||
|
||||
export default async function exporter(export_dir: string) {
|
||||
export async function exporter(export_dir: string) {
|
||||
const build_dir = dest();
|
||||
|
||||
// Prep output directory
|
||||
|
||||
Reference in New Issue
Block a user