Service worker building (but not quite right yet)

This commit is contained in:
Jake Archibald
2020-09-24 17:35:02 +01:00
parent 3f2466f44d
commit e11b4cf22c
16 changed files with 554 additions and 6 deletions

5
missing-types.d.ts vendored
View File

@@ -27,6 +27,11 @@ declare module 'css:*' {
export default source;
}
declare module 'data-url:*' {
const url: string;
export default url;
}
declare var ga: {
(...args: any[]): void;
q: any[];