vite 6.0.0-beta.8 → 6.0.0-beta.9

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.
@@ -1,4 +1,4 @@
1
- import { L as getDefaultExportFromCjs } from './dep-Ddvoc4zx.js';
1
+ import { L as getDefaultExportFromCjs } from './dep-CG5ueZZV.js';
2
2
  import sysPath__default from 'path';
3
3
  import { r as requireLib } from './dep-mtw2NpNs.js';
4
4
 
package/dist/node/cli.js CHANGED
@@ -2,7 +2,7 @@ import path from 'node:path';
2
2
  import fs__default from 'node:fs';
3
3
  import { performance } from 'node:perf_hooks';
4
4
  import { EventEmitter } from 'events';
5
- import { K as colors, E as createLogger, r as resolveConfig } from './chunks/dep-Ddvoc4zx.js';
5
+ import { K as colors, E as createLogger, r as resolveConfig } from './chunks/dep-CG5ueZZV.js';
6
6
  import { VERSION } from './constants.js';
7
7
  import 'node:fs/promises';
8
8
  import 'node:url';
@@ -741,7 +741,7 @@ cli.command("[root]", "start dev server").alias("serve").alias("dev").option("--
741
741
  `[boolean] force the optimizer to ignore the cache and re-bundle`
742
742
  ).action(async (root, options) => {
743
743
  filterDuplicateOptions(options);
744
- const { createServer } = await import('./chunks/dep-Ddvoc4zx.js').then(function (n) { return n.O; });
744
+ const { createServer } = await import('./chunks/dep-CG5ueZZV.js').then(function (n) { return n.O; });
745
745
  try {
746
746
  const server = await createServer({
747
747
  root,
@@ -834,7 +834,7 @@ cli.command("build [root]", "build for production").option("--target <target>",
834
834
  ).option("-w, --watch", `[boolean] rebuilds when modules have changed on disk`).option("--app", `[boolean] same as \`builder: {}\``).action(
835
835
  async (root, options) => {
836
836
  filterDuplicateOptions(options);
837
- const { createBuilder } = await import('./chunks/dep-Ddvoc4zx.js').then(function (n) { return n.P; });
837
+ const { createBuilder } = await import('./chunks/dep-CG5ueZZV.js').then(function (n) { return n.P; });
838
838
  const buildOptions = cleanGlobalCLIOptions(
839
839
  cleanBuilderCLIOptions(options)
840
840
  );
@@ -869,7 +869,7 @@ cli.command("optimize [root]", "pre-bundle dependencies").option(
869
869
  ).action(
870
870
  async (root, options) => {
871
871
  filterDuplicateOptions(options);
872
- const { optimizeDeps } = await import('./chunks/dep-Ddvoc4zx.js').then(function (n) { return n.N; });
872
+ const { optimizeDeps } = await import('./chunks/dep-CG5ueZZV.js').then(function (n) { return n.N; });
873
873
  try {
874
874
  const config = await resolveConfig(
875
875
  {
@@ -895,7 +895,7 @@ ${e.stack}`),
895
895
  cli.command("preview [root]", "locally preview production build").option("--host [host]", `[string] specify hostname`, { type: [convertHost] }).option("--port <port>", `[number] specify port`).option("--strictPort", `[boolean] exit if specified port is already in use`).option("--open [path]", `[boolean | string] open browser on startup`).option("--outDir <dir>", `[string] output directory (default: dist)`).action(
896
896
  async (root, options) => {
897
897
  filterDuplicateOptions(options);
898
- const { preview } = await import('./chunks/dep-Ddvoc4zx.js').then(function (n) { return n.Q; });
898
+ const { preview } = await import('./chunks/dep-CG5ueZZV.js').then(function (n) { return n.Q; });
899
899
  try {
900
900
  const server = await preview({
901
901
  root,