UNPKG

@7x7cl/qwik

Version:

An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.

42 lines (41 loc) 1.01 kB
{ "description": "Use Partytown in your Qwik app", "devDependencies": { "@builder.io/partytown": "^0.8.0" }, "__qwik__": { "displayName": "Integration: Partytown (3rd-party scripts)", "priority": -20, "viteConfig": { "imports": [ { "namedImports": [ "partytownVite" ], "importPath": "@builder.io/partytown/utils" }, { "namedImports": [ "join" ], "importPath": "path" } ], "vitePlugins": [ "partytownVite({dest: join(__dirname, 'dist', '~partytown')})" ] }, "docs": [ "https://partytown.builder.io/", "https://qwik.builder.io/integrations/integration/partytown/" ], "nextSteps": { "lines": [ " Please add the <QwikPartytown/> component", " to your root.tsx file.", " Have a look at the docs for more info: ", " https://partytown.builder.io/configuration" ] } } }