We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f480f3f commit fa6353dCopy full SHA for fa6353d
2 files changed
packages/plugin-rsc/src/core/plugin.ts
@@ -1,5 +1,6 @@
1
import type { Plugin } from 'vite'
2
3
+/** @experimental */
4
export default function vitePluginRscCore(): Plugin[] {
5
return [
6
{
packages/plugin-rsc/src/plugin.ts
@@ -70,6 +70,8 @@ function resolvePackage(name: string) {
70
return pathToFileURL(require.resolve(name)).href
71
}
72
73
+export { vitePluginRscCore }
74
+
75
export type RscPluginOptions = {
76
/**
77
* shorthand for configuring `environments.(name).build.rollupOptions.input.index`
0 commit comments