mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 11:15:14 +00:00
remove some unused deps
This commit is contained in:
@@ -10,10 +10,6 @@ import { dest } from '../config';
|
||||
|
||||
const app = polka();
|
||||
|
||||
function read_json(file: string) {
|
||||
return JSON.parse(sander.readFileSync(file, { encoding: 'utf-8' }));
|
||||
}
|
||||
|
||||
export default async function exporter(export_dir: string) {
|
||||
const build_dir = dest();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user