mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 20:14:39 +00:00
lazy-load stuff
This commit is contained in:
@@ -6,7 +6,7 @@ import rimraf from 'rimraf';
|
||||
import { create_compilers, create_app, create_routes, create_serviceworker } from '../core'
|
||||
import { src, dest, dev } from '../config';
|
||||
|
||||
export default async function build() {
|
||||
export async function build() {
|
||||
const output = dest();
|
||||
|
||||
mkdirp.sync(output);
|
||||
|
||||
Reference in New Issue
Block a user