You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/src/routes/api/qwik-optimizer/api.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -465,7 +465,7 @@
465
465
}
466
466
],
467
467
"kind": "Function",
468
-
"content": "```typescript\nexport declare function qwikEsbuild(qwikEsbuildOpts?: QwikEsbuildPluginOptions): Plugin;\n```\n\n\n<table><thead><tr><th>\n\nParameter\n\n\n</th><th>\n\nType\n\n\n</th><th>\n\nDescription\n\n\n</th></tr></thead>\n<tbody><tr><td>\n\nqwikEsbuildOpts\n\n\n</td><td>\n\n[QwikEsbuildPluginOptions](#qwikesbuildpluginoptions)\n\n\n</td><td>\n\n_(Optional)_\n\n\n</td></tr>\n</tbody></table>\n**Returns:**\n\nPlugin",
468
+
"content": "Creates a Qwik esbuild plugin that transforms Qwik components and optimizes the build.\n\nThis plugin supports both real files (on disk) and virtual files (provided by bundlers like mdx-bundler). For virtual files that don't exist on the filesystem, the plugin will return undefined to let esbuild handle them through its virtual file system.\n\n\n```typescript\nexport declare function qwikEsbuild(qwikEsbuildOpts?: QwikEsbuildPluginOptions): Plugin;\n```\n\n\n<table><thead><tr><th>\n\nParameter\n\n\n</th><th>\n\nType\n\n\n</th><th>\n\nDescription\n\n\n</th></tr></thead>\n<tbody><tr><td>\n\nqwikEsbuildOpts\n\n\n</td><td>\n\n[QwikEsbuildPluginOptions](#qwikesbuildpluginoptions)\n\n\n</td><td>\n\n_(Optional)_\n\n\n</td></tr>\n</tbody></table>\n**Returns:**\n\nPlugin",
Thispluginsupportsbothrealfiles (ondisk) andvirtualfiles (providedbybundlerslikemdx-bundler). Forvirtualfilesthatdon't exist on the filesystem, the plugin will return undefined to let esbuild handle them through its virtual file system.
0 commit comments