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 fd27faf commit 9c0a8bfCopy full SHA for 9c0a8bf
packages/plugin-rsc/src/plugin.ts
@@ -53,8 +53,6 @@ import { validateImportPlugin } from './plugins/validate-import'
53
import { vitePluginFindSourceMapURL } from './plugins/find-source-map-url'
54
import { parseCssVirtual, toCssVirtual, parseIdQuery } from './plugins/shared'
55
56
-const isRolldownVite = 'rolldownVersion' in vite
57
-
58
const BUILD_ASSETS_MANIFEST_NAME = '__vite_rsc_assets_manifest.js'
59
60
type ClientReferenceMeta = {
0 commit comments