@payloadcms/tanstack-start 4.0.0-internal.4cbdd50 → 4.0.0-internal.5214550
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -1
- package/dist/exports/vite.d.ts +2 -2
- package/dist/exports/vite.d.ts.map +1 -1
- package/dist/exports/vite.js +1 -1
- package/dist/exports/vite.js.map +1 -1
- package/dist/layouts/Root/getLayoutData.js.map +1 -1
- package/dist/layouts/Root/index.d.ts +2 -2
- package/dist/layouts/Root/index.d.ts.map +1 -1
- package/dist/layouts/Root/index.js.map +1 -1
- package/dist/routes/adminRoutes.d.ts +13 -7
- package/dist/routes/adminRoutes.d.ts.map +1 -1
- package/dist/routes/adminRoutes.js +31 -20
- package/dist/routes/adminRoutes.js.map +1 -1
- package/dist/routes/layoutRoute.d.ts +4 -1
- package/dist/routes/layoutRoute.d.ts.map +1 -1
- package/dist/routes/layoutRoute.js +7 -1
- package/dist/routes/layoutRoute.js.map +1 -1
- package/dist/utilities/loadAdminPage.d.ts.map +1 -1
- package/dist/utilities/loadAdminPage.js +13 -0
- package/dist/utilities/loadAdminPage.js.map +1 -1
- package/dist/vite/config/external.d.ts +11 -0
- package/dist/vite/config/external.d.ts.map +1 -0
- package/dist/vite/config/external.js +48 -0
- package/dist/vite/config/external.js.map +1 -0
- package/dist/vite/config/optimizeDeps.d.ts +25 -0
- package/dist/vite/config/optimizeDeps.d.ts.map +1 -0
- package/dist/vite/{constants.js → config/optimizeDeps.js} +9 -63
- package/dist/vite/config/optimizeDeps.js.map +1 -0
- package/dist/vite/config/scss.d.ts +14 -0
- package/dist/vite/config/scss.d.ts.map +1 -0
- package/dist/vite/config/scss.js +28 -0
- package/dist/vite/config/scss.js.map +1 -0
- package/dist/vite/importProtection.d.ts.map +1 -1
- package/dist/vite/importProtection.js +6 -2
- package/dist/vite/importProtection.js.map +1 -1
- package/dist/vite/index.d.ts +81 -0
- package/dist/vite/index.d.ts.map +1 -0
- package/dist/vite/index.js +249 -0
- package/dist/vite/index.js.map +1 -0
- package/dist/vite/workarounds/clientModuleResolution.d.ts.map +1 -0
- package/dist/vite/workarounds/clientModuleResolution.js.map +1 -0
- package/dist/vite/workarounds/devTransforms.d.ts.map +1 -0
- package/dist/vite/workarounds/devTransforms.js.map +1 -0
- package/dist/vite/workarounds/reactDomServerInRsc.d.ts.map +1 -0
- package/dist/vite/workarounds/reactDomServerInRsc.js.map +1 -0
- package/dist/vite/workarounds/stripDistStyleImports.d.ts.map +1 -0
- package/dist/vite/{plugins → workarounds}/stripDistStyleImports.js +37 -4
- package/dist/vite/workarounds/stripDistStyleImports.js.map +1 -0
- package/dist/vite/workarounds/stubPrettierInClient.d.ts +21 -0
- package/dist/vite/workarounds/stubPrettierInClient.d.ts.map +1 -0
- package/dist/vite/workarounds/stubPrettierInClient.js +39 -0
- package/dist/vite/workarounds/stubPrettierInClient.js.map +1 -0
- package/dist/vite/workarounds/wrapCjsForClient.d.ts.map +1 -0
- package/dist/vite/workarounds/wrapCjsForClient.js.map +1 -0
- package/package.json +8 -10
- package/dist/@types/assets.d.js +0 -2
- package/dist/@types/assets.d.js.map +0 -1
- package/dist/vite/constants.d.ts +0 -42
- package/dist/vite/constants.d.ts.map +0 -1
- package/dist/vite/constants.js.map +0 -1
- package/dist/vite/plugin.d.ts +0 -38
- package/dist/vite/plugin.d.ts.map +0 -1
- package/dist/vite/plugin.js +0 -179
- package/dist/vite/plugin.js.map +0 -1
- package/dist/vite/plugins/clientModuleResolution.d.ts.map +0 -1
- package/dist/vite/plugins/clientModuleResolution.js.map +0 -1
- package/dist/vite/plugins/devTransforms.d.ts.map +0 -1
- package/dist/vite/plugins/devTransforms.js.map +0 -1
- package/dist/vite/plugins/reactDomServerInRsc.d.ts.map +0 -1
- package/dist/vite/plugins/reactDomServerInRsc.js.map +0 -1
- package/dist/vite/plugins/stripDistStyleImports.d.ts.map +0 -1
- package/dist/vite/plugins/stripDistStyleImports.js.map +0 -1
- package/dist/vite/plugins/wrapCjsForClient.d.ts.map +0 -1
- package/dist/vite/plugins/wrapCjsForClient.js.map +0 -1
- /package/dist/vite/{plugins → workarounds}/clientModuleResolution.d.ts +0 -0
- /package/dist/vite/{plugins → workarounds}/clientModuleResolution.js +0 -0
- /package/dist/vite/{plugins → workarounds}/devTransforms.d.ts +0 -0
- /package/dist/vite/{plugins → workarounds}/devTransforms.js +0 -0
- /package/dist/vite/{plugins → workarounds}/reactDomServerInRsc.d.ts +0 -0
- /package/dist/vite/{plugins → workarounds}/reactDomServerInRsc.js +0 -0
- /package/dist/vite/{plugins → workarounds}/stripDistStyleImports.d.ts +0 -0
- /package/dist/vite/{plugins → workarounds}/wrapCjsForClient.d.ts +0 -0
- /package/dist/vite/{plugins → workarounds}/wrapCjsForClient.js +0 -0
|
@@ -1,67 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
2
|
+
* Client dep-optimizer config used by `withPayload`. Kept separate from the
|
|
3
|
+
* SSR/RSC externalization config (`./external.ts`) so each concern stays small.
|
|
4
4
|
*/ /**
|
|
5
|
-
* Server-only packages (Node-only or only ever used by the server bundle).
|
|
6
|
-
* These are the Vite equivalent of Next.js's `serverExternalPackages`.
|
|
7
|
-
*/ export const ssrExternalPackages = [
|
|
8
|
-
'ajv',
|
|
9
|
-
'fast-uri',
|
|
10
|
-
'drizzle-kit',
|
|
11
|
-
'drizzle-kit/api',
|
|
12
|
-
'drizzle-orm',
|
|
13
|
-
'sharp',
|
|
14
|
-
'libsql',
|
|
15
|
-
'require-in-the-middle',
|
|
16
|
-
'json-schema-to-typescript',
|
|
17
|
-
'pino',
|
|
18
|
-
'pino-pretty',
|
|
19
|
-
'graphql',
|
|
20
|
-
'mongodb',
|
|
21
|
-
'mongoose',
|
|
22
|
-
'better-sqlite3',
|
|
23
|
-
'pg',
|
|
24
|
-
'pg-native',
|
|
25
|
-
'nodemailer',
|
|
26
|
-
'aws4',
|
|
27
|
-
'pluralize',
|
|
28
|
-
'console-table-printer',
|
|
29
|
-
'@azure/storage-blob',
|
|
30
|
-
'@aws-sdk/client-s3',
|
|
31
|
-
'@aws-sdk/s3-request-presigner',
|
|
32
|
-
'@google-cloud/storage'
|
|
33
|
-
];
|
|
34
|
-
/**
|
|
35
|
-
* Payload packages whose source must be processed by Vite even on the server
|
|
36
|
-
* (because they are workspace `.ts` files in dev). Server-only adapters
|
|
37
|
-
* (`@payloadcms/db-*`, `@payloadcms/email-*`, `@payloadcms/next`, etc.) are
|
|
38
|
-
* intentionally not included — those should stay external on the SSR side.
|
|
39
|
-
*/ export const payloadNoExternalPatterns = [
|
|
40
|
-
'@payloadcms/ui',
|
|
41
|
-
'@payloadcms/translations',
|
|
42
|
-
'@payloadcms/tanstack-start',
|
|
43
|
-
/^@payloadcms\/richtext-lexical/,
|
|
44
|
-
/^@payloadcms\/plugin-/,
|
|
45
|
-
/^@payloadcms\/storage-/
|
|
46
|
-
];
|
|
47
|
-
/**
|
|
48
|
-
* The subset of `payloadNoExternalPatterns` that needs to participate in the
|
|
49
|
-
* RSC environment. Plugins and storage adapters must be included: they register
|
|
50
|
-
* custom providers/components (e.g. `plugin-multi-tenant`'s `'use client'`
|
|
51
|
-
* `TenantSelectionProvider`) that render in the RSC graph via
|
|
52
|
-
* `RenderServerComponent`. If the package stays external to RSC, `plugin-rsc`
|
|
53
|
-
* never transforms its `'use client'` modules into client references, so the
|
|
54
|
-
* component executes server-side and crashes on the first hook
|
|
55
|
-
* (`Cannot read properties of null (reading 'useState')`).
|
|
56
|
-
*/ export const payloadRscNoExternalPatterns = [
|
|
57
|
-
'@payloadcms/ui',
|
|
58
|
-
'@payloadcms/translations',
|
|
59
|
-
'@payloadcms/tanstack-start',
|
|
60
|
-
/^@payloadcms\/richtext-lexical/,
|
|
61
|
-
/^@payloadcms\/plugin-/,
|
|
62
|
-
/^@payloadcms\/storage-/
|
|
63
|
-
];
|
|
64
|
-
/**
|
|
65
5
|
* Packages we know contain Node-only code or top-level side effects requiring
|
|
66
6
|
* Node APIs. Excluding them from the client optimizer prevents Vite from
|
|
67
7
|
* walking into their main entries and trying to bundle server-only imports
|
|
@@ -94,6 +34,12 @@
|
|
|
94
34
|
* pre-bundled for the client. Vite's auto-discovery doesn't reliably pick
|
|
95
35
|
* these up because their parent packages are in `optimizeDeps.exclude`, so we
|
|
96
36
|
* list them explicitly using the `parent > child` syntax.
|
|
37
|
+
*
|
|
38
|
+
* Each entry below fixes a specific late-discovery re-optimization: without it,
|
|
39
|
+
* Vite discovers the dep *after* its initial crawl, forcing a full dep
|
|
40
|
+
* re-optimization mid-session that 404s in-flight `.vite/deps/*` chunks and
|
|
41
|
+
* remounts the admin (dropping client state). This is why the list can't simply
|
|
42
|
+
* be deleted — it is the "complete first pass" for the admin's dep graph.
|
|
97
43
|
*/ export const optimizeDepsIncludeDefaults = [
|
|
98
44
|
'@payloadcms/ui > sonner',
|
|
99
45
|
'@payloadcms/ui > @faceless-ui/modal',
|
|
@@ -174,4 +120,4 @@
|
|
|
174
120
|
'payload > sanitize-filename'
|
|
175
121
|
];
|
|
176
122
|
|
|
177
|
-
//# sourceMappingURL=
|
|
123
|
+
//# sourceMappingURL=optimizeDeps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/vite/config/optimizeDeps.ts"],"sourcesContent":["/**\n * Client dep-optimizer config used by `withPayload`. Kept separate from the\n * SSR/RSC externalization config (`./external.ts`) so each concern stays small.\n */\n\n/**\n * Packages we know contain Node-only code or top-level side effects requiring\n * Node APIs. Excluding them from the client optimizer prevents Vite from\n * walking into their main entries and trying to bundle server-only imports\n * for the browser.\n */\nexport const optimizeDepsExcludeDefaults: string[] = [\n 'sharp',\n '@payloadcms/ui',\n '@payloadcms/tanstack-start',\n 'payload',\n 'pino',\n 'pino-pretty',\n 'busboy',\n 'get-tsconfig',\n 'ws',\n 'croner',\n 'prompts',\n 'file-type',\n // Server-only SDKs used by `@payloadcms/storage-*` adapters. Vite\n // sometimes walks these from the main package entry while scanning\n // workspace deps, and the browser sub-bundles do not expose the\n // server-only APIs (e.g. `BlobSASPermissions`), which crashes the dev\n // server with a `MISSING_EXPORT` error before any test runs.\n '@azure/storage-blob',\n '@aws-sdk/client-s3',\n '@aws-sdk/s3-request-presigner',\n '@google-cloud/storage',\n]\n\n/**\n * Transitive dependencies of `@payloadcms/ui` and `payload` that need to be\n * pre-bundled for the client. Vite's auto-discovery doesn't reliably pick\n * these up because their parent packages are in `optimizeDeps.exclude`, so we\n * list them explicitly using the `parent > child` syntax.\n *\n * Each entry below fixes a specific late-discovery re-optimization: without it,\n * Vite discovers the dep *after* its initial crawl, forcing a full dep\n * re-optimization mid-session that 404s in-flight `.vite/deps/*` chunks and\n * remounts the admin (dropping client state). This is why the list can't simply\n * be deleted — it is the \"complete first pass\" for the admin's dep graph.\n */\nexport const optimizeDepsIncludeDefaults: string[] = [\n '@payloadcms/ui > sonner',\n '@payloadcms/ui > @faceless-ui/modal',\n '@payloadcms/ui > @faceless-ui/window-info',\n '@payloadcms/ui > @faceless-ui/scroll-info',\n '@payloadcms/ui > @dnd-kit/core',\n '@payloadcms/ui > @dnd-kit/sortable',\n '@payloadcms/ui > @dnd-kit/utilities',\n '@payloadcms/ui > react-datepicker',\n '@payloadcms/ui > react-select',\n '@payloadcms/ui > react-select/creatable',\n '@payloadcms/ui > react-image-crop',\n '@payloadcms/ui > @monaco-editor/react',\n '@payloadcms/ui > date-fns',\n '@payloadcms/ui > date-fns/transpose',\n '@payloadcms/ui > @date-fns/tz/date/mini',\n '@payloadcms/ui > uuid',\n '@payloadcms/ui > use-context-selector',\n '@payloadcms/ui > bson-objectid',\n '@payloadcms/ui > dequal',\n '@payloadcms/ui > object-to-formdata',\n '@payloadcms/ui > md5',\n 'payload > deepmerge',\n 'payload > pluralize',\n // `scheduler` is a transitive dep of `react-dom`, not a direct dependency of\n // the app, so a bare `'scheduler'` specifier fails to resolve from an isolated\n // install (`test/node_modules` built with `pnpm i --ignore-workspace`), where\n // it isn't hoisted to the top level. Path it through `react-dom` so the\n // optimizer resolves the exact copy the runtime loads.\n 'react-dom > scheduler',\n // `@payloadcms/ui` (in `optimizeDeps.exclude`) ships compiled output that the\n // React Compiler rewrote to `import { c } from 'react/compiler-runtime'`.\n // Because its parent is excluded, the optimizer never crawls in to discover\n // this entry, so Vite serves `react/compiler-runtime` raw. That file is\n // CommonJS (`module.exports = require(...)`), so the named `c` export can't be\n // statically extracted and every client component throws \"does not provide an\n // export named 'c'\". Pre-bundling it lets esbuild synthesize the named export.\n 'react/compiler-runtime',\n // Transitive deps that Vite otherwise discovers *after* the initial crawl\n // (react-select pulls in @floating-ui at runtime; react-is is reached via\n // react-transition-group/prop-types; the default date-fns locale is loaded\n // through a dynamic `date-fns/locale/${key}` import). A late discovery forces\n // a full dep re-optimization mid-session, which 404s every in-flight\n // `.vite/deps/*` chunk (\"Pre-transform error: file does not exist in the\n // optimize deps directory\") and breaks the admin UI in CI cold starts.\n // Pre-bundling them keeps the first optimization pass complete.\n '@payloadcms/ui > react-select > @floating-ui/dom',\n '@payloadcms/ui > react-select > @floating-ui/dom > @floating-ui/core',\n '@payloadcms/ui > react-select > prop-types > react-is',\n '@payloadcms/ui > date-fns/locale/en-US',\n // Further late discoveries observed re-optimizing mid-run in CI cold starts\n // (see CI logs: \"✨ new dependencies optimized: @dnd-kit/modifiers / ajv /\n // dequal/lite\"). The modular dashboard pulls in `@dnd-kit/modifiers` on first\n // render; form-state diffing reaches `dequal/lite` (a distinct entry point\n // from the already-listed `dequal`); client-side field validation reaches\n // `ajv` *through `payload`* — it is `ssrExternal` server-side but still\n // bundled into the client, and must be pathed via `payload` so the optimizer\n // pre-bundles the exact copy the runtime loads.\n '@payloadcms/ui > @dnd-kit/modifiers',\n '@payloadcms/ui > dequal/lite',\n 'payload > ajv',\n // The storage client-upload suites (esp. vercel-blob) crawl part of the\n // `payload` server runtime into the client bundle and discover these late,\n // triggering several \"optimized dependencies changed. reloading\" waves that\n // reload the page mid-test (the bulk-upload drawer's Create New button /\n // dropzone vanish and the direct-to-bucket PUT never fires). Pre-bundle the\n // whole observed set so the first pass is complete.\n 'payload > undici',\n 'payload > jose',\n 'payload > dataloader',\n 'payload > path-to-regexp',\n 'payload > console-table-printer',\n 'payload > ci-info',\n 'payload > image-size',\n 'payload > image-size/fromFile',\n 'payload > ipaddr.js',\n 'payload > range-parser',\n 'payload > sanitize-filename',\n]\n"],"names":["optimizeDepsExcludeDefaults","optimizeDepsIncludeDefaults"],"mappings":"AAAA;;;CAGC,GAED;;;;;CAKC,GACD,OAAO,MAAMA,8BAAwC;IACnD;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA,kEAAkE;IAClE,mEAAmE;IACnE,gEAAgE;IAChE,sEAAsE;IACtE,6DAA6D;IAC7D;IACA;IACA;IACA;CACD,CAAA;AAED;;;;;;;;;;;CAWC,GACD,OAAO,MAAMC,8BAAwC;IACnD;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA,6EAA6E;IAC7E,+EAA+E;IAC/E,8EAA8E;IAC9E,wEAAwE;IACxE,uDAAuD;IACvD;IACA,8EAA8E;IAC9E,0EAA0E;IAC1E,4EAA4E;IAC5E,wEAAwE;IACxE,+EAA+E;IAC/E,8EAA8E;IAC9E,+EAA+E;IAC/E;IACA,0EAA0E;IAC1E,0EAA0E;IAC1E,2EAA2E;IAC3E,8EAA8E;IAC9E,qEAAqE;IACrE,yEAAyE;IACzE,uEAAuE;IACvE,gEAAgE;IAChE;IACA;IACA;IACA;IACA,4EAA4E;IAC5E,0EAA0E;IAC1E,8EAA8E;IAC9E,2EAA2E;IAC3E,0EAA0E;IAC1E,wEAAwE;IACxE,6EAA6E;IAC7E,gDAAgD;IAChD;IACA;IACA;IACA,wEAAwE;IACxE,2EAA2E;IAC3E,4EAA4E;IAC5E,yEAAyE;IACzE,4EAA4E;IAC5E,oDAAoD;IACpD;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;CACD,CAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SCSS `@import`/`@use` importers applied for every Payload consumer.
|
|
3
|
+
*
|
|
4
|
+
* Resolves webpack-style `~@payloadcms/...` tilde specifiers (emitted by
|
|
5
|
+
* first-party Payload package styles, e.g. `@payloadcms/richtext-slate`) to the
|
|
6
|
+
* installed package via Node resolution. Because it goes through the package's
|
|
7
|
+
* `exports` map, it picks the workspace `src` scss in the monorepo and the
|
|
8
|
+
* published `dist` scss in a consumer install automatically — no per-app
|
|
9
|
+
* `findFileUrl` shim needed.
|
|
10
|
+
*/
|
|
11
|
+
export declare const payloadScssImporters: {
|
|
12
|
+
findFileUrl(url: string): null | URL;
|
|
13
|
+
}[];
|
|
14
|
+
//# sourceMappingURL=scss.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scss.d.ts","sourceRoot":"","sources":["../../../src/vite/config/scss.ts"],"names":[],"mappings":"AAKA;;;;;;;;;GASG;AACH,eAAO,MAAM,oBAAoB;qBAEZ,MAAM,GAAG,IAAI,GAAG,GAAG;GAWvC,CAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { createRequire } from 'node:module';
|
|
2
|
+
import { pathToFileURL } from 'node:url';
|
|
3
|
+
const require = createRequire(import.meta.url);
|
|
4
|
+
/**
|
|
5
|
+
* SCSS `@import`/`@use` importers applied for every Payload consumer.
|
|
6
|
+
*
|
|
7
|
+
* Resolves webpack-style `~@payloadcms/...` tilde specifiers (emitted by
|
|
8
|
+
* first-party Payload package styles, e.g. `@payloadcms/richtext-slate`) to the
|
|
9
|
+
* installed package via Node resolution. Because it goes through the package's
|
|
10
|
+
* `exports` map, it picks the workspace `src` scss in the monorepo and the
|
|
11
|
+
* published `dist` scss in a consumer install automatically — no per-app
|
|
12
|
+
* `findFileUrl` shim needed.
|
|
13
|
+
*/ export const payloadScssImporters = [
|
|
14
|
+
{
|
|
15
|
+
findFileUrl (url) {
|
|
16
|
+
if (!url.startsWith('~@payloadcms/')) {
|
|
17
|
+
return null;
|
|
18
|
+
}
|
|
19
|
+
try {
|
|
20
|
+
return pathToFileURL(require.resolve(url.slice(1)));
|
|
21
|
+
} catch {
|
|
22
|
+
return null;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/vite/config/scss.ts"],"sourcesContent":["import { createRequire } from 'node:module'\nimport { pathToFileURL } from 'node:url'\n\nconst require = createRequire(import.meta.url)\n\n/**\n * SCSS `@import`/`@use` importers applied for every Payload consumer.\n *\n * Resolves webpack-style `~@payloadcms/...` tilde specifiers (emitted by\n * first-party Payload package styles, e.g. `@payloadcms/richtext-slate`) to the\n * installed package via Node resolution. Because it goes through the package's\n * `exports` map, it picks the workspace `src` scss in the monorepo and the\n * published `dist` scss in a consumer install automatically — no per-app\n * `findFileUrl` shim needed.\n */\nexport const payloadScssImporters = [\n {\n findFileUrl(url: string): null | URL {\n if (!url.startsWith('~@payloadcms/')) {\n return null\n }\n try {\n return pathToFileURL(require.resolve(url.slice(1)))\n } catch {\n return null\n }\n },\n },\n]\n"],"names":["createRequire","pathToFileURL","require","url","payloadScssImporters","findFileUrl","startsWith","resolve","slice"],"mappings":"AAAA,SAASA,aAAa,QAAQ,cAAa;AAC3C,SAASC,aAAa,QAAQ,WAAU;AAExC,MAAMC,UAAUF,cAAc,YAAYG,GAAG;AAE7C;;;;;;;;;CASC,GACD,OAAO,MAAMC,uBAAuB;IAClC;QACEC,aAAYF,GAAW;YACrB,IAAI,CAACA,IAAIG,UAAU,CAAC,kBAAkB;gBACpC,OAAO;YACT;YACA,IAAI;gBACF,OAAOL,cAAcC,QAAQK,OAAO,CAACJ,IAAIK,KAAK,CAAC;YACjD,EAAE,OAAM;gBACN,OAAO;YACT;QACF;IACF;CACD,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"importProtection.d.ts","sourceRoot":"","sources":["../../src/vite/importProtection.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,CAoB7D,CAAA;AAED;;;;GAIG;AACH,wBAAgB,2BAA2B,CAAC,SAAS,EAAE,OAAO,GAAG,OAAO,GAAG,IAAI,
|
|
1
|
+
{"version":3,"file":"importProtection.d.ts","sourceRoot":"","sources":["../../src/vite/importProtection.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,CAoB7D,CAAA;AAED;;;;GAIG;AACH,wBAAgB,2BAA2B,CAAC,SAAS,EAAE,OAAO,GAAG,OAAO,GAAG,IAAI,CAwC9E;AAED,eAAO,MAAM,sCAAsC,EAAE,MAAM,EAAsC,CAAA"}
|
|
@@ -30,8 +30,12 @@ import { builtinModules } from 'node:module';
|
|
|
30
30
|
* to permit even when they appear to cross a server/client boundary.
|
|
31
31
|
*/ export function onImportProtectionViolation(violation) {
|
|
32
32
|
const info = violation;
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
// Payload's `.client.*` components must be server-rendered, so exempt them from
|
|
34
|
+
// TanStack's default `**/*.client.*` SSR denial. Matched by resolved path
|
|
35
|
+
// (installed and linked/monorepo) so a host's own `.client.*` files stay
|
|
36
|
+
// protected.
|
|
37
|
+
const payloadClientFile = /@payloadcms\/|\/packages\/(?:ui|richtext-lexical|richtext-slate|plugin-[^/]+)\//;
|
|
38
|
+
if (info.envType === 'server' && info.resolved?.includes('.client.') && payloadClientFile.test(info.resolved)) {
|
|
35
39
|
return false;
|
|
36
40
|
}
|
|
37
41
|
if (info.importer.includes('/richtext-lexical/') && info.importer.includes('/field/Diff/')) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/vite/importProtection.ts"],"sourcesContent":["import { builtinModules } from 'node:module'\n\n/**\n * Specifiers that must never appear in the client module graph. These are the\n * server-only Payload entry points plus Node.js built-ins and a handful of\n * Node-only npm packages that Payload pulls in transitively.\n */\nexport const serverOnlyClientSpecifiers: Array<RegExp | string> = [\n /^node:/,\n new RegExp(`^(${builtinModules.join('|')})(\\\\/|$)`),\n '@payload-config',\n /^@payloadcms\\/next\\/rsc/,\n /^@payloadcms\\/richtext-lexical\\/rsc/,\n /^@payloadcms\\/richtext-slate\\/rsc/,\n '@payloadcms/ui/server',\n /^@payloadcms\\/tanstack-start\\/(layouts|rsc|server|views\\/server)/,\n 'sharp',\n 'busboy',\n 'croner',\n 'pino',\n 'pino-pretty',\n 'prompts',\n 'ws',\n 'undici',\n 'get-tsconfig',\n /^file-type/,\n /^react-dom\\/server/,\n]\n\n/**\n * Allowlist callback for the `tanstackStart` plugin's import-protection. These\n * are the legitimate cross-environment imports in our monorepo that we want\n * to permit even when they appear to cross a server/client boundary.\n */\nexport function onImportProtectionViolation(violation: unknown): boolean | void {\n const info = violation as {\n envType: 'client' | 'server'\n importer: string\n resolved?: string\n }\n\n const
|
|
1
|
+
{"version":3,"sources":["../../src/vite/importProtection.ts"],"sourcesContent":["import { builtinModules } from 'node:module'\n\n/**\n * Specifiers that must never appear in the client module graph. These are the\n * server-only Payload entry points plus Node.js built-ins and a handful of\n * Node-only npm packages that Payload pulls in transitively.\n */\nexport const serverOnlyClientSpecifiers: Array<RegExp | string> = [\n /^node:/,\n new RegExp(`^(${builtinModules.join('|')})(\\\\/|$)`),\n '@payload-config',\n /^@payloadcms\\/next\\/rsc/,\n /^@payloadcms\\/richtext-lexical\\/rsc/,\n /^@payloadcms\\/richtext-slate\\/rsc/,\n '@payloadcms/ui/server',\n /^@payloadcms\\/tanstack-start\\/(layouts|rsc|server|views\\/server)/,\n 'sharp',\n 'busboy',\n 'croner',\n 'pino',\n 'pino-pretty',\n 'prompts',\n 'ws',\n 'undici',\n 'get-tsconfig',\n /^file-type/,\n /^react-dom\\/server/,\n]\n\n/**\n * Allowlist callback for the `tanstackStart` plugin's import-protection. These\n * are the legitimate cross-environment imports in our monorepo that we want\n * to permit even when they appear to cross a server/client boundary.\n */\nexport function onImportProtectionViolation(violation: unknown): boolean | void {\n const info = violation as {\n envType: 'client' | 'server'\n importer: string\n resolved?: string\n }\n\n // Payload's `.client.*` components must be server-rendered, so exempt them from\n // TanStack's default `**/*.client.*` SSR denial. Matched by resolved path\n // (installed and linked/monorepo) so a host's own `.client.*` files stay\n // protected.\n const payloadClientFile =\n /@payloadcms\\/|\\/packages\\/(?:ui|richtext-lexical|richtext-slate|plugin-[^/]+)\\//\n\n if (\n info.envType === 'server' &&\n info.resolved?.includes('.client.') &&\n payloadClientFile.test(info.resolved)\n ) {\n return false\n }\n\n if (info.importer.includes('/richtext-lexical/') && info.importer.includes('/field/Diff/')) {\n return false\n }\n\n if (info.importer.includes('/packages/payload/') || info.importer.includes('/payload/dist/')) {\n return false\n }\n\n if (\n info.importer.includes('@payloadcms/ui') &&\n (info.importer.includes('/exports/rsc/') || info.importer.includes('/rsc/index'))\n ) {\n return false\n }\n\n if (info.envType === 'server' && info.importer.includes('vite-rsc/client-references')) {\n return false\n }\n}\n\nexport const defaultImportProtectionIgnoreImporters: RegExp[] = [/^src\\/importMap\\.js(?:\\?.*)?$/]\n"],"names":["builtinModules","serverOnlyClientSpecifiers","RegExp","join","onImportProtectionViolation","violation","info","payloadClientFile","envType","resolved","includes","test","importer","defaultImportProtectionIgnoreImporters"],"mappings":"AAAA,SAASA,cAAc,QAAQ,cAAa;AAE5C;;;;CAIC,GACD,OAAO,MAAMC,6BAAqD;IAChE;IACA,IAAIC,OAAO,CAAC,EAAE,EAAEF,eAAeG,IAAI,CAAC,KAAK,QAAQ,CAAC;IAClD;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;CACD,CAAA;AAED;;;;CAIC,GACD,OAAO,SAASC,4BAA4BC,SAAkB;IAC5D,MAAMC,OAAOD;IAMb,gFAAgF;IAChF,0EAA0E;IAC1E,yEAAyE;IACzE,aAAa;IACb,MAAME,oBACJ;IAEF,IACED,KAAKE,OAAO,KAAK,YACjBF,KAAKG,QAAQ,EAAEC,SAAS,eACxBH,kBAAkBI,IAAI,CAACL,KAAKG,QAAQ,GACpC;QACA,OAAO;IACT;IAEA,IAAIH,KAAKM,QAAQ,CAACF,QAAQ,CAAC,yBAAyBJ,KAAKM,QAAQ,CAACF,QAAQ,CAAC,iBAAiB;QAC1F,OAAO;IACT;IAEA,IAAIJ,KAAKM,QAAQ,CAACF,QAAQ,CAAC,yBAAyBJ,KAAKM,QAAQ,CAACF,QAAQ,CAAC,mBAAmB;QAC5F,OAAO;IACT;IAEA,IACEJ,KAAKM,QAAQ,CAACF,QAAQ,CAAC,qBACtBJ,CAAAA,KAAKM,QAAQ,CAACF,QAAQ,CAAC,oBAAoBJ,KAAKM,QAAQ,CAACF,QAAQ,CAAC,aAAY,GAC/E;QACA,OAAO;IACT;IAEA,IAAIJ,KAAKE,OAAO,KAAK,YAAYF,KAAKM,QAAQ,CAACF,QAAQ,CAAC,+BAA+B;QACrF,OAAO;IACT;AACF;AAEA,OAAO,MAAMG,yCAAmD;IAAC;CAAgC,CAAA"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import type { ConfigEnv, UserConfig, UserConfigFnObject } from 'vite';
|
|
2
|
+
import { tanstackStart } from '@tanstack/react-start/plugin/vite';
|
|
3
|
+
import viteReact from '@vitejs/plugin-react';
|
|
4
|
+
import rsc from '@vitejs/plugin-rsc';
|
|
5
|
+
export type WithPayloadOptions = {
|
|
6
|
+
/** Extra import-protection `ignoreImporters` patterns for the TanStack Start plugin. */
|
|
7
|
+
additionalIgnoreImporters?: RegExp[];
|
|
8
|
+
/** Path to the user's `payload.config.ts` (required) */
|
|
9
|
+
payloadConfigPath: string;
|
|
10
|
+
/** TanStack router routes directory relative to `srcDirectory`. Defaults to `'app'` */
|
|
11
|
+
routesDirectory?: string;
|
|
12
|
+
/** Silence Vite warnings about third-party dependency sourcemaps. Defaults to `true`. */
|
|
13
|
+
silenceDependencyWarnings?: boolean;
|
|
14
|
+
/** TanStack source directory. Defaults to `'src'` */
|
|
15
|
+
srcDirectory?: string;
|
|
16
|
+
/** Extra Vite config deep-merged over the Payload defaults. Ignored in `build` mode. */
|
|
17
|
+
vite?: UserConfig;
|
|
18
|
+
};
|
|
19
|
+
/** The options Payload's admin requires for each third-party plugin. */
|
|
20
|
+
export type PayloadPluginOptions = {
|
|
21
|
+
react: NonNullable<Parameters<typeof viteReact>[0]>;
|
|
22
|
+
rsc: NonNullable<Parameters<typeof rsc>[0]>;
|
|
23
|
+
tanstackStart: NonNullable<Parameters<typeof tanstackStart>[0]>;
|
|
24
|
+
};
|
|
25
|
+
export type WithPayloadBuilderContext = {
|
|
26
|
+
/** Payload's base Vite config; `plugins` holds Payload's workaround plugins only. */
|
|
27
|
+
config: UserConfig;
|
|
28
|
+
env: ConfigEnv;
|
|
29
|
+
/** Options to pass to the `viteReact`/`rsc`/`tanstackStart` factories you import. */
|
|
30
|
+
pluginOptions: PayloadPluginOptions;
|
|
31
|
+
};
|
|
32
|
+
/** Assembles the final Vite config from Payload's base config and plugin options. */
|
|
33
|
+
export type WithPayloadBuilder = (context: WithPayloadBuilderContext) => UserConfig;
|
|
34
|
+
/**
|
|
35
|
+
* Vite config helper for Payload + TanStack Start; the counterpart to Next.js'
|
|
36
|
+
* `withPayload`.
|
|
37
|
+
*
|
|
38
|
+
* Zero-config — Payload instantiates the RSC, React, and TanStack Start plugins:
|
|
39
|
+
*
|
|
40
|
+
* ```ts
|
|
41
|
+
* export default withPayload({ payloadConfigPath: './src/payload.config.ts' })
|
|
42
|
+
* ```
|
|
43
|
+
*
|
|
44
|
+
* Guest mode — pass a `build` callback to instantiate them yourself (one copy of
|
|
45
|
+
* each; `@vitejs/plugin-rsc` is a hard singleton):
|
|
46
|
+
*
|
|
47
|
+
* ```ts
|
|
48
|
+
* export default withPayload(
|
|
49
|
+
* { payloadConfigPath: './src/payload.config.ts' },
|
|
50
|
+
* ({ config, pluginOptions }) => ({
|
|
51
|
+
* ...config,
|
|
52
|
+
* plugins: [
|
|
53
|
+
* ...config.plugins,
|
|
54
|
+
* rsc(pluginOptions.rsc),
|
|
55
|
+
* tanstackStart(pluginOptions.tanstackStart),
|
|
56
|
+
* viteReact(pluginOptions.react),
|
|
57
|
+
* ],
|
|
58
|
+
* }),
|
|
59
|
+
* )
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
export declare function withPayload(options: WithPayloadOptions, build?: WithPayloadBuilder): UserConfigFnObject;
|
|
63
|
+
/** `@vitejs/plugin-rsc` options for Payload: `serverHandler: false` (TanStack owns the handler). */
|
|
64
|
+
export declare function payloadRscOptions(): NonNullable<Parameters<typeof rsc>[0]>;
|
|
65
|
+
/** `@vitejs/plugin-react` options for Payload: transform every `.[jt]sx?` file. */
|
|
66
|
+
export declare function payloadReactOptions(): NonNullable<Parameters<typeof viteReact>[0]>;
|
|
67
|
+
export type PayloadTanstackStartOptionsArgs = {
|
|
68
|
+
/** Additional import-protection `ignoreImporters` patterns. */
|
|
69
|
+
additionalIgnoreImporters?: RegExp[];
|
|
70
|
+
/** TanStack router routes directory relative to `srcDirectory`. Defaults to `'app'`. */
|
|
71
|
+
routesDirectory?: string;
|
|
72
|
+
/** TanStack source directory. Defaults to `'src'`. */
|
|
73
|
+
srcDirectory?: string;
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* The `tanstackStart` options Payload's admin requires (import-protection and
|
|
77
|
+
* code-splitting). TanStack Start is one-per-app, so a host that already runs it
|
|
78
|
+
* should merge these into its single `tanstackStart` call.
|
|
79
|
+
*/
|
|
80
|
+
export declare function payloadTanstackStartOptions(args?: PayloadTanstackStartOptionsArgs): NonNullable<Parameters<typeof tanstackStart>[0]>;
|
|
81
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/vite/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAwB,UAAU,EAAE,kBAAkB,EAAE,MAAM,MAAM,CAAA;AAE3F,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAA;AACjE,OAAO,SAAS,MAAM,sBAAsB,CAAA;AAC5C,OAAO,GAAG,MAAM,oBAAoB,CAAA;AA0DpC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,wFAAwF;IACxF,yBAAyB,CAAC,EAAE,MAAM,EAAE,CAAA;IACpC,wDAAwD;IACxD,iBAAiB,EAAE,MAAM,CAAA;IACzB,uFAAuF;IACvF,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,yFAAyF;IACzF,yBAAyB,CAAC,EAAE,OAAO,CAAA;IACnC,qDAAqD;IACrD,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,wFAAwF;IACxF,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB,CAAA;AAED,wEAAwE;AACxE,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,WAAW,CAAC,UAAU,CAAC,OAAO,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;IACnD,GAAG,EAAE,WAAW,CAAC,UAAU,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;IAC3C,aAAa,EAAE,WAAW,CAAC,UAAU,CAAC,OAAO,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;CAChE,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG;IACtC,qFAAqF;IACrF,MAAM,EAAE,UAAU,CAAA;IAClB,GAAG,EAAE,SAAS,CAAA;IACd,qFAAqF;IACrF,aAAa,EAAE,oBAAoB,CAAA;CACpC,CAAA;AAED,qFAAqF;AACrF,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,EAAE,yBAAyB,KAAK,UAAU,CAAA;AAEnF;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,wBAAgB,WAAW,CACzB,OAAO,EAAE,kBAAkB,EAC3B,KAAK,CAAC,EAAE,kBAAkB,GACzB,kBAAkB,CAiGpB;AAED,oGAAoG;AACpG,wBAAgB,iBAAiB,IAAI,WAAW,CAAC,UAAU,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAE1E;AAED,mFAAmF;AACnF,wBAAgB,mBAAmB,IAAI,WAAW,CAAC,UAAU,CAAC,OAAO,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAElF;AAED,MAAM,MAAM,+BAA+B,GAAG;IAC5C,+DAA+D;IAC/D,yBAAyB,CAAC,EAAE,MAAM,EAAE,CAAA;IACpC,wFAAwF;IACxF,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,sDAAsD;IACtD,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB,CAAA;AAED;;;;GAIG;AACH,wBAAgB,2BAA2B,CACzC,IAAI,GAAE,+BAAoC,GACzC,WAAW,CAAC,UAAU,CAAC,OAAO,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CA8BlD"}
|
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
import { tanstackStart } from '@tanstack/react-start/plugin/vite';
|
|
2
|
+
import viteReact from '@vitejs/plugin-react';
|
|
3
|
+
import rsc from '@vitejs/plugin-rsc';
|
|
4
|
+
import path from 'node:path';
|
|
5
|
+
import { createLogger, mergeConfig } from 'vite';
|
|
6
|
+
import { payloadNoExternalPatterns, ssrExternalPackages } from './config/external.js';
|
|
7
|
+
import { optimizeDepsExcludeDefaults, optimizeDepsIncludeDefaults } from './config/optimizeDeps.js';
|
|
8
|
+
import { payloadScssImporters } from './config/scss.js';
|
|
9
|
+
import { defaultImportProtectionIgnoreImporters, onImportProtectionViolation, serverOnlyClientSpecifiers } from './importProtection.js';
|
|
10
|
+
import { clientModuleResolution } from './workarounds/clientModuleResolution.js';
|
|
11
|
+
import { payloadDevTransforms } from './workarounds/devTransforms.js';
|
|
12
|
+
import { reactDomServerInRsc } from './workarounds/reactDomServerInRsc.js';
|
|
13
|
+
import { ssrStripDistStyleImports } from './workarounds/stripDistStyleImports.js';
|
|
14
|
+
import { stubPrettierInClient } from './workarounds/stubPrettierInClient.js';
|
|
15
|
+
import { wrapCjsForClient } from './workarounds/wrapCjsForClient.js';
|
|
16
|
+
/**
|
|
17
|
+
* Vite dependency warnings Payload consumers can't act on: third-party packages
|
|
18
|
+
* ship sourcemaps whose original sources aren't published, so Vite warns on
|
|
19
|
+
* every one. Suppressed by default (see `silenceDependencyWarnings`).
|
|
20
|
+
*/ const suppressibleWarningPatterns = [
|
|
21
|
+
'points to missing source files',
|
|
22
|
+
'Sourcemap for'
|
|
23
|
+
];
|
|
24
|
+
/**
|
|
25
|
+
* Wraps a Vite logger so warnings matching {@link suppressibleWarningPatterns}
|
|
26
|
+
* are dropped. Mutates and returns the given logger (or a fresh default one).
|
|
27
|
+
*/ function withQuietedDependencyWarnings(existing) {
|
|
28
|
+
const logger = existing ?? createLogger();
|
|
29
|
+
const shouldSuppress = (msg)=>typeof msg === 'string' && suppressibleWarningPatterns.some((pattern)=>msg.includes(pattern));
|
|
30
|
+
const baseWarn = logger.warn.bind(logger);
|
|
31
|
+
const baseWarnOnce = logger.warnOnce.bind(logger);
|
|
32
|
+
logger.warn = (msg, options)=>{
|
|
33
|
+
if (!shouldSuppress(msg)) {
|
|
34
|
+
baseWarn(msg, options);
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
logger.warnOnce = (msg, options)=>{
|
|
38
|
+
if (!shouldSuppress(msg)) {
|
|
39
|
+
baseWarnOnce(msg, options);
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
return logger;
|
|
43
|
+
}
|
|
44
|
+
/** Applies dependency-warning suppression to a config in place when enabled. */ function applyDependencyWarningSuppression(config, enabled) {
|
|
45
|
+
if (enabled) {
|
|
46
|
+
config.customLogger = withQuietedDependencyWarnings(config.customLogger);
|
|
47
|
+
}
|
|
48
|
+
return config;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Vite config helper for Payload + TanStack Start; the counterpart to Next.js'
|
|
52
|
+
* `withPayload`.
|
|
53
|
+
*
|
|
54
|
+
* Zero-config — Payload instantiates the RSC, React, and TanStack Start plugins:
|
|
55
|
+
*
|
|
56
|
+
* ```ts
|
|
57
|
+
* export default withPayload({ payloadConfigPath: './src/payload.config.ts' })
|
|
58
|
+
* ```
|
|
59
|
+
*
|
|
60
|
+
* Guest mode — pass a `build` callback to instantiate them yourself (one copy of
|
|
61
|
+
* each; `@vitejs/plugin-rsc` is a hard singleton):
|
|
62
|
+
*
|
|
63
|
+
* ```ts
|
|
64
|
+
* export default withPayload(
|
|
65
|
+
* { payloadConfigPath: './src/payload.config.ts' },
|
|
66
|
+
* ({ config, pluginOptions }) => ({
|
|
67
|
+
* ...config,
|
|
68
|
+
* plugins: [
|
|
69
|
+
* ...config.plugins,
|
|
70
|
+
* rsc(pluginOptions.rsc),
|
|
71
|
+
* tanstackStart(pluginOptions.tanstackStart),
|
|
72
|
+
* viteReact(pluginOptions.react),
|
|
73
|
+
* ],
|
|
74
|
+
* }),
|
|
75
|
+
* )
|
|
76
|
+
* ```
|
|
77
|
+
*/ export function withPayload(options, build) {
|
|
78
|
+
const { additionalIgnoreImporters = [], payloadConfigPath, routesDirectory = 'app', silenceDependencyWarnings = true, srcDirectory = 'src', vite } = options;
|
|
79
|
+
return (env)=>{
|
|
80
|
+
const base = {
|
|
81
|
+
build: {
|
|
82
|
+
cssMinify: 'esbuild'
|
|
83
|
+
},
|
|
84
|
+
css: {
|
|
85
|
+
preprocessorOptions: {
|
|
86
|
+
scss: {
|
|
87
|
+
importers: payloadScssImporters,
|
|
88
|
+
silenceDeprecations: [
|
|
89
|
+
'import',
|
|
90
|
+
'global-builtin'
|
|
91
|
+
]
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
define: {
|
|
96
|
+
global: 'globalThis'
|
|
97
|
+
},
|
|
98
|
+
environments: {
|
|
99
|
+
rsc: {
|
|
100
|
+
build: {
|
|
101
|
+
rollupOptions: {
|
|
102
|
+
external: ssrExternalPackages
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
resolve: {
|
|
106
|
+
noExternal: payloadNoExternalPatterns
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
ssr: {
|
|
110
|
+
build: {
|
|
111
|
+
rollupOptions: {
|
|
112
|
+
external: ssrExternalPackages
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
resolve: {
|
|
116
|
+
noExternal: payloadNoExternalPatterns
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
optimizeDeps: {
|
|
121
|
+
exclude: optimizeDepsExcludeDefaults,
|
|
122
|
+
include: optimizeDepsIncludeDefaults
|
|
123
|
+
},
|
|
124
|
+
// Payload's internal workaround plugins only. The RSC, TanStack Start, and
|
|
125
|
+
// React plugins are appended below (default form) or by the consumer's
|
|
126
|
+
// `build` callback (guest form).
|
|
127
|
+
plugins: [
|
|
128
|
+
clientModuleResolution(),
|
|
129
|
+
wrapCjsForClient(),
|
|
130
|
+
ssrStripDistStyleImports(),
|
|
131
|
+
reactDomServerInRsc(),
|
|
132
|
+
stubPrettierInClient(),
|
|
133
|
+
payloadDevTransforms()
|
|
134
|
+
],
|
|
135
|
+
resolve: {
|
|
136
|
+
alias: [
|
|
137
|
+
{
|
|
138
|
+
find: '@payload-config',
|
|
139
|
+
replacement: path.resolve(payloadConfigPath)
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
dedupe: [
|
|
143
|
+
'react',
|
|
144
|
+
'react-dom',
|
|
145
|
+
'scheduler',
|
|
146
|
+
'@payloadcms/ui',
|
|
147
|
+
'@payloadcms/richtext-lexical'
|
|
148
|
+
],
|
|
149
|
+
extensions: [
|
|
150
|
+
'.mjs',
|
|
151
|
+
'.js',
|
|
152
|
+
'.mts',
|
|
153
|
+
'.ts',
|
|
154
|
+
'.jsx',
|
|
155
|
+
'.tsx',
|
|
156
|
+
'.json'
|
|
157
|
+
],
|
|
158
|
+
tsconfigPaths: true
|
|
159
|
+
},
|
|
160
|
+
ssr: {
|
|
161
|
+
external: ssrExternalPackages,
|
|
162
|
+
noExternal: payloadNoExternalPatterns
|
|
163
|
+
}
|
|
164
|
+
};
|
|
165
|
+
const pluginOptions = {
|
|
166
|
+
react: payloadReactOptions(),
|
|
167
|
+
rsc: payloadRscOptions(),
|
|
168
|
+
tanstackStart: payloadTanstackStartOptions({
|
|
169
|
+
additionalIgnoreImporters,
|
|
170
|
+
routesDirectory,
|
|
171
|
+
srcDirectory
|
|
172
|
+
})
|
|
173
|
+
};
|
|
174
|
+
if (build) {
|
|
175
|
+
return applyDependencyWarningSuppression(build({
|
|
176
|
+
config: base,
|
|
177
|
+
env,
|
|
178
|
+
pluginOptions
|
|
179
|
+
}), silenceDependencyWarnings);
|
|
180
|
+
}
|
|
181
|
+
base.plugins = [
|
|
182
|
+
...base.plugins,
|
|
183
|
+
rsc(pluginOptions.rsc),
|
|
184
|
+
tanstackStart(pluginOptions.tanstackStart),
|
|
185
|
+
viteReact(pluginOptions.react)
|
|
186
|
+
];
|
|
187
|
+
const merged = vite ? mergeConfig(base, vite) : base;
|
|
188
|
+
return applyDependencyWarningSuppression(merged, silenceDependencyWarnings);
|
|
189
|
+
};
|
|
190
|
+
}
|
|
191
|
+
/** `@vitejs/plugin-rsc` options for Payload: `serverHandler: false` (TanStack owns the handler). */ export function payloadRscOptions() {
|
|
192
|
+
return {
|
|
193
|
+
serverHandler: false
|
|
194
|
+
};
|
|
195
|
+
}
|
|
196
|
+
/** `@vitejs/plugin-react` options for Payload: transform every `.[jt]sx?` file. */ export function payloadReactOptions() {
|
|
197
|
+
return {
|
|
198
|
+
exclude: [],
|
|
199
|
+
include: /\.[jt]sx?$/
|
|
200
|
+
};
|
|
201
|
+
}
|
|
202
|
+
/**
|
|
203
|
+
* The `tanstackStart` options Payload's admin requires (import-protection and
|
|
204
|
+
* code-splitting). TanStack Start is one-per-app, so a host that already runs it
|
|
205
|
+
* should merge these into its single `tanstackStart` call.
|
|
206
|
+
*/ export function payloadTanstackStartOptions(args = {}) {
|
|
207
|
+
const { additionalIgnoreImporters = [], routesDirectory = 'app', srcDirectory = 'src' } = args;
|
|
208
|
+
return {
|
|
209
|
+
// No `server` rule: keep TanStack's default `.client.*` SSR protection for
|
|
210
|
+
// host files. Payload's own `.client.*` are exempted in
|
|
211
|
+
// `onImportProtectionViolation`.
|
|
212
|
+
importProtection: {
|
|
213
|
+
client: {
|
|
214
|
+
excludeFiles: [],
|
|
215
|
+
specifiers: serverOnlyClientSpecifiers
|
|
216
|
+
},
|
|
217
|
+
ignoreImporters: [
|
|
218
|
+
...defaultImportProtectionIgnoreImporters,
|
|
219
|
+
...additionalIgnoreImporters
|
|
220
|
+
],
|
|
221
|
+
include: [
|
|
222
|
+
'**/*'
|
|
223
|
+
],
|
|
224
|
+
mockAccess: 'warn',
|
|
225
|
+
onViolation: onImportProtectionViolation
|
|
226
|
+
},
|
|
227
|
+
// Disable per-route code-splitting so route components ship in the initial
|
|
228
|
+
// bundle and hydrate on first paint — otherwise the admin renders but isn't
|
|
229
|
+
// interactive until each lazy `?tsr-split=` chunk lands. `defaultBehavior:
|
|
230
|
+
// []` is the knob the splitter actually honours; `autoCodeSplitting: false`
|
|
231
|
+
// is a belt-and-braces signal (the plugin's schema strips it).
|
|
232
|
+
router: {
|
|
233
|
+
autoCodeSplitting: false,
|
|
234
|
+
codeSplittingOptions: {
|
|
235
|
+
defaultBehavior: []
|
|
236
|
+
},
|
|
237
|
+
// Ignore generated importMap files and colocated `*.functions.ts` modules
|
|
238
|
+
// (they define `createServerFn`s, not routes).
|
|
239
|
+
routeFileIgnorePattern: 'importMap\\.(?:js|server\\.ts)$|\\.functions\\.',
|
|
240
|
+
routesDirectory
|
|
241
|
+
},
|
|
242
|
+
rsc: {
|
|
243
|
+
enabled: true
|
|
244
|
+
},
|
|
245
|
+
srcDirectory
|
|
246
|
+
};
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/vite/index.ts"],"sourcesContent":["import type { ConfigEnv, Logger, PluginOption, UserConfig, UserConfigFnObject } from 'vite'\n\nimport { tanstackStart } from '@tanstack/react-start/plugin/vite'\nimport viteReact from '@vitejs/plugin-react'\nimport rsc from '@vitejs/plugin-rsc'\nimport path from 'node:path'\nimport { createLogger, mergeConfig } from 'vite'\n\nimport { payloadNoExternalPatterns, ssrExternalPackages } from './config/external.js'\nimport { optimizeDepsExcludeDefaults, optimizeDepsIncludeDefaults } from './config/optimizeDeps.js'\nimport { payloadScssImporters } from './config/scss.js'\nimport {\n defaultImportProtectionIgnoreImporters,\n onImportProtectionViolation,\n serverOnlyClientSpecifiers,\n} from './importProtection.js'\nimport { clientModuleResolution } from './workarounds/clientModuleResolution.js'\nimport { payloadDevTransforms } from './workarounds/devTransforms.js'\nimport { reactDomServerInRsc } from './workarounds/reactDomServerInRsc.js'\nimport { ssrStripDistStyleImports } from './workarounds/stripDistStyleImports.js'\nimport { stubPrettierInClient } from './workarounds/stubPrettierInClient.js'\nimport { wrapCjsForClient } from './workarounds/wrapCjsForClient.js'\n\n/**\n * Vite dependency warnings Payload consumers can't act on: third-party packages\n * ship sourcemaps whose original sources aren't published, so Vite warns on\n * every one. Suppressed by default (see `silenceDependencyWarnings`).\n */\nconst suppressibleWarningPatterns = ['points to missing source files', 'Sourcemap for']\n\n/**\n * Wraps a Vite logger so warnings matching {@link suppressibleWarningPatterns}\n * are dropped. Mutates and returns the given logger (or a fresh default one).\n */\nfunction withQuietedDependencyWarnings(existing?: Logger): Logger {\n const logger = existing ?? createLogger()\n const shouldSuppress = (msg: unknown): boolean =>\n typeof msg === 'string' && suppressibleWarningPatterns.some((pattern) => msg.includes(pattern))\n\n const baseWarn = logger.warn.bind(logger)\n const baseWarnOnce = logger.warnOnce.bind(logger)\n logger.warn = (msg, options) => {\n if (!shouldSuppress(msg)) {\n baseWarn(msg, options)\n }\n }\n logger.warnOnce = (msg, options) => {\n if (!shouldSuppress(msg)) {\n baseWarnOnce(msg, options)\n }\n }\n return logger\n}\n\n/** Applies dependency-warning suppression to a config in place when enabled. */\nfunction applyDependencyWarningSuppression(config: UserConfig, enabled: boolean): UserConfig {\n if (enabled) {\n config.customLogger = withQuietedDependencyWarnings(config.customLogger)\n }\n return config\n}\n\nexport type WithPayloadOptions = {\n /** Extra import-protection `ignoreImporters` patterns for the TanStack Start plugin. */\n additionalIgnoreImporters?: RegExp[]\n /** Path to the user's `payload.config.ts` (required) */\n payloadConfigPath: string\n /** TanStack router routes directory relative to `srcDirectory`. Defaults to `'app'` */\n routesDirectory?: string\n /** Silence Vite warnings about third-party dependency sourcemaps. Defaults to `true`. */\n silenceDependencyWarnings?: boolean\n /** TanStack source directory. Defaults to `'src'` */\n srcDirectory?: string\n /** Extra Vite config deep-merged over the Payload defaults. Ignored in `build` mode. */\n vite?: UserConfig\n}\n\n/** The options Payload's admin requires for each third-party plugin. */\nexport type PayloadPluginOptions = {\n react: NonNullable<Parameters<typeof viteReact>[0]>\n rsc: NonNullable<Parameters<typeof rsc>[0]>\n tanstackStart: NonNullable<Parameters<typeof tanstackStart>[0]>\n}\n\nexport type WithPayloadBuilderContext = {\n /** Payload's base Vite config; `plugins` holds Payload's workaround plugins only. */\n config: UserConfig\n env: ConfigEnv\n /** Options to pass to the `viteReact`/`rsc`/`tanstackStart` factories you import. */\n pluginOptions: PayloadPluginOptions\n}\n\n/** Assembles the final Vite config from Payload's base config and plugin options. */\nexport type WithPayloadBuilder = (context: WithPayloadBuilderContext) => UserConfig\n\n/**\n * Vite config helper for Payload + TanStack Start; the counterpart to Next.js'\n * `withPayload`.\n *\n * Zero-config — Payload instantiates the RSC, React, and TanStack Start plugins:\n *\n * ```ts\n * export default withPayload({ payloadConfigPath: './src/payload.config.ts' })\n * ```\n *\n * Guest mode — pass a `build` callback to instantiate them yourself (one copy of\n * each; `@vitejs/plugin-rsc` is a hard singleton):\n *\n * ```ts\n * export default withPayload(\n * { payloadConfigPath: './src/payload.config.ts' },\n * ({ config, pluginOptions }) => ({\n * ...config,\n * plugins: [\n * ...config.plugins,\n * rsc(pluginOptions.rsc),\n * tanstackStart(pluginOptions.tanstackStart),\n * viteReact(pluginOptions.react),\n * ],\n * }),\n * )\n * ```\n */\nexport function withPayload(\n options: WithPayloadOptions,\n build?: WithPayloadBuilder,\n): UserConfigFnObject {\n const {\n additionalIgnoreImporters = [],\n payloadConfigPath,\n routesDirectory = 'app',\n silenceDependencyWarnings = true,\n srcDirectory = 'src',\n vite,\n } = options\n\n return (env) => {\n const base: UserConfig = {\n build: {\n cssMinify: 'esbuild',\n },\n css: {\n preprocessorOptions: {\n scss: {\n importers: payloadScssImporters,\n silenceDeprecations: ['import', 'global-builtin'],\n } as any,\n },\n },\n define: {\n global: 'globalThis',\n },\n environments: {\n rsc: {\n build: { rollupOptions: { external: ssrExternalPackages } },\n resolve: { noExternal: payloadNoExternalPatterns },\n },\n ssr: {\n build: { rollupOptions: { external: ssrExternalPackages } },\n resolve: { noExternal: payloadNoExternalPatterns },\n },\n } as any,\n optimizeDeps: {\n exclude: optimizeDepsExcludeDefaults,\n include: optimizeDepsIncludeDefaults,\n },\n // Payload's internal workaround plugins only. The RSC, TanStack Start, and\n // React plugins are appended below (default form) or by the consumer's\n // `build` callback (guest form).\n plugins: [\n clientModuleResolution(),\n wrapCjsForClient(),\n ssrStripDistStyleImports(),\n reactDomServerInRsc(),\n stubPrettierInClient(),\n payloadDevTransforms(),\n ],\n resolve: {\n alias: [{ find: '@payload-config', replacement: path.resolve(payloadConfigPath) }],\n dedupe: [\n 'react',\n 'react-dom',\n 'scheduler',\n '@payloadcms/ui',\n '@payloadcms/richtext-lexical',\n ],\n extensions: ['.mjs', '.js', '.mts', '.ts', '.jsx', '.tsx', '.json'],\n tsconfigPaths: true,\n } as any,\n ssr: {\n external: ssrExternalPackages,\n noExternal: payloadNoExternalPatterns,\n },\n }\n\n const pluginOptions: PayloadPluginOptions = {\n react: payloadReactOptions(),\n rsc: payloadRscOptions(),\n tanstackStart: payloadTanstackStartOptions({\n additionalIgnoreImporters,\n routesDirectory,\n srcDirectory,\n }),\n }\n\n if (build) {\n return applyDependencyWarningSuppression(\n build({ config: base, env, pluginOptions }),\n silenceDependencyWarnings,\n )\n }\n\n base.plugins = [\n ...(base.plugins as PluginOption[]),\n rsc(pluginOptions.rsc),\n tanstackStart(pluginOptions.tanstackStart),\n viteReact(pluginOptions.react),\n ]\n\n const merged = vite ? mergeConfig(base, vite) : base\n\n return applyDependencyWarningSuppression(merged, silenceDependencyWarnings)\n }\n}\n\n/** `@vitejs/plugin-rsc` options for Payload: `serverHandler: false` (TanStack owns the handler). */\nexport function payloadRscOptions(): NonNullable<Parameters<typeof rsc>[0]> {\n return { serverHandler: false }\n}\n\n/** `@vitejs/plugin-react` options for Payload: transform every `.[jt]sx?` file. */\nexport function payloadReactOptions(): NonNullable<Parameters<typeof viteReact>[0]> {\n return { exclude: [], include: /\\.[jt]sx?$/ }\n}\n\nexport type PayloadTanstackStartOptionsArgs = {\n /** Additional import-protection `ignoreImporters` patterns. */\n additionalIgnoreImporters?: RegExp[]\n /** TanStack router routes directory relative to `srcDirectory`. Defaults to `'app'`. */\n routesDirectory?: string\n /** TanStack source directory. Defaults to `'src'`. */\n srcDirectory?: string\n}\n\n/**\n * The `tanstackStart` options Payload's admin requires (import-protection and\n * code-splitting). TanStack Start is one-per-app, so a host that already runs it\n * should merge these into its single `tanstackStart` call.\n */\nexport function payloadTanstackStartOptions(\n args: PayloadTanstackStartOptionsArgs = {},\n): NonNullable<Parameters<typeof tanstackStart>[0]> {\n const { additionalIgnoreImporters = [], routesDirectory = 'app', srcDirectory = 'src' } = args\n\n return {\n // No `server` rule: keep TanStack's default `.client.*` SSR protection for\n // host files. Payload's own `.client.*` are exempted in\n // `onImportProtectionViolation`.\n importProtection: {\n client: { excludeFiles: [], specifiers: serverOnlyClientSpecifiers },\n ignoreImporters: [...defaultImportProtectionIgnoreImporters, ...additionalIgnoreImporters],\n include: ['**/*'],\n mockAccess: 'warn',\n onViolation: onImportProtectionViolation,\n },\n // Disable per-route code-splitting so route components ship in the initial\n // bundle and hydrate on first paint — otherwise the admin renders but isn't\n // interactive until each lazy `?tsr-split=` chunk lands. `defaultBehavior:\n // []` is the knob the splitter actually honours; `autoCodeSplitting: false`\n // is a belt-and-braces signal (the plugin's schema strips it).\n router: {\n autoCodeSplitting: false,\n codeSplittingOptions: { defaultBehavior: [] },\n // Ignore generated importMap files and colocated `*.functions.ts` modules\n // (they define `createServerFn`s, not routes).\n routeFileIgnorePattern: 'importMap\\\\.(?:js|server\\\\.ts)$|\\\\.functions\\\\.',\n routesDirectory,\n } as any,\n rsc: { enabled: true },\n srcDirectory,\n }\n}\n"],"names":["tanstackStart","viteReact","rsc","path","createLogger","mergeConfig","payloadNoExternalPatterns","ssrExternalPackages","optimizeDepsExcludeDefaults","optimizeDepsIncludeDefaults","payloadScssImporters","defaultImportProtectionIgnoreImporters","onImportProtectionViolation","serverOnlyClientSpecifiers","clientModuleResolution","payloadDevTransforms","reactDomServerInRsc","ssrStripDistStyleImports","stubPrettierInClient","wrapCjsForClient","suppressibleWarningPatterns","withQuietedDependencyWarnings","existing","logger","shouldSuppress","msg","some","pattern","includes","baseWarn","warn","bind","baseWarnOnce","warnOnce","options","applyDependencyWarningSuppression","config","enabled","customLogger","withPayload","build","additionalIgnoreImporters","payloadConfigPath","routesDirectory","silenceDependencyWarnings","srcDirectory","vite","env","base","cssMinify","css","preprocessorOptions","scss","importers","silenceDeprecations","define","global","environments","rollupOptions","external","resolve","noExternal","ssr","optimizeDeps","exclude","include","plugins","alias","find","replacement","dedupe","extensions","tsconfigPaths","pluginOptions","react","payloadReactOptions","payloadRscOptions","payloadTanstackStartOptions","merged","serverHandler","args","importProtection","client","excludeFiles","specifiers","ignoreImporters","mockAccess","onViolation","router","autoCodeSplitting","codeSplittingOptions","defaultBehavior","routeFileIgnorePattern"],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clientModuleResolution.d.ts","sourceRoot":"","sources":["../../../src/vite/workarounds/clientModuleResolution.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,MAAM,CAAA;AAKxC;;;;;;;;;;GAUG;AACH,wBAAgB,sBAAsB,IAAI,YAAY,CA+ErD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/vite/workarounds/clientModuleResolution.ts"],"sourcesContent":["import type { PluginOption } from 'vite'\n\nimport fs from 'node:fs'\nimport path from 'node:path'\n\n/**\n * Client-side module resolution:\n * 1. Stubs RSC modules (`@payloadcms/.../rsc`) with no-op components so the\n * Vite optimizer never tries to bundle their server implementations.\n * 2. Redirects bare `payload` imports made from user code (outside of\n * `node_modules` and our own packages) to `payload/shared`. The main\n * `payload` entry has top-level side effects requiring Node.js APIs.\n * 3. Resolves `/client` subpath exports for `@payloadcms/plugin-*` and\n * `@payloadcms/storage-*` packages when normal Vite resolution fails in\n * monorepo dev (no `dist/` built yet).\n */\nexport function clientModuleResolution(): PluginOption {\n const stubPrefix = '\\0payload:server-stub:'\n\n const serverOnlyPatterns: RegExp[] = [\n /^@payloadcms\\/richtext-lexical\\/rsc$/,\n /^@payloadcms\\/richtext-slate\\/rsc$/,\n /^@payloadcms\\/next\\/rsc$/,\n /^@payloadcms\\/tanstack-start\\/rsc$/,\n ]\n\n const serverOnlyExports: Record<string, string[]> = {\n '@payloadcms/next/rsc': ['CollectionCards', 'HierarchyTypeFieldServer'],\n '@payloadcms/richtext-lexical/rsc': [\n 'RscEntryLexicalCell',\n 'RscEntryLexicalField',\n 'LexicalDiffComponent',\n ],\n '@payloadcms/tanstack-start/rsc': [\n 'CollectionCards',\n 'HierarchyTypeFieldServer',\n 'renderPayloadComponentOnServer',\n ],\n }\n\n return {\n name: 'payload:client-module-resolution',\n enforce: 'pre',\n load(id) {\n if (!id.startsWith(stubPrefix)) {\n return\n }\n const specifier = id.slice(stubPrefix.length)\n const exports = serverOnlyExports[specifier]\n if (exports) {\n return exports.map((name) => `export const ${name} = () => null;`).join('\\n')\n }\n return `export default null;`\n },\n async resolveId(id, importer, options) {\n if (options?.ssr) {\n return\n }\n\n if (serverOnlyPatterns.some((p) => p.test(id))) {\n return stubPrefix + id\n }\n\n if (id === 'payload' && importer && !importer.includes('/node_modules/')) {\n const isPayloadPackage = /\\/packages\\/(?:payload|ui|richtext-|tanstack-start|next)\\//.test(\n importer,\n )\n if (!isPayloadPackage) {\n return this.resolve('payload/shared', importer, { ...options, skipSelf: true })\n }\n }\n\n if (/^@payloadcms\\/(?:plugin|storage)-[^/]+\\/client$/.test(id)) {\n const resolved = await this.resolve(id, importer, { ...options, skipSelf: true })\n if (resolved) {\n return resolved\n }\n const pkgName = id.replace(/\\/client$/, '')\n const pkgResolved = await this.resolve(pkgName, importer, { ...options, skipSelf: true })\n if (pkgResolved) {\n const pkgDir = path.dirname(pkgResolved.id)\n const candidates = [\n path.resolve(pkgDir, 'src', 'exports', 'client.ts'),\n path.resolve(pkgDir, 'src', 'exports', 'client.js'),\n path.resolve(pkgDir, 'dist', 'exports', 'client.js'),\n ]\n for (const candidate of candidates) {\n if (fs.existsSync(candidate)) {\n return candidate\n }\n }\n }\n }\n },\n }\n}\n"],"names":["fs","path","clientModuleResolution","stubPrefix","serverOnlyPatterns","serverOnlyExports","name","enforce","load","id","startsWith","specifier","slice","length","exports","map","join","resolveId","importer","options","ssr","some","p","test","includes","isPayloadPackage","resolve","skipSelf","resolved","pkgName","replace","pkgResolved","pkgDir","dirname","candidates","candidate","existsSync"],"mappings":"AAEA,OAAOA,QAAQ,UAAS;AACxB,OAAOC,UAAU,YAAW;AAE5B;;;;;;;;;;CAUC,GACD,OAAO,SAASC;IACd,MAAMC,aAAa;IAEnB,MAAMC,qBAA+B;QACnC;QACA;QACA;QACA;KACD;IAED,MAAMC,oBAA8C;QAClD,wBAAwB;YAAC;YAAmB;SAA2B;QACvE,oCAAoC;YAClC;YACA;YACA;SACD;QACD,kCAAkC;YAChC;YACA;YACA;SACD;IACH;IAEA,OAAO;QACLC,MAAM;QACNC,SAAS;QACTC,MAAKC,EAAE;YACL,IAAI,CAACA,GAAGC,UAAU,CAACP,aAAa;gBAC9B;YACF;YACA,MAAMQ,YAAYF,GAAGG,KAAK,CAACT,WAAWU,MAAM;YAC5C,MAAMC,UAAUT,iBAAiB,CAACM,UAAU;YAC5C,IAAIG,SAAS;gBACX,OAAOA,QAAQC,GAAG,CAAC,CAACT,OAAS,CAAC,aAAa,EAAEA,KAAK,cAAc,CAAC,EAAEU,IAAI,CAAC;YAC1E;YACA,OAAO,CAAC,oBAAoB,CAAC;QAC/B;QACA,MAAMC,WAAUR,EAAE,EAAES,QAAQ,EAAEC,OAAO;YACnC,IAAIA,SAASC,KAAK;gBAChB;YACF;YAEA,IAAIhB,mBAAmBiB,IAAI,CAAC,CAACC,IAAMA,EAAEC,IAAI,CAACd,MAAM;gBAC9C,OAAON,aAAaM;YACtB;YAEA,IAAIA,OAAO,aAAaS,YAAY,CAACA,SAASM,QAAQ,CAAC,mBAAmB;gBACxE,MAAMC,mBAAmB,6DAA6DF,IAAI,CACxFL;gBAEF,IAAI,CAACO,kBAAkB;oBACrB,OAAO,IAAI,CAACC,OAAO,CAAC,kBAAkBR,UAAU;wBAAE,GAAGC,OAAO;wBAAEQ,UAAU;oBAAK;gBAC/E;YACF;YAEA,IAAI,kDAAkDJ,IAAI,CAACd,KAAK;gBAC9D,MAAMmB,WAAW,MAAM,IAAI,CAACF,OAAO,CAACjB,IAAIS,UAAU;oBAAE,GAAGC,OAAO;oBAAEQ,UAAU;gBAAK;gBAC/E,IAAIC,UAAU;oBACZ,OAAOA;gBACT;gBACA,MAAMC,UAAUpB,GAAGqB,OAAO,CAAC,aAAa;gBACxC,MAAMC,cAAc,MAAM,IAAI,CAACL,OAAO,CAACG,SAASX,UAAU;oBAAE,GAAGC,OAAO;oBAAEQ,UAAU;gBAAK;gBACvF,IAAII,aAAa;oBACf,MAAMC,SAAS/B,KAAKgC,OAAO,CAACF,YAAYtB,EAAE;oBAC1C,MAAMyB,aAAa;wBACjBjC,KAAKyB,OAAO,CAACM,QAAQ,OAAO,WAAW;wBACvC/B,KAAKyB,OAAO,CAACM,QAAQ,OAAO,WAAW;wBACvC/B,KAAKyB,OAAO,CAACM,QAAQ,QAAQ,WAAW;qBACzC;oBACD,KAAK,MAAMG,aAAaD,WAAY;wBAClC,IAAIlC,GAAGoC,UAAU,CAACD,YAAY;4BAC5B,OAAOA;wBACT;oBACF;gBACF;YACF;QACF;IACF;AACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"devTransforms.d.ts","sourceRoot":"","sources":["../../../src/vite/workarounds/devTransforms.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,MAAM,CAAA;AAExC;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,oBAAoB,IAAI,YAAY,CA2DnD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/vite/workarounds/devTransforms.ts"],"sourcesContent":["import type { PluginOption } from 'vite'\n\n/**\n * Dev-time transforms:\n * - Replaces `process.cwd()` with `\"/\"` in client code (non-SSR, non-prebundled)\n * - Injects Vite HMR + React Refresh preamble into SSR-rendered HTML (dev only)\n *\n * The preamble is injected just before `</head>`, *after* everything React\n * renders into the head. React 19 treats `<meta>`/`<link>`/`<style>`/`<title>`\n * as hoistable resources it matches by key (position-tolerant), but a\n * non-hoistable inline `<script type=\"module\">` placed *before* React's first\n * rendered head node makes hydration position-match that script against a\n * `<style>`/`<meta>` and throw — discarding the whole tree client-side, which\n * aborts in-flight server-function fetches and intermittently breaks drawers,\n * forms, and navigation. Appending after React's head content keeps the\n * preamble out of that positional comparison while still running before the\n * body's app-entry module.\n */\nexport function payloadDevTransforms(): PluginOption {\n const devScripts = `<script type=\"module\" src=\"/@vite/client\"></script>\n<script type=\"module\">\nimport RefreshRuntime from \"/@react-refresh\"\nRefreshRuntime.injectIntoGlobalHook(window)\nwindow.$RefreshReg$ = () => {}\nwindow.$RefreshSig$ = () => (type) => type\nwindow.__vite_plugin_react_preamble_installed__ = true\n</script>`\n\n return {\n name: 'payload:dev-transforms',\n configureServer(server) {\n server.middlewares.use((_req, res, next) => {\n let injected = false\n const origWrite = res.write\n const origEnd = res.end\n\n function tryInject(chunk: any): any {\n if (injected || chunk == null) {\n return chunk\n }\n const ct = res.getHeader('content-type')\n if (typeof ct !== 'string' || !ct.includes('text/html')) {\n return chunk\n }\n const str =\n typeof chunk === 'string'\n ? chunk\n : Buffer.isBuffer(chunk)\n ? chunk.toString()\n : chunk instanceof Uint8Array\n ? Buffer.from(chunk).toString()\n : null\n if (str && str.includes('</head>')) {\n injected = true\n return str.replace('</head>', `${devScripts}</head>`)\n }\n return chunk\n }\n\n res.write = function (this: any, chunk: any, encodingOrCb?: any, cb?: any) {\n return origWrite.call(this, tryInject(chunk), encodingOrCb, cb)\n } as typeof res.write\n res.end = function (this: any, chunk?: any, encodingOrCb?: any, cb?: any) {\n return origEnd.call(this, tryInject(chunk), encodingOrCb, cb)\n } as typeof res.end\n next()\n })\n },\n transform(code, id, options) {\n if (options?.ssr) {\n return\n }\n if (code.includes('process.cwd') && !id.includes('node_modules/.vite')) {\n return code.replace(/process\\.cwd\\(\\)/g, '\"/\"')\n }\n },\n }\n}\n"],"names":["payloadDevTransforms","devScripts","name","configureServer","server","middlewares","use","_req","res","next","injected","origWrite","write","origEnd","end","tryInject","chunk","ct","getHeader","includes","str","Buffer","isBuffer","toString","Uint8Array","from","replace","encodingOrCb","cb","call","transform","code","id","options","ssr"],"mappings":"AAEA;;;;;;;;;;;;;;;CAeC,GACD,OAAO,SAASA;IACd,MAAMC,aAAa,CAAC;;;;;;;SAOb,CAAC;IAER,OAAO;QACLC,MAAM;QACNC,iBAAgBC,MAAM;YACpBA,OAAOC,WAAW,CAACC,GAAG,CAAC,CAACC,MAAMC,KAAKC;gBACjC,IAAIC,WAAW;gBACf,MAAMC,YAAYH,IAAII,KAAK;gBAC3B,MAAMC,UAAUL,IAAIM,GAAG;gBAEvB,SAASC,UAAUC,KAAU;oBAC3B,IAAIN,YAAYM,SAAS,MAAM;wBAC7B,OAAOA;oBACT;oBACA,MAAMC,KAAKT,IAAIU,SAAS,CAAC;oBACzB,IAAI,OAAOD,OAAO,YAAY,CAACA,GAAGE,QAAQ,CAAC,cAAc;wBACvD,OAAOH;oBACT;oBACA,MAAMI,MACJ,OAAOJ,UAAU,WACbA,QACAK,OAAOC,QAAQ,CAACN,SACdA,MAAMO,QAAQ,KACdP,iBAAiBQ,aACfH,OAAOI,IAAI,CAACT,OAAOO,QAAQ,KAC3B;oBACV,IAAIH,OAAOA,IAAID,QAAQ,CAAC,YAAY;wBAClCT,WAAW;wBACX,OAAOU,IAAIM,OAAO,CAAC,WAAW,GAAGzB,WAAW,OAAO,CAAC;oBACtD;oBACA,OAAOe;gBACT;gBAEAR,IAAII,KAAK,GAAG,SAAqBI,KAAU,EAAEW,YAAkB,EAAEC,EAAQ;oBACvE,OAAOjB,UAAUkB,IAAI,CAAC,IAAI,EAAEd,UAAUC,QAAQW,cAAcC;gBAC9D;gBACApB,IAAIM,GAAG,GAAG,SAAqBE,KAAW,EAAEW,YAAkB,EAAEC,EAAQ;oBACtE,OAAOf,QAAQgB,IAAI,CAAC,IAAI,EAAEd,UAAUC,QAAQW,cAAcC;gBAC5D;gBACAnB;YACF;QACF;QACAqB,WAAUC,IAAI,EAAEC,EAAE,EAAEC,OAAO;YACzB,IAAIA,SAASC,KAAK;gBAChB;YACF;YACA,IAAIH,KAAKZ,QAAQ,CAAC,kBAAkB,CAACa,GAAGb,QAAQ,CAAC,uBAAuB;gBACtE,OAAOY,KAAKL,OAAO,CAAC,qBAAqB;YAC3C;QACF;IACF;AACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reactDomServerInRsc.d.ts","sourceRoot":"","sources":["../../../src/vite/workarounds/reactDomServerInRsc.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,MAAM,CAAA;AAQxC;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,mBAAmB,IAAI,YAAY,CAyDlD"}
|