diff --git a/ts/index.ts b/ts/index.ts index b5c20dd..b8f2142 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -22,6 +22,8 @@ export class WebSetup { } async setup(optionsArg: IWebSetupConstructorOptions) { + await setupMetaInformation(optionsArg.metaObject); + if (optionsArg.serviceworker) { await setupServiceWoker(); }