mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-15 04:14:46 +00:00
workaround weird webpack(?) bug by not deleting old files
This commit is contained in:
@@ -12,12 +12,6 @@ import { Route, Template } from '../interfaces';
|
||||
|
||||
const dev = isDev();
|
||||
|
||||
type Assets = {
|
||||
index: string;
|
||||
service_worker: string;
|
||||
client: Record<string, string>;
|
||||
}
|
||||
|
||||
type RouteObject = {
|
||||
id: string;
|
||||
type: 'page' | 'route';
|
||||
|
||||
Reference in New Issue
Block a user