mfsu.extensions.ts 494 B

123456789
  1. // Identity hook for build-time mfsu.exclude extensions. Tooling may
  2. // overwrite this file to add package names that must skip MFSU's
  3. // pre-bundling; the original is restored on cleanup. Mirrors
  4. // `src/request.extensions.ts` / `src/access.extensions.ts`.
  5. //
  6. // MFSU bundles node_modules into immutable chunks at dev startup, so
  7. // workspace-linked packages whose source you edit during dev must be
  8. // excluded here or HMR won't pick up changes.
  9. export const extraMfsuExclude: string[] = [];