workaround weird webpack(?) bug by not deleting old files

This commit is contained in:
Rich Harris
2018-02-18 12:49:37 -05:00
parent 25bdcf9957
commit 835b94175d
4 changed files with 9 additions and 15 deletions

View File

@@ -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';