File tree Expand file tree Collapse file tree
packages/start/src/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { init , parse } from "es-module-lexer" ;
22import esbuild from "esbuild" ;
33import fg from "fast-glob" ;
4- import fs from "fs" ;
4+ import fs from "node: fs" ;
55import micromatch from "micromatch" ;
6- import { posix } from "path" ;
6+ import { posix } from "node: path" ;
77import { pathToRegexp } from "path-to-regexp" ;
88
99import { normalizePath } from "vite" ;
Original file line number Diff line number Diff line change 11import type { PluginItem } from "@babel/core" ;
22import babel from "@babel/core" ;
33import * as t from "@babel/types" ;
4- import { sep as osSep } from "path" ;
5- import { basename , relative , sep } from "path/posix" ;
4+ import { sep as osSep } from "node: path" ;
5+ import { basename , relative , sep } from "node: path/posix" ;
66import type { PluginOption } from "vite" ;
77import { VITE_ENVIRONMENTS } from "./constants.ts" ;
88
You can’t perform that action at this time.
0 commit comments