DouyinFE / semi-design

🚀A modern, comprehensive, flexible design system and React UI library. 🎨 Provide more than 3000+ Design Tokens, easy to build your design system. Make Semi Design to Any Design. 🧑🏻‍💻 Design to Code in one click
https://semi.design
Other
8.41k stars 710 forks source link

[BUG] 在 vite3 中使用,首次启动 dev server 非常慢 #1095

Closed guangzan closed 2 years ago

guangzan commented 2 years ago

Is there an existing issue for this?

Which Component

all

Semi Version

latest

Current Behavior

No response

Expected Behavior

No response

Steps To Reproduce

  1. pnpm create vite
  2. pnpm add @douyinfe/semi-ui
import { useState } from 'react'
import reactLogo from './assets/react.svg'
import './App.css'
+ import { Button } from '@douyinfe/semi-ui';

function App() {
  const [count, setCount] = useState(0)

  return (
    <div className="App">
      <div>
        <a href="https://vitejs.dev" target="_blank">
          <img src="/vite.svg" className="logo" alt="Vite logo" />
        </a>
        <a href="https://reactjs.org" target="_blank">
          <img src={reactLogo} className="logo react" alt="React logo" />
        </a>
      </div>
      <h1>Vite + React</h1>
      <div className="card">
+       <Button onClick={() => setCount((count) => count + 1)}>
          count is {count}
+       </Button>
        <p>
          Edit <code>src/App.tsx</code> and save to test HMR
        </p>
      </div>
      <p className="read-the-docs">
        Click on the Vite and React logos to learn more
      </p>
    </div>
  )
}

export default App
  1. pnpm dev

ReproducibleCode

No response

Environment

- OS:win10 21H2
- browser:edge latest

Anything else?

试了下 arco-react 就不会出现这种情况。

DaiQiangReal commented 2 years ago

有示例仓库吗?我们没有复现

pointhalo commented 2 years ago

没有复现+1。

image

image

btw,非常慢,这个指标的变化幅度大概是值什么量级。有具体的数值吗?

另外是否尝试过用排除法,是否有用别的编译插件,是否他们处理了对应的 code transform 或者 compile

guangzan commented 2 years ago

vite 启动 dev server 都非常快,描述中的慢是指首次启动时,打开浏览器到显示出界面。

guangzan commented 2 years ago

pnpm + vite + semi

日志 ``` vite:config bundled config file loaded in 737.31ms +0ms vite:esbuild init tsconfck (root: E:/desktop/vite-semi) +0ms vite:esbuild init tsconfck (root: E:/desktop/vite-semi) +2ms vite:esbuild init tsconfck end +3ms vite:esbuild init tsconfck end +0ms vite:config using resolved config: { vite:config plugins: [ vite:config 'vite:pre-alias', vite:config 'alias', vite:config 'vite:react-babel', vite:config 'vite:react-refresh', vite:config 'vite:react-jsx', vite:config 'vite:modulepreload-polyfill', vite:config 'vite:optimized-deps', vite:config 'vite:resolve', vite:config 'vite:html-inline-proxy', vite:config 'vite:css', vite:config 'vite:esbuild', vite:config 'vite:json', vite:config 'vite:wasm-helper', vite:config 'vite:worker', vite:config 'vite:asset', vite:config 'vite:wasm-fallback', vite:config 'vite:define', vite:config 'vite:css-post', vite:config 'vite:worker-import-meta-url', vite:config 'vite:dynamic-import-vars', vite:config 'vite:import-glob', vite:config 'vite:client-inject', vite:config 'vite:import-analysis' vite:config ], vite:config optimizeDeps: { vite:config disabled: 'build', vite:config force: undefined, vite:config include: [ 'react/jsx-runtime', 'react/jsx-dev-runtime', 'react' ], vite:config esbuildOptions: { preserveSymlinks: undefined } vite:config }, vite:config server: { vite:config preTransformRequests: true, vite:config middlewareMode: false, vite:config fs: { strict: true, allow: [Array], deny: [Array] } vite:config }, vite:config resolve: { dedupe: [ 'react', 'react-dom' ], alias: [ [Object], [Object] ] }, vite:config configFile: 'E:/desktop/vite-semi/vite.config.ts', vite:config configFileDependencies: [ 'E:/desktop/vite-semi/vite.config.ts' ], vite:config inlineConfig: { vite:config root: undefined, vite:config base: undefined, vite:config mode: undefined, vite:config configFile: undefined, vite:config logLevel: undefined, vite:config clearScreen: undefined, vite:config optimizeDeps: { force: undefined }, vite:config server: {} vite:config }, vite:config root: 'E:/desktop/vite-semi', vite:config base: '/', vite:config publicDir: 'E:\\desktop\\vite-semi\\public', vite:config cacheDir: 'E:\\desktop\\vite-semi\\node_modules\\.vite', vite:config command: 'serve', vite:config mode: 'development', vite:config ssr: { vite:config format: 'esm', vite:config target: 'node', vite:config optimizeDeps: { disabled: true, esbuildOptions: [Object] } vite:config }, vite:config isWorker: false, vite:config mainConfig: null, vite:config isProduction: false, vite:config build: { vite:config target: [ 'es2020', 'edge88', 'firefox78', 'chrome87', 'safari13' ], vite:config polyfillModulePreload: true, vite:config outDir: 'dist', vite:config assetsDir: 'assets', vite:config assetsInlineLimit: 4096, vite:config cssCodeSplit: true, vite:config cssTarget: [ 'es2020', 'edge88', 'firefox78', 'chrome87', 'safari13' ], vite:config sourcemap: false, vite:config rollupOptions: {}, vite:config minify: 'esbuild', vite:config terserOptions: {}, vite:config write: true, vite:config emptyOutDir: null, vite:config manifest: false, vite:config lib: false, vite:config ssr: false, vite:config ssrManifest: false, vite:config reportCompressedSize: true, vite:config chunkSizeWarningLimit: 500, vite:config watch: null, vite:config commonjsOptions: { include: [Array], extensions: [Array] }, vite:config dynamicImportVarsOptions: { warnOnError: true, exclude: [Array] } vite:config }, vite:config preview: { vite:config port: undefined, vite:config strictPort: undefined, vite:config host: undefined, vite:config https: undefined, vite:config open: undefined, vite:config proxy: undefined, vite:config cors: undefined, vite:config headers: undefined vite:config }, vite:config env: { BASE_URL: '/', MODE: 'development', DEV: true, PROD: false }, vite:config assetsInclude: [Function: assetsInclude], vite:config logger: { vite:config hasWarned: false, vite:config info: [Function: info], vite:config warn: [Function: warn], vite:config warnOnce: [Function: warnOnce], vite:config error: [Function: error], vite:config clearScreen: [Function: clearScreen], vite:config hasErrorLogged: [Function: hasErrorLogged] vite:config }, vite:config packageCache: Map(0) {}, vite:config createResolver: [Function: createResolver], vite:config worker: { vite:config format: 'iife', vite:config plugins: [ vite:config 'vite:pre-alias', vite:config 'alias', vite:config 'vite:modulepreload-polyfill', vite:config 'vite:optimized-deps', vite:config 'vite:resolve', vite:config 'vite:html-inline-proxy', vite:config 'vite:css', vite:config 'vite:esbuild', vite:config 'vite:json', vite:config 'vite:wasm-helper', vite:config 'vite:worker', vite:config 'vite:asset', vite:config 'vite:wasm-fallback', vite:config 'vite:define', vite:config 'vite:css-post', vite:config 'vite:worker-import-meta-url', vite:config 'vite:dynamic-import-vars', vite:config 'vite:import-glob', vite:config 'vite:client-inject', vite:config 'vite:import-analysis' vite:config ], vite:config rollupOptions: {}, vite:config getSortedPlugins: [Function: getSortedPlugins], vite:config getSortedPluginHooks: [Function: getSortedPluginHooks] vite:config }, vite:config appType: 'spa', vite:config experimental: { importGlobRestoreExtension: false, hmrPartialAccept: false }, vite:config getSortedPlugins: [Function: getSortedPlugins], vite:config getSortedPluginHooks: [Function: getSortedPluginHooks] vite:config } +17ms vite:resolve 12.70ms react/jsx-runtime -> E:/desktop/vite-semi/node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.js +0ms vite:resolve 8.45ms react/jsx-dev-runtime -> E:/desktop/vite-semi/node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-dev-runtime.js +9ms vite:resolve 6.16ms react -> E:/desktop/vite-semi/node_modules/.pnpm/react@18.2.0/node_modules/react/index.js +7ms vite:deps scanning for dependencies... +0ms VITE v3.1.0 ready in 1109 ms ➜ Local: http://127.0.0.1:5173/ ➜ Network: use --host to expose vite:deps Crawling dependencies using entries: vite:deps E:/desktop/vite-semi/index.html +0ms vite:resolve 1.26ms /src/main.tsx -> E:/desktop/vite-semi/src/main.tsx +0ms vite:resolve 6.57ms react -> E:/desktop/vite-semi/node_modules/.pnpm/react@18.2.0/node_modules/react/index.js +10ms vite:resolve 7.16ms react-dom/client -> E:/desktop/vite-semi/node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/client.js +8ms vite:resolve 2.25ms ./App -> E:/desktop/vite-semi/src/App.tsx +3ms vite:resolve 7.81ms @douyinfe/semi-ui -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-ui@2.18.2_biqbaboplfbrettd7655fr4n2y/node_modules/@douyinfe/semi-ui/lib/es/index.js +12ms vite:deps Scan completed in 91.89ms: { react: 'E:/desktop/vite-semi/node_modules/.pnpm/react@18.2.0/node_modules/react/index.js', 'react-dom/client': 'E:/desktop/vite-semi/node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/client.js', '@douyinfe/semi-ui': 'E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-ui@2.18.2_biqbaboplfbrettd7655fr4n2y/node_modules/@douyinfe/semi-ui/lib/es/index.js' } +62ms vite:deps dependencies found by scanner: @douyinfe/semi-ui, react, react-dom/client +110ms vite:resolve 10.29ms react-dom -> E:/desktop/vite-semi/node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/index.js +0ms vite:resolve 15.90ms react -> E:/desktop/vite-semi/node_modules/.pnpm/react@18.2.0/node_modules/react/index.js +20ms vite:resolve 2.35ms ./_base/base.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-ui@2.18.2_biqbaboplfbrettd7655fr4n2y/node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +0ms vite:resolve 118.78ms @babel/runtime-corejs3/core-js-stable/object/assign -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/object/assign.js +150ms vite:resolve 3546.10ms react -> E:/desktop/vite-semi/node_modules/.pnpm/react@18.2.0/node_modules/react/index.js +4s vite:resolve 3545.86ms lodash/noop -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/noop.js +1ms vite:resolve 3545.91ms lodash/isUndefined -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isUndefined.js +0ms vite:resolve 3545.66ms lodash/pick -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/pick.js +0ms vite:resolve 3545.73ms lodash/isBoolean -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isBoolean.js +0ms vite:resolve 3545.80ms @babel/runtime-corejs3/core-js-stable/instance/index-of -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/index-of.js +1ms vite:resolve 3545.87ms lodash/get -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/get.js +0ms vite:resolve 3545.77ms @douyinfe/semi-foundation/lib/es/modal/modal.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +0ms vite:resolve 3545.17ms @babel/runtime-corejs3/core-js-stable/instance/concat -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/concat.js +1ms vite:resolve 3544.27ms lodash/isArray -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isArray.js +0ms vite:resolve 3544.32ms @babel/runtime-corejs3/core-js-stable/instance/values -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/values.js +0ms vite:resolve 3544.39ms lodash/debounce -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/debounce.js +1ms vite:resolve 3544.23ms lodash/isString -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isString.js +0ms vite:resolve 3544.49ms lodash/isFunction -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isFunction.js +0ms vite:resolve 3544.52ms lodash/isEqual -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isEqual.js +0ms vite:resolve 3541.63ms lodash/flatten -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/flatten.js +1ms vite:resolve 3540.66ms lodash/throttle -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/throttle.js +0ms vite:resolve 3539.47ms lodash/isNumber -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isNumber.js +1ms vite:resolve 3536.89ms lodash/times -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/times.js +0ms vite:resolve 3536.77ms @babel/runtime-corejs3/core-js-stable/instance/map -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/map.js +1ms vite:resolve 3536.66ms @babel/runtime-corejs3/core-js-stable/parse-int -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/parse-int.js +0ms vite:resolve 3534.62ms @douyinfe/semi-icons -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-icons@2.18.2_react@18.2.0/node_modules/@douyinfe/semi-icons/lib/es/index.js +0ms vite:resolve 3533.74ms lodash/isPlainObject -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isPlainObject.js +1ms vite:spa-fallback Rewriting GET / to /index.html +0ms vite:resolve 1754.55ms prop-types -> E:/desktop/vite-semi/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js +2s vite:resolve 1754.67ms @babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols.js +0ms vite:resolve 1754.68ms @babel/runtime-corejs3/core-js-stable/instance/trim -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/trim.js +0ms vite:resolve 1752.49ms @babel/runtime-corejs3/core-js-stable/instance/includes -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/includes.js +1ms vite:resolve 1751.66ms @douyinfe/semi-animation-react -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-animation-react@2.18.2/node_modules/@douyinfe/semi-animation-react/lib/es/index.js +0ms vite:resolve 1749.41ms lodash/isEmpty -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isEmpty.js +1ms vite:resolve 1749.43ms @babel/runtime-corejs3/core-js-stable/instance/bind -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/bind.js +0ms vite:resolve 1749.20ms @douyinfe/semi-foundation/lib/es/utils/object -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/utils/object.js +0ms vite:resolve 1749.20ms @babel/runtime-corejs3/core-js-stable/instance/filter -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/filter.js +1ms vite:resolve 1744.94ms @babel/runtime-corejs3/core-js-stable/instance/slice -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/slice.js +0ms vite:resolve 8533.38ms lodash/omit -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/omit.js +9s vite:resolve 8532.82ms lodash/findIndex -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/findIndex.js +0ms vite:resolve 8532.87ms @douyinfe/semi-foundation/lib/es/scrollList/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/constants.js +1ms vite:resolve 8532.56ms lodash/isNull -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isNull.js +0ms vite:resolve 8529.58ms @babel/runtime-corejs3/core-js-stable/instance/find -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/find.js +2ms vite:resolve 8528.82ms classnames -> E:/desktop/vite-semi/node_modules/.pnpm/classnames@2.3.1/node_modules/classnames/index.js +0ms vite:resolve 8528.88ms @babel/runtime-corejs3/core-js-stable/instance/keys -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/keys.js +0ms vite:resolve 8528.79ms scheduler -> E:/desktop/vite-semi/node_modules/.pnpm/scheduler@0.23.0/node_modules/scheduler/index.js +14s vite:resolve 8528.56ms lodash/cloneDeep -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/cloneDeep.js +1ms vite:resolve 8529.21ms @babel/runtime-corejs3/core-js-stable/instance/for-each -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/for-each.js +1ms vite:time 31579.39ms /index.html +0ms vite:resolve 10235.90ms @babel/runtime-corejs3/core-js-stable/map -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/map.js +32s vite:resolve 10235.74ms @babel/runtime-corejs3/core-js-stable/promise -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/promise.js +0ms vite:resolve 3690.07ms core-js-pure/stable/instance/values -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/values.js +35s vite:resolve 3690.16ms core-js-pure/stable/object/assign -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/object/assign.js +0ms vite:resolve 3690.01ms react-is -> E:/desktop/vite-semi/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js +1ms vite:resolve 3689.68ms date-fns/locale -> E:/desktop/vite-semi/node_modules/.pnpm/date-fns@2.29.2/node_modules/date-fns/esm/locale/index.js +4s vite:resolve 3689.10ms lodash/isObject -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isObject.js +0ms vite:resolve 3687.68ms @babel/runtime-corejs3/core-js-stable/array/is-array -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/array/is-array.js +0ms vite:resolve 3654.51ms lodash/isNaN -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isNaN.js +2ms vite:resolve 3649.29ms lodash/map -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/map.js +1ms vite:resolve 3648.73ms lodash/each -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/each.js +0ms vite:spa-fallback Rewriting GET / to /index.html +46s vite:time 6.06ms /index.html +15s vite:resolve 2.33ms E:\desktop\vite-semi\node_modules\.pnpm\vite@3.1.0\node_modules\vite\dist\client\client.mjs -> E:/desktop/vite-semi/node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/client.mjs +0ms vite:resolve 3.71ms /@vite/client -> E:/desktop/vite-semi/node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/client.mjs +1ms vite:resolve 4182.69ms @douyinfe/semi-foundation/lib/es/button/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/button/constants.js +6s vite:resolve 4178.30ms @babel/runtime-corejs3/core-js-stable/object/keys -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/object/keys.js +1ms vite:resolve 4177.56ms @babel/runtime-corejs3/core-js-stable/set -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/set.js +1ms vite:resolve 4177.57ms @babel/runtime-corejs3/core-js-stable/instance/splice -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/splice.js +0ms vite:resolve 4174.51ms @babel/runtime-corejs3/core-js-stable/instance/find-index -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/find-index.js +1ms vite:resolve 1.15ms /src/main.tsx -> E:/desktop/vite-semi/src/main.tsx +4s vite:load 0.03ms [plugin] /@react-refresh +0ms vite:import-analysis 1.98ms [no imports] /@react-refresh +0ms vite:transform 10.58ms /@react-refresh +0ms vite:time 12.50ms /@react-refresh +6s vite:resolve 1709.02ms @douyinfe/semi-foundation/lib/es/typography/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/typography/constants.js +2s vite:resolve 1709.13ms lodash/find -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/find.js +0ms vite:resolve 1709.22ms @douyinfe/semi-foundation/lib/es/dropdown/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/constants.js +0ms vite:resolve 1707.36ms @douyinfe/semi-foundation/lib/es/table/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/table/constants.js +1ms vite:resolve 4932.59ms @douyinfe/semi-foundation/lib/es/button/button.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +5s vite:resolve 4930.73ms @babel/runtime-corejs3/core-js-stable/array/from -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/array/from.js +0ms vite:resolve 4928.34ms @babel/runtime-corejs3/core-js-stable/number/is-safe-integer -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/number/is-safe-integer.js +1ms vite:resolve 4926.93ms lodash/values -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/values.js +0ms vite:resolve 4925.13ms @douyinfe/semi-foundation/lib/es/empty/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/empty/constants.js +1ms vite:resolve 4916.71ms @douyinfe/semi-foundation/lib/es/banner/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/banner/constants.js +0ms vite:resolve 4916.85ms @douyinfe/semi-foundation/lib/es/scrollList/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/foundation.js +1ms vite:resolve 4916.32ms @babel/runtime-corejs3/core-js-stable/instance/some -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/some.js +0ms vite:resolve 503.19ms object-assign -> E:/desktop/vite-semi/node_modules/.pnpm/object-assign@4.1.1/node_modules/object-assign/index.js +14s vite:resolve 501.90ms @douyinfe/semi-foundation/lib/es/datePicker/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/constants.js +508ms vite:load 11378.63ms [fs] /@vite/client +7s vite:load 7182.19ms [fs] /src/main.tsx +9ms vite:resolve 4674.00ms @babel/runtime-corejs3/core-js-stable/object/values -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/object/values.js +5s vite:resolve 4673.80ms @douyinfe/semi-foundation/lib/es/empty/empty.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +1ms vite:resolve 4673.03ms @douyinfe/semi-foundation/lib/es/banner/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/banner/foundation.js +0ms vite:resolve 4673.08ms lodash/unset -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/unset.js +0ms vite:resolve 4673.23ms @douyinfe/semi-foundation/lib/es/scrollList/scrollList.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +1ms vite:resolve 4673.15ms @douyinfe/semi-foundation/lib/es/base/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/base/constants.js +0ms vite:resolve 4672.65ms react-dom -> E:/desktop/vite-semi/node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/index.js +0ms vite:resolve 4671.96ms @douyinfe/semi-foundation/lib/es/progress/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/progress/constants.js +1ms vite:resolve 4671.82ms @douyinfe/semi-foundation/lib/es/collapsible/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/collapsible/constants.js +0ms vite:resolve 4671.78ms @douyinfe/semi-foundation/lib/es/switch/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/switch/foundation.js +0ms vite:resolve 4671.61ms @douyinfe/semi-foundation/lib/es/card/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/card/constants.js +1ms vite:resolve 4671.58ms @douyinfe/semi-foundation/lib/es/calendar/calendar.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +0ms vite:resolve 4671.74ms @douyinfe/semi-foundation/lib/es/spin/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/spin/constants.js +1ms vite:resolve 4671.65ms lodash/merge -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/merge.js +0ms vite:resolve 4671.84ms core-js-pure/stable/instance/includes -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/includes.js +5s vite:resolve 4672.08ms core-js-pure/stable/instance/trim -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/trim.js +0ms vite:resolve 2.88ms E:\desktop\vite-semi\node_modules\.pnpm\vite@3.1.0\node_modules\vite\dist\client\env.mjs -> E:/desktop/vite-semi/node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +12s vite:resolve 3.55ms @vite/env -> E:/desktop/vite-semi/node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +0ms vite:resolve 2.25ms /node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs -> E:/desktop/vite-semi/node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +3ms vite:import-analysis 12.19ms [1 imports rewritten] node_modules\.pnpm\vite@3.1.0\node_modules\vite\dist\client\client.mjs +12s vite:transform 4925.89ms /@vite/client +12s vite:time 16323.66ms /@vite/client +12s vite:resolve 4589.72ms @babel/runtime-corejs3/core-js/global-this -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js/global-this.js +5s vite:resolve 4588.44ms @douyinfe/semi-foundation/lib/es/timeline/timeline.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +0ms vite:resolve 4586.68ms @douyinfe/semi-foundation/lib/es/backtop/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/backtop/constants.js +1ms vite:resolve 4586.58ms @douyinfe/semi-foundation/lib/es/banner/banner.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +0ms vite:resolve 4584.95ms @douyinfe/semi-foundation/lib/es/spin/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/spin/foundation.js +1ms vite:resolve 4584.83ms @babel/runtime-corejs3/core-js-stable/instance/last-index-of -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/last-index-of.js +0ms vite:resolve 4583.56ms lodash/toPath -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toPath.js +0ms vite:resolve 4581.94ms @douyinfe/semi-foundation/lib/es/skeleton/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/constants.js +1ms vite:resolve 4581.96ms @douyinfe/semi-foundation/lib/es/tag/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tag/constants.js +0ms vite:resolve 4581.85ms @douyinfe/semi-foundation/lib/es/steps/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/steps/constants.js +0ms vite:resolve 4581.38ms @douyinfe/semi-foundation/lib/es/switch/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/switch/constants.js +0ms vite:resolve 4581.62ms @douyinfe/semi-foundation/lib/es/progress/progress.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +2ms vite:resolve 4577.65ms @douyinfe/semi-foundation/lib/es/divider/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/divider/constants.js +1ms vite:resolve 4577.92ms @douyinfe/semi-foundation/lib/es/steps/steps.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +0ms vite:resolve 4577.86ms @douyinfe/semi-foundation/lib/es/utils/getMotionObjFromProps -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/utils/getMotionObjFromProps.js +1ms vite:resolve 4577.17ms core-js-pure/stable/instance/concat -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/concat.js +5s vite:resolve 4577.08ms core-js-pure/stable/object/get-own-property-symbols -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/object/get-own-property-symbols.js +0ms vite:resolve 4576.92ms lodash/difference -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/difference.js +1ms vite:resolve 4578.17ms core-js-pure/stable/instance/index-of -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/index-of.js +2ms vite:resolve 5283.92ms @douyinfe/semi-foundation/lib/es/descriptions/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/constants.js +5s vite:resolve 5283.50ms @douyinfe/semi-foundation/lib/es/timeline/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/timeline/constants.js +1ms vite:resolve 5283.50ms lodash/isSet -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isSet.js +0ms vite:resolve 5282.91ms @babel/runtime-corejs3/core-js-stable/object/entries -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/object/entries.js +0ms vite:resolve 5283.69ms @douyinfe/semi-foundation/lib/es/typography/typography.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +2ms vite:resolve 5283.49ms @douyinfe/semi-foundation/lib/es/skeleton/skeleton.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +0ms vite:resolve 5283.56ms @douyinfe/semi-foundation/lib/es/backtop/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/backtop/foundation.js +1ms vite:resolve 5283.41ms @babel/runtime-corejs3/core-js-stable/instance/reduce -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/reduce.js +0ms vite:resolve 5282.93ms @douyinfe/semi-foundation/lib/es/switch/switch.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +0ms vite:resolve 5283.04ms lodash/has -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/has.js +0ms vite:resolve 5281.54ms @douyinfe/semi-foundation/lib/es/radio/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/radio/constants.js +1ms vite:resolve 5280.34ms @douyinfe/semi-foundation/lib/es/layout/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/layout/constants.js +0ms vite:resolve 5280.96ms @douyinfe/semi-foundation/lib/es/divider/divider.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +1ms vite:resolve 5281.72ms @douyinfe/semi-foundation/lib/es/utils/log -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/utils/log.js +1ms vite:resolve 5281.99ms @douyinfe/semi-animation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-animation@2.12.0/node_modules/@douyinfe/semi-animation/lib/es/index.js +0ms vite:resolve 5281.99ms @douyinfe/semi-foundation/lib/es/dropdown/menuFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/menuFoundation.js +1ms vite:resolve 5282.02ms @douyinfe/semi-foundation/lib/es/grid/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/grid/constants.js +0ms vite:resolve 5281.57ms @douyinfe/semi-foundation/lib/es/spin/spin.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +1ms vite:resolve 548.18ms @douyinfe/semi-foundation/lib/es/rating/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/rating/constants.js +553ms vite:resolve 548.16ms core-js-pure/stable/instance/slice -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/slice.js +6s vite:resolve 548.21ms core-js-pure/stable/instance/map -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/map.js +0ms vite:resolve 548.18ms @douyinfe/semi-foundation/lib/es/popover/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/popover/constants.js +1ms vite:load 10463.21ms [fs] /node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +15s vite:resolve 7253.13ms @douyinfe/semi-foundation/lib/es/descriptions/descriptions.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +7s vite:resolve 7253.15ms @douyinfe/semi-foundation/lib/es/popconfirm/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/constants.js +0ms vite:resolve 7253.25ms @douyinfe/semi-foundation/lib/es/avatar/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/avatar/constants.js +1ms vite:resolve 7253.01ms @douyinfe/semi-foundation/lib/es/radio/radioFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/radio/radioFoundation.js +0ms vite:resolve 7251.75ms @douyinfe/semi-foundation/lib/es/list/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/list/constants.js +1ms vite:resolve 7251.41ms @douyinfe/semi-foundation/lib/es/space/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/space/constants.js +0ms vite:resolve 7251.48ms @douyinfe/semi-foundation/lib/es/radio/radioGroupFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/radio/radioGroupFoundation.js +0ms vite:resolve 7251.60ms @douyinfe/semi-foundation/lib/es/upload/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/upload/foundation.js +0ms vite:resolve 7251.80ms @douyinfe/semi-foundation/lib/es/modal/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/modal/constants.js +1ms vite:resolve 7251.41ms @douyinfe/semi-foundation/lib/es/backtop/backtop.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +0ms vite:resolve 7251.45ms lodash/set -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/set.js +0ms vite:resolve 7251.40ms @douyinfe/semi-foundation/lib/es/form/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/form/constants.js +1ms vite:resolve 7251.57ms @douyinfe/semi-foundation/lib/es/utils/isNullOrUndefined -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/utils/isNullOrUndefined.js +0ms vite:resolve 7251.71ms @douyinfe/semi-foundation/lib/es/layout/layout.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +0ms vite:resolve 7251.77ms @douyinfe/semi-foundation/lib/es/tabs/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tabs/constants.js +0ms vite:resolve 7251.86ms lodash/isDate -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isDate.js +1ms vite:resolve 7251.72ms @douyinfe/semi-foundation/lib/es/checkbox/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/constants.js +0ms vite:resolve 7251.61ms @douyinfe/semi-foundation/lib/es/utils/warning -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/utils/warning.js +0ms vite:resolve 7251.73ms @douyinfe/semi-foundation/lib/es/navigation/navigation.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +0ms vite:resolve 7251.70ms ../styles/icons.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-icons@2.18.2_react@18.2.0/node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +1ms vite:resolve 7251.84ms core-js-pure/stable/instance/for-each -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/for-each.js +7s vite:resolve 7251.42ms @douyinfe/semi-foundation/lib/es/carousel/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/carousel/constants.js +0ms vite:resolve 7251.56ms core-js-pure/stable/parse-int -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/parse-int.js +1ms vite:resolve 7251.49ms @douyinfe/semi-foundation/lib/es/sideSheet/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/constants.js +1ms vite:resolve 7251.48ms @babel/runtime-corejs3/core-js-stable/parse-float -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/parse-float.js +0ms vite:resolve 7251.50ms @babel/runtime-corejs3/core-js-stable/date/now -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/date/now.js +0ms vite:import-analysis 0.05ms [no imports] node_modules\.pnpm\vite@3.1.0\node_modules\vite\dist\client\env.mjs +18s vite:transform 7264.88ms /node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +18s vite:time 13120.19ms /node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +18s vite:resolve 3997.93ms @douyinfe/semi-foundation/lib/es/popover/popover.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +4s vite:resolve 3988.90ms @douyinfe/semi-foundation/lib/es/avatar/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/avatar/foundation.js +1ms vite:resolve 3985.94ms @douyinfe/semi-foundation/lib/es/popconfirm/popconfirmFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirmFoundation.js +0ms vite:resolve 3979.32ms @douyinfe/semi-foundation/lib/es/list/list.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +1ms vite:resolve 3976.98ms @douyinfe/semi-foundation/lib/es/space/space.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +0ms vite:resolve 3976.32ms @douyinfe/semi-foundation/lib/es/utils/getDataAttr -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/utils/getDataAttr.js +1ms vite:resolve 3976.26ms lodash/stubFalse -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/stubFalse.js +0ms vite:resolve 3976.29ms react-window -> E:/desktop/vite-semi/node_modules/.pnpm/react-window@1.8.7_biqbaboplfbrettd7655fr4n2y/node_modules/react-window/dist/index.esm.js +0ms vite:resolve 3976.31ms @douyinfe/semi-foundation/lib/es/upload/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/upload/constants.js +1ms vite:resolve 3976.37ms @douyinfe/semi-foundation/lib/es/checkbox/checkboxFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkboxFoundation.js +0ms vite:resolve 3976.24ms @douyinfe/semi-foundation/lib/es/form/utils -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/form/utils.js +0ms vite:resolve 6863.95ms @douyinfe/semi-foundation/lib/es/carousel/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/carousel/foundation.js +7s vite:resolve 6863.85ms @babel/runtime-corejs3/core-js-stable/set-timeout -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/set-timeout.js +1ms vite:resolve 6863.70ms core-js-pure/stable/instance/filter -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/filter.js +11s vite:resolve 6863.90ms core-js-pure/stable/number/is-safe-integer -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/number/is-safe-integer.js +0ms vite:resolve 6864.06ms @douyinfe/semi-foundation/lib/es/navigation/itemFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/navigation/itemFoundation.js +1ms vite:resolve 6864.09ms @douyinfe/semi-foundation/lib/es/modal/modalFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/modal/modalFoundation.js +0ms vite:resolve 6864.22ms @douyinfe/semi-foundation/lib/es/badge/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/badge/constants.js +0ms vite:resolve 6864.18ms @douyinfe/semi-foundation/lib/es/sideSheet/sideSheetFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheetFoundation.js +0ms vite:resolve 6863.86ms @douyinfe/semi-foundation/lib/es/input/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/input/foundation.js +1ms vite:resolve 6863.99ms @douyinfe/semi-foundation/lib/es/utils/uuid -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/utils/uuid.js +0ms vite:resolve 6864.00ms @douyinfe/semi-foundation/lib/es/utils/function -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/utils/function.js +0ms vite:resolve 6864.07ms @douyinfe/semi-foundation/lib/es/avatar/avatar.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +0ms vite:resolve 6863.89ms @douyinfe/semi-foundation/lib/es/icons/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/icons/constants.js +1ms vite:resolve 6863.88ms @douyinfe/semi-foundation/lib/es/checkbox/checkboxGroupFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkboxGroupFoundation.js +0ms vite:resolve 6863.85ms @douyinfe/semi-foundation/lib/es/collapse/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/collapse/constants.js +0ms vite:resolve 6863.82ms @douyinfe/semi-foundation/lib/es/breadcrumb/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/constants.js +1ms vite:resolve 6863.90ms @douyinfe/semi-foundation/lib/es/input/textareaFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/input/textareaFoundation.js +0ms vite:resolve 6863.69ms @babel/runtime-corejs3/core-js-stable/number/is-integer -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/number/is-integer.js +0ms vite:resolve 6863.69ms @douyinfe/semi-foundation/lib/es/pagination/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/pagination/foundation.js +0ms vite:resolve 6863.83ms @douyinfe/semi-foundation/lib/es/input/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/input/constants.js +1ms vite:resolve 6863.88ms @douyinfe/semi-foundation/lib/es/navigation/subNavFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/navigation/subNavFoundation.js +0ms vite:resolve 6864.03ms lodash/flattenDeep -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/flattenDeep.js +0ms vite:resolve 6863.92ms @douyinfe/semi-foundation/lib/es/toast/toastListFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/toast/toastListFoundation.js +0ms vite:resolve 6864.01ms @douyinfe/semi-foundation/lib/es/checkbox/checkbox.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +1ms vite:resolve 467.88ms core-js-pure/stable/array/is-array -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/array/is-array.js +489ms vite:resolve 467.68ms lodash/toInteger -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toInteger.js +483ms vite:resolve 467.05ms core-js-pure/stable/instance/find-index -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/find-index.js +0ms vite:resolve 7111.94ms @douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +7s vite:resolve 7111.39ms @douyinfe/semi-foundation/lib/es/radio/radio.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +1ms vite:resolve 7111.66ms @douyinfe/semi-foundation/lib/es/navigation/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/navigation/constants.js +0ms vite:resolve 7111.64ms @douyinfe/semi-foundation/lib/es/autoComplete/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/constants.js +1ms vite:resolve 7111.83ms @douyinfe/semi-foundation/lib/es/badge/badge.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +0ms vite:resolve 7111.72ms @douyinfe/semi-foundation/lib/es/collapse/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/collapse/foundation.js +0ms vite:resolve 7111.75ms @douyinfe/semi-foundation/lib/es/form/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/form/foundation.js +1ms vite:resolve 7111.56ms @douyinfe/semi-foundation/lib/es/pagination/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/pagination/constants.js +0ms vite:resolve 7111.71ms @douyinfe/semi-foundation/lib/es/breadcrumb/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/foundation.js +0ms vite:resolve 7111.91ms @douyinfe/semi-foundation/lib/es/card/card.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +1ms vite:resolve 7112.06ms @babel/runtime-corejs3/core-js-stable/instance/every -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/every.js +0ms vite:resolve 7107.97ms @douyinfe/semi-foundation/lib/es/utils/isPromise -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/utils/isPromise.js +1ms vite:resolve 7108.15ms @douyinfe/semi-foundation/lib/es/toast/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/toast/constants.js +0ms vite:resolve 7108.42ms @douyinfe/semi-foundation/lib/es/carousel/carousel.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +1ms vite:resolve 7108.66ms @douyinfe/semi-foundation/lib/es/tooltip/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/constants.js +0ms vite:resolve 7108.90ms @douyinfe/semi-foundation/lib/es/button/iconButton.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +0ms vite:resolve 7109.12ms @douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +1ms vite:resolve 7109.01ms core-js-pure/stable/object/keys -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/object/keys.js +7s vite:resolve 7109.12ms core-js-pure/stable/set-timeout -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/set-timeout.js +1ms vite:resolve 7109.32ms @douyinfe/semi-foundation/lib/es/rating/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/rating/foundation.js +1ms vite:resolve 7109.48ms core-js-pure/stable/instance/bind -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/bind.js +0ms vite:resolve 0.54ms react -> E:/desktop/vite-semi/node_modules/.vite/deps/react.js?v=3df37db1 +36s vite:resolve 0.13ms /node_modules/.vite/deps/react.js?v=3df37db1 -> E:/desktop/vite-semi/node_modules/.vite/deps/react.js?v=3df37db1 +1ms vite:import-analysis /node_modules/.vite/deps/react.js?v=3df37db1 needs interop +18s vite:resolve 0.15ms react-dom/client -> E:/desktop/vite-semi/node_modules/.vite/deps/react-dom_client.js?v=847e65f8 +8ms vite:resolve 0.24ms /node_modules/.vite/deps/react-dom_client.js?v=847e65f8 -> E:/desktop/vite-semi/node_modules/.vite/deps/react-dom_client.js?v=847e65f8 +1ms vite:import-analysis /node_modules/.vite/deps/react-dom_client.js?v=847e65f8 needs interop +9ms vite:resolve 3.20ms ./App -> E:/desktop/vite-semi/src/App.tsx +5ms vite:resolve 1.25ms /src/App.tsx -> E:/desktop/vite-semi/src/App.tsx +2ms vite:resolve 1.19ms ./index.css -> E:/desktop/vite-semi/src/index.css +2ms vite:resolve 1.21ms /src/index.css -> E:/desktop/vite-semi/src/index.css +2ms vite:resolve 0.08ms react/jsx-dev-runtime -> react/jsx-dev-runtime +0ms vite:resolve 3.66ms /@id/__x00__react/jsx-dev-runtime -> null +6ms vite:import-analysis 35.25ms [5 imports rewritten] src\main.tsx +23ms vite:transform 41195.75ms /src/main.tsx +19s vite:resolve 10.15ms react/jsx-dev-runtime -> null +18ms vite:load 0.09ms [plugin] react/jsx-dev-runtime +26s vite:resolve 0.15ms react/jsx-dev-runtime -> E:/desktop/vite-semi/node_modules/.vite/deps/react_jsx-dev-runtime.js?v=3df37db1 +5ms vite:resolve 0.12ms /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=3df37db1 -> E:/desktop/vite-semi/node_modules/.vite/deps/react_jsx-dev-runtime.js?v=3df37db1 +1ms vite:import-analysis /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=3df37db1 needs interop +17ms vite:import-analysis 2.19ms [1 imports rewritten] react/jsx-dev-runtime +1ms vite:transform 2.66ms react/jsx-dev-runtime +11ms vite:resolve 3869.94ms @douyinfe/semi-foundation/lib/es/utils/a11y -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/utils/a11y.js +4s vite:resolve 3867.31ms @douyinfe/semi-foundation/lib/es/upload/upload.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +1ms vite:resolve 3866.95ms @babel/runtime-corejs3/core-js-stable/instance/reverse -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/reverse.js +0ms vite:resolve 3861.45ms @douyinfe/semi-foundation/lib/es/autoComplete/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/foundation.js +1ms vite:resolve 3861.25ms @douyinfe/semi-foundation/lib/es/dropdown/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/foundation.js +0ms vite:resolve 3861.06ms @douyinfe/semi-foundation/lib/es/overflowList/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/constants.js +0ms vite:resolve 3858.58ms @douyinfe/semi-foundation/lib/es/anchor/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/anchor/constants.js +1ms vite:resolve 3851.99ms @douyinfe/semi-foundation/lib/es/pagination/pagination.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +0ms vite:resolve 3851.67ms lodash/some -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/some.js +1ms vite:resolve 4188.79ms core-js-pure/stable/instance/splice -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/splice.js +8s vite:resolve 4188.55ms core-js-pure/stable/parse-float -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/parse-float.js +0ms vite:resolve 4188.60ms @douyinfe/semi-foundation/lib/es/rating/rating.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +4s vite:resolve 4187.45ms @douyinfe/semi-foundation/lib/es/toast/toast.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +0ms vite:resolve 4187.54ms @douyinfe/semi-foundation/lib/es/input/input.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +0ms vite:resolve 4187.45ms @douyinfe/semi-foundation/lib/es/collapse/collapse.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +1ms vite:resolve 4187.53ms @douyinfe/semi-foundation/lib/es/notification/notificationListFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/notification/notificationListFoundation.js +0ms vite:resolve 4187.44ms @douyinfe/semi-foundation/lib/es/input/textarea.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +0ms vite:resolve 4185.62ms @douyinfe/semi-foundation/lib/es/tag/tag.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +1ms vite:resolve 4185.13ms @douyinfe/semi-foundation/lib/es/timePicker/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/constants.js +0ms vite:resolve 4184.72ms @douyinfe/semi-foundation/lib/es/grid/grid.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +0ms vite:resolve 2165.62ms @douyinfe/semi-foundation/lib/es/tagInput/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/constants.js +2s vite:resolve 2165.68ms @douyinfe/semi-foundation/lib/es/anchor/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/anchor/foundation.js +1ms vite:resolve 2165.78ms @douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +0ms vite:resolve 2165.37ms core-js-pure/stable/instance/reduce -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/reduce.js +2s vite:resolve 2164.97ms @douyinfe/semi-foundation/lib/es/navigation/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/navigation/foundation.js +0ms vite:resolve 2164.80ms core-js-pure/stable/instance/find -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/find.js +1ms vite:resolve 2164.92ms @douyinfe/semi-foundation/lib/es/dropdown/dropdown.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +1ms vite:resolve 2164.85ms @douyinfe/semi-foundation/lib/es/overflowList/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/foundation.js +0ms vite:resolve 2164.53ms core-js-pure/stable/object/values -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/object/values.js +1ms vite:resolve 2164.61ms core-js-pure/stable/promise -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/promise/index.js +0ms vite:load 10254.07ms [fs] /src/App.tsx +10s vite:load 10350.25ms [fs] /src/index.css +96ms vite:resolve 7589.70ms @douyinfe/semi-foundation/lib/es/notification/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/notification/constants.js +8s vite:resolve 7589.03ms bezier-easing -> E:/desktop/vite-semi/node_modules/.pnpm/bezier-easing@2.1.0/node_modules/bezier-easing/src/index.js +1ms vite:resolve 7588.49ms @douyinfe/semi-foundation/lib/es/calendar/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/calendar/foundation.js +1ms vite:resolve 7588.83ms core-js-pure/stable/instance/keys -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/keys.js +8s vite:resolve 7588.17ms @douyinfe/semi-foundation/lib/es/slider/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/slider/constants.js +1ms vite:resolve 7588.18ms @douyinfe/semi-foundation/lib/es/tree/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tree/foundation.js +0ms vite:resolve 7588.20ms core-js-pure/features/global-this -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/features/global-this.js +2ms vite:resolve 7587.86ms core-js-pure/stable/date/now -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/date/now.js +0ms vite:resolve 7587.48ms @douyinfe/semi-foundation/lib/es/utils/classnames -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/utils/classnames.js +1ms vite:resolve 7587.60ms @douyinfe/semi-foundation/lib/es/tagInput/tagInput.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +0ms vite:resolve 7587.69ms @douyinfe/semi-foundation/lib/es/overflowList/overflowList.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +1ms vite:resolve 7587.80ms @douyinfe/semi-foundation/lib/es/anchor/anchor.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +0ms vite:resolve 7587.43ms @douyinfe/semi-foundation/lib/es/utils/dom -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/utils/dom.js +0ms vite:resolve 7587.28ms @douyinfe/semi-foundation/lib/es/utils/isBothNaN -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/utils/isBothNaN.js +1ms vite:resolve 7587.37ms core-js-pure/stable/set -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/set/index.js +2ms vite:time 66346.55ms /src/main.tsx +36s vite:resolve 5235.53ms lodash/cloneDeepWith -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/cloneDeepWith.js +5s vite:resolve 5214.16ms @douyinfe/semi-foundation/lib/es/notification/notification.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +1ms vite:resolve 5214.21ms @douyinfe/semi-foundation/lib/es/tree/treeUtil -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tree/treeUtil.js +0ms vite:resolve 5213.83ms @douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +0ms vite:resolve 5213.45ms lodash/includes -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/includes.js +1ms vite:resolve 5213.33ms @douyinfe/semi-foundation/lib/es/calendar/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/calendar/constants.js +0ms vite:resolve 5212.97ms @douyinfe/semi-foundation/lib/es/timePicker/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/foundation.js +0ms vite:resolve 5212.89ms @douyinfe/semi-foundation/lib/es/slider/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/slider/foundation.js +0ms vite:resolve 5211.75ms @douyinfe/semi-foundation/lib/es/tagInput/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/foundation.js +1ms vite:resolve 5209.62ms @douyinfe/semi-foundation/lib/es/inputNumber/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/foundation.js +0ms vite:resolve 5206.58ms core-js-pure/stable/map -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/map/index.js +5s vite:resolve 5206.53ms core-js-pure/stable/instance/some -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/some.js +0ms vite:import-analysis /node_modules/.vite/deps/react.js?v=3df37db1 needs interop +23s vite:resolve 1.13ms ./assets/react.svg -> E:/desktop/vite-semi/src/assets/react.svg +23s vite:resolve 1.09ms /src/assets/react.svg -> E:/desktop/vite-semi/src/assets/react.svg +2ms vite:resolve 0.93ms ./App.css -> E:/desktop/vite-semi/src/App.css +1ms vite:resolve 0.87ms /src/App.css -> E:/desktop/vite-semi/src/App.css +1ms vite:resolve 0.08ms @douyinfe/semi-ui -> E:/desktop/vite-semi/node_modules/.vite/deps/@douyinfe_semi-ui.js?v=3b667f9e +0ms vite:resolve 0.08ms /node_modules/.vite/deps/@douyinfe_semi-ui.js?v=3b667f9e -> E:/desktop/vite-semi/node_modules/.vite/deps/@douyinfe_semi-ui.js?v=3b667f9e +1ms vite:hmr [self-accepts] src\App.tsx +0ms vite:import-analysis 15.34ms [6 imports rewritten] src\App.tsx +14ms vite:transform 12965.54ms /src/App.tsx +23s vite:cache [memory] /@react-refresh +0ms vite:cache [memory] react/jsx-dev-runtime +3ms vite:load 0.73ms [plugin] /src/assets/react.svg +13s vite:import-analysis 0.02ms [no imports] src\assets\react.svg +12ms vite:transform 0.38ms /src/assets/react.svg +8ms vite:resolve 5750.74ms core-js-pure/stable/array/from -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/array/from.js +6s vite:resolve 5750.66ms @douyinfe/semi-foundation/lib/es/form/form.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +6s vite:resolve 5750.43ms @douyinfe/semi-foundation/lib/es/scrollList/itemFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/itemFoundation.js +1ms vite:resolve 5749.39ms @douyinfe/semi-foundation/lib/es/table/utils -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/table/utils.js +0ms vite:resolve 5748.97ms @douyinfe/semi-foundation/lib/es/tree/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tree/constants.js +1ms vite:resolve 5749.42ms @babel/runtime-corejs3/core-js-stable/set-interval -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/set-interval.js +1ms vite:resolve 5749.08ms core-js-pure/stable/instance/every -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/every.js +4ms vite:resolve 5749.04ms @douyinfe/semi-foundation/lib/es/slider/slider.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +1ms vite:resolve 5749.19ms core-js-pure/stable/instance/reverse -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/reverse.js +1ms vite:resolve 5749.36ms @douyinfe/semi-foundation/lib/es/inputNumber/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/constants.js +1ms vite:resolve 5749.09ms core-js-pure/stable/object/entries -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/object/entries.js +0ms vite:resolve 5749.20ms core-js-pure/stable/number/is-integer -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/number/is-integer.js +1ms vite:cache [memory] react/jsx-dev-runtime +6s vite:time 0.67ms /@id/__x00__react/jsx-dev-runtime +11s vite:resolve 624.97ms @babel/runtime/helpers/esm/extends -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/extends.js +638ms vite:resolve 624.57ms @douyinfe/semi-foundation/lib/es/scrollList/scrollTo -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollTo.js +1ms vite:resolve 4769.86ms @douyinfe/semi-foundation/lib/es/tabs/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tabs/foundation.js +5s vite:resolve 4770.07ms core-js-pure/stable/set-interval -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/set-interval.js +5s vite:resolve 4767.59ms @douyinfe/semi-foundation/lib/es/timePicker/timePicker.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +1ms vite:resolve 4766.61ms react-sortable-hoc -> E:/desktop/vite-semi/node_modules/.pnpm/react-sortable-hoc@2.0.0_biqbaboplfbrettd7655fr4n2y/node_modules/react-sortable-hoc/dist/react-sortable-hoc.esm.js +1ms vite:resolve 4764.27ms @babel/runtime/helpers/esm/assertThisInitialized -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +1ms vite:resolve 4763.34ms @douyinfe/semi-foundation/lib/es/utils/isElement -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/utils/isElement.js +0ms vite:load 11187.55ms [fs] /src/App.css +11s vite:resolve 4842.11ms @douyinfe/semi-animation-styled -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-animation-styled@2.18.2/node_modules/@douyinfe/semi-animation-styled/lib/es/index.js +5s vite:resolve 4842.15ms @douyinfe/semi-foundation/lib/es/radio/radioInnerFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/radio/radioInnerFoundation.js +0ms vite:resolve 4840.13ms @douyinfe/semi-foundation/lib/es/upload/utils -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/upload/utils.js +0ms vite:resolve 4837.73ms @douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +1ms vite:resolve 4837.39ms @douyinfe/semi-foundation/lib/es/utils/Event -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/utils/Event.js +0ms vite:resolve 4837.28ms lodash/toString -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toString.js +0ms vite:resolve 4837.34ms lodash/filter -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/filter.js +1ms vite:resolve 4836.32ms @douyinfe/semi-foundation/lib/es/tree/tree.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +0ms vite:resolve 4836.23ms @douyinfe/semi-foundation/lib/es/cascader/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/cascader/foundation.js +0ms vite:resolve 4836.13ms @babel/runtime/helpers/esm/inheritsLoose -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +0ms vite:resolve 4835.59ms @douyinfe/semi-foundation/lib/es/tabs/tabs.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +1ms vite:resolve 4835.45ms @douyinfe/semi-foundation/lib/es/calendar/eventUtil -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/calendar/eventUtil.js +0ms vite:resolve 4833.99ms @douyinfe/semi-foundation/lib/es/_portal/portal.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +0ms vite:resolve 4834.04ms resize-observer-polyfill -> E:/desktop/vite-semi/node_modules/.pnpm/resize-observer-polyfill@1.5.1/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +0ms vite:resolve 4833.78ms lodash/split -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/split.js +1ms vite:time 10268.56ms /src/App.tsx +10s vite:resolve 5056.30ms @douyinfe/semi-foundation/lib/es/treeSelect/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/foundation.js +5s vite:resolve 5051.78ms @douyinfe/semi-foundation/lib/es/cascader/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/cascader/constants.js +1ms vite:resolve 5051.62ms memoize-one -> E:/desktop/vite-semi/node_modules/.pnpm/memoize-one@5.2.1/node_modules/memoize-one/dist/memoize-one.esm.js +1ms vite:resolve 5050.54ms @douyinfe/semi-foundation/lib/es/datePicker/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/foundation.js +0ms vite:resolve 5050.57ms core-js-pure/stable/instance/last-index-of -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/last-index-of.js +10s vite:resolve 5050.65ms @babel/runtime/helpers/esm/slicedToArray -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +1ms vite:resolve 5375.48ms lodash/slice -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/slice.js +6s vite:resolve 5375.78ms async-validator -> E:/desktop/vite-semi/node_modules/.pnpm/async-validator@3.5.2/node_modules/async-validator/dist-web/index.js +1ms vite:resolve 5376.01ms @douyinfe/semi-foundation/lib/es/utils/Logger -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/utils/Logger.js +0ms vite:resolve 5376.24ms @douyinfe/semi-foundation/lib/es/transfer/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/transfer/foundation.js +0ms vite:resolve 5375.37ms @douyinfe/semi-foundation/lib/es/tooltip/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/foundation.js +1ms vite:resolve 5375.31ms @babel/runtime/helpers/esm/objectSpread -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/objectSpread.js +0ms vite:resolve 5375.46ms scroll-into-view-if-needed -> E:/desktop/vite-semi/node_modules/.pnpm/scroll-into-view-if-needed@2.2.29/node_modules/scroll-into-view-if-needed/es/index.js +0ms vite:resolve 5375.57ms @douyinfe/semi-foundation/lib/es/select/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/select/foundation.js +1ms vite:resolve 5374.84ms @douyinfe/semi-foundation/lib/es/utils/isEnterPress -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/utils/isEnterPress.js +0ms vite:resolve 2238.77ms @babel/runtime/helpers/esm/objectWithoutPropertiesLoose -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +2s vite:resolve 2237.73ms @babel/runtime/helpers/esm/classCallCheck -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +1ms vite:resolve 2237.21ms @douyinfe/semi-foundation/lib/es/cascader/cascader.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +0ms vite:resolve 2235.95ms @douyinfe/semi-foundation/lib/es/transfer/transferUtils -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transferUtils.js +0ms vite:resolve 2234.80ms @douyinfe/semi-foundation/lib/es/treeSelect/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/constants.js +0ms vite:resolve 2479.76ms @douyinfe/semi-foundation/lib/es/select/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/select/constants.js +2s vite:resolve 2479.22ms @babel/runtime-corejs3/core-js-stable/number/is-nan -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/number/is-nan.js +0ms vite:resolve 2479.25ms @douyinfe/semi-foundation/lib/es/toast/toastFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/toast/toastFoundation.js +1ms vite:resolve 2479.27ms compute-scroll-into-view -> E:/desktop/vite-semi/node_modules/.pnpm/compute-scroll-into-view@1.0.17/node_modules/compute-scroll-into-view/dist/index.module.js +0ms vite:resolve 2479.21ms @babel/runtime/helpers/esm/createClass -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/createClass.js +0ms vite:resolve 3695.28ms react-resizable -> E:/desktop/vite-semi/node_modules/.pnpm/react-resizable@1.11.1_biqbaboplfbrettd7655fr4n2y/node_modules/react-resizable/index.js +4s vite:resolve 3695.17ms @babel/runtime-corejs3/core-js-stable/instance/sort -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/sort.js +1ms vite:resolve 3695.38ms @douyinfe/semi-foundation/lib/es/transfer/constants -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/transfer/constants.js +0ms vite:resolve 3695.10ms @douyinfe/semi-foundation/lib/es/datePicker/datePicker.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +1ms vite:resolve 3693.52ms @douyinfe/semi-foundation/lib/es/anchor/linkFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/anchor/linkFoundation.js +0ms vite:resolve 3693.37ms lodash/toNumber -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toNumber.js +1ms vite:resolve 3693.42ms @babel/runtime/helpers/esm/possibleConstructorReturn -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0ms vite:resolve 94.36ms core-js-pure/stable/number/is-nan -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/number/is-nan.js +14s vite:resolve 3292.49ms @douyinfe/semi-foundation/lib/es/cascader/util -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/cascader/util.js +3s vite:resolve 3292.13ms @douyinfe/semi-foundation/lib/es/transfer/transfer.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +1ms vite:resolve 3292.21ms @babel/runtime/helpers/esm/getPrototypeOf -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0ms vite:resolve 3292.00ms @douyinfe/semi-foundation/lib/es/tooltip/tooltip.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +1ms vite:resolve 3291.94ms lodash/clone -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/clone.js +0ms vite:resolve 2922.34ms @babel/runtime/helpers/esm/inherits -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/inherits.js +3s vite:resolve 2920.48ms @babel/runtime-corejs3/core-js-stable/instance/entries -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/entries.js +0ms vite:resolve 2916.92ms @babel/runtime-corejs3/core-js-stable/url -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/url.js +1ms vite:resolve 2916.98ms prop-types -> E:/desktop/vite-semi/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js +6s vite:resolve 2915.98ms @douyinfe/semi-foundation/lib/es/utils/getHighlight -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/utils/getHighlight.js +0ms vite:resolve 2915.28ms react-draggable -> E:/desktop/vite-semi/node_modules/.pnpm/react-draggable@4.4.5_biqbaboplfbrettd7655fr4n2y/node_modules/react-draggable/build/cjs/cjs.js +1ms vite:resolve 2910.76ms @babel/runtime-corejs3/core-js-stable/object/define-properties -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/object/define-properties.js +1ms vite:resolve 2602.43ms @douyinfe/semi-foundation/lib/es/breadcrumb/itemFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/itemFoundation.js +3s vite:resolve 2602.74ms @douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +0ms vite:resolve 2600.60ms date-fns -> E:/desktop/vite-semi/node_modules/.pnpm/date-fns@2.29.2/node_modules/date-fns/esm/index.js +1ms vite:resolve 3513.13ms lodash/max -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/max.js +4s vite:resolve 3511.78ms copy-text-to-clipboard -> E:/desktop/vite-semi/node_modules/.pnpm/copy-text-to-clipboard@2.2.0/node_modules/copy-text-to-clipboard/index.js +1ms vite:resolve 3511.78ms @babel/runtime/helpers/esm/defineProperty -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/defineProperty.js +0ms vite:resolve 3511.59ms core-js-pure/stable/object/define-properties -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/object/define-properties.js +7s vite:resolve 2876.73ms lodash/uniq -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/uniq.js +3s vite:resolve 2876.14ms @babel/runtime-corejs3/core-js-stable/instance/fill -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/fill.js +0ms vite:resolve 2874.22ms @douyinfe/semi-foundation/lib/es/notification/notificationFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/notification/notificationFoundation.js +1ms vite:resolve 2872.82ms @douyinfe/semi-foundation/lib/es/select/select.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +0ms vite:resolve 433.15ms @douyinfe/semi-foundation/lib/es/modal/modalContentFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/modal/modalContentFoundation.js +435ms vite:resolve 433.40ms @douyinfe/semi-foundation/lib/es/timePicker/inputFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/inputFoundation.js +0ms vite:resolve 433.48ms core-js-pure/stable/url -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/url/index.js +3s vite:resolve 2871.36ms clsx -> E:/desktop/vite-semi/node_modules/.pnpm/clsx@1.2.1/node_modules/clsx/dist/clsx.m.js +3s vite:resolve 2870.80ms lodash/isEqualWith -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isEqualWith.js +3s vite:resolve 2294.36ms date-fns-tz -> E:/desktop/vite-semi/node_modules/.pnpm/date-fns-tz@1.3.7_date-fns@2.29.2/node_modules/date-fns-tz/index.js +2s vite:resolve 2292.94ms lodash/assign -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/assign.js +0ms vite:resolve 2292.19ms invariant -> E:/desktop/vite-semi/node_modules/.pnpm/invariant@2.2.4/node_modules/invariant/browser.js +1ms vite:resolve 2291.79ms core-js-pure/stable/instance/sort -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/sort.js +2s vite:resolve 2291.89ms @douyinfe/semi-foundation/lib/es/timePicker/ComboxFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/ComboxFoundation.js +0ms vite:resolve 2291.75ms core-js-pure/stable/instance/entries -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/entries.js +0ms vite:resolve 1924.09ms @babel/runtime/helpers/esm/toConsumableArray -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +2s vite:resolve 1923.78ms @babel/runtime-corejs3/core-js-stable/object/define-property -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/object/define-property.js +1ms vite:resolve 1923.66ms @douyinfe/semi-foundation/lib/es/utils/FocusHandle -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/utils/FocusHandle.js +0ms vite:resolve 2094.68ms @douyinfe/semi-foundation/lib/es/utils/Store -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/utils/Store.js +2s vite:resolve 2094.13ms lodash/without -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/without.js +1ms vite:resolve 2094.33ms date-fns/_lib/cloneObject/index.js -> E:/desktop/vite-semi/node_modules/.pnpm/date-fns@2.29.2/node_modules/date-fns/_lib/cloneObject/index.js +4s vite:resolve 2094.49ms date-fns/format/index.js -> E:/desktop/vite-semi/node_modules/.pnpm/date-fns@2.29.2/node_modules/date-fns/format/index.js +0ms vite:resolve 2094.65ms date-fns/_lib/toInteger/index.js -> E:/desktop/vite-semi/node_modules/.pnpm/date-fns@2.29.2/node_modules/date-fns/_lib/toInteger/index.js +0ms vite:resolve 415.49ms @douyinfe/semi-foundation/lib/es/table/foundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/table/foundation.js +417ms vite:resolve 1716.67ms @douyinfe/semi-foundation/lib/es/datePicker/inputFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/inputFoundation.js +2s vite:resolve 1716.84ms @babel/runtime-corejs3/core-js-stable/object/freeze -> E:/desktop/vite-semi/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/object/freeze.js +1ms vite:resolve 1716.84ms date-fns/_lib/getTimezoneOffsetInMilliseconds/index.js -> E:/desktop/vite-semi/node_modules/.pnpm/date-fns@2.29.2/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds/index.js +2s vite:resolve 1716.98ms core-js-pure/stable/object/define-property -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/object/define-property.js +0ms vite:resolve 1716.86ms @douyinfe/semi-foundation/lib/es/datePicker/yearAndMonthFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/yearAndMonthFoundation.js +1ms vite:resolve 1345.60ms @douyinfe/semi-foundation/lib/es/table/table.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +1s vite:resolve 1345.92ms @douyinfe/semi-foundation/lib/es/datePicker/monthsGridFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/monthsGridFoundation.js +0ms vite:resolve 181.67ms @douyinfe/semi-foundation/lib/es/datePicker/_utils/index -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/_utils/index.js +183ms vite:resolve 1584.10ms @douyinfe/semi-foundation/lib/es/datePicker/_utils/parser -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/_utils/parser.js +3s vite:resolve 1581.37ms core-js-pure/stable/object/freeze -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/object/freeze.js +5s vite:resolve 597.27ms lodash/isMap -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isMap.js +1s vite:resolve 1347.69ms @douyinfe/semi-foundation/lib/es/datePicker/_utils/getDefaultFormatToken -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/_utils/getDefaultFormatToken.js +2s vite:resolve 1437.88ms @douyinfe/semi-foundation/lib/es/datePicker/_utils/getDefaultPickerDate -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/_utils/getDefaultPickerDate.js +1s vite:hmr [self-accepts] src\index.css +1m vite:import-analysis 1.91ms [0 imports rewritten] src\index.css +1m vite:transform 84685.72ms /src/index.css +1m vite:time 66037.15ms /src/index.css +56s vite:resolve 1398.26ms lodash/pull -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/pull.js +1s vite:cache [304] /src/assets/react.svg +0ms vite:time 4.22ms /src/assets/react.svg?import +1s vite:resolve 1023.95ms @douyinfe/semi-foundation/lib/es/table/tableSelectionCellFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/table/tableSelectionCellFoundation.js +1s vite:resolve 1024.11ms lodash/size -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/size.js +1ms vite:resolve 1024.02ms core-js-pure/stable/instance/fill -> E:/desktop/vite-semi/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/fill.js +7s vite:hmr [self-accepts] src\App.css +3s vite:import-analysis 0.56ms [0 imports rewritten] src\App.css +3s vite:transform 63963.08ms /src/App.css +3s vite:time 53805.54ms /src/App.css +2s vite:deps ✨ static imports crawl ended +3m vite:resolve 378.34ms @douyinfe/semi-foundation/lib/es/datePicker/monthFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/monthFoundation.js +5s vite:resolve 152.11ms @douyinfe/semi-foundation/lib/es/table/bodyFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/table/bodyFoundation.js +2s vite:resolve 203.46ms lodash/findLastIndex -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/findLastIndex.js +824ms vite:resolve 235.49ms lodash/stubTrue -> E:/desktop/vite-semi/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/stubTrue.js +599ms vite:spa-fallback Rewriting GET / to /index.html +3m vite:time 25.63ms /index.html +10s vite:cache [304] /@vite/client +12s vite:time 2.72ms /@vite/client +186ms vite:cache [304] /src/main.tsx +2ms vite:time 1.64ms /src/main.tsx +2ms vite:cache [304] /@react-refresh +12ms vite:time 0.68ms /@react-refresh +12ms vite:cache [304] /src/App.tsx +143ms vite:time 1.54ms /src/App.tsx +143ms vite:cache [304] /src/index.css +2ms vite:time 1.59ms /src/index.css +2ms vite:resolve 136.68ms @douyinfe/semi-foundation/lib/es/utils/shallowEqualObjects -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/utils/shallowEqualObjects.js +3s vite:cache [304] react/jsx-dev-runtime +141ms vite:time 0.77ms /@id/__x00__react/jsx-dev-runtime +141ms vite:cache [304] /node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +3ms vite:time 2.59ms /node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +3ms vite:resolve 136.87ms @douyinfe/semi-foundation/lib/es/table/tableRowFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/table/tableRowFoundation.js +142ms vite:resolve 142.21ms @douyinfe/semi-foundation/lib/es/table/cellFoundation -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/table/cellFoundation.js +834ms vite:deps deps bundled in 214593.78ms +10s vite:deps ✨ using post-scan optimizer result, the scanner found every used dependency +1ms vite:optimize-deps load E:/desktop/vite-semi/node_modules/.vite/deps/react.js +0ms vite:optimize-deps load E:/desktop/vite-semi/node_modules/.vite/deps/react-dom_client.js +0ms vite:optimize-deps load E:/desktop/vite-semi/node_modules/.vite/deps/react_jsx-dev-runtime.js +1ms vite:optimize-deps load E:/desktop/vite-semi/node_modules/.vite/deps/@douyinfe_semi-ui.js +0ms vite:deps ✨ dependencies optimized +7ms vite:load 110476.08ms [plugin] /node_modules/.vite/deps/react.js?v=3df37db1 +1m vite:resolve 0.46ms ./chunk-UTTTBJE4.js -> E:/desktop/vite-semi/node_modules/.vite/deps/chunk-UTTTBJE4.js?v=e762c2a5 +1m vite:resolve 0.21ms /node_modules/.vite/deps/chunk-UTTTBJE4.js?v=e762c2a5 -> E:/desktop/vite-semi/node_modules/.vite/deps/chunk-UTTTBJE4.js?v=e762c2a5 +1ms vite:import-analysis 2.61ms [1 imports rewritten] node_modules\.vite\deps\react.js?v=3df37db1 +12s vite:transform 4.20ms /node_modules/.vite/deps/react.js?v=3df37db1 +12s vite:time 80844.58ms /node_modules/.vite/deps/react.js?v=3df37db1 +2s vite:time 1553.56ms /node_modules/.vite/deps/react.js?v=3df37db1 +1ms vite:optimize-deps load E:/desktop/vite-semi/node_modules/.vite/deps/chunk-UTTTBJE4.js +10ms vite:load 110484.83ms [plugin] /node_modules/.vite/deps/react-dom_client.js?v=847e65f8 +8ms vite:resolve 0.36ms ./chunk-4EAVA5RD.js -> E:/desktop/vite-semi/node_modules/.vite/deps/chunk-4EAVA5RD.js?v=e762c2a5 +8ms vite:resolve 0.24ms /node_modules/.vite/deps/chunk-4EAVA5RD.js?v=e762c2a5 -> E:/desktop/vite-semi/node_modules/.vite/deps/chunk-4EAVA5RD.js?v=e762c2a5 +1ms vite:import-analysis 4.79ms [2 imports rewritten] node_modules\.vite\deps\react-dom_client.js?v=847e65f8 +11ms vite:transform 6.59ms /node_modules/.vite/deps/react-dom_client.js?v=847e65f8 +11ms vite:time 81491.76ms /node_modules/.vite/deps/react-dom_client.js?v=847e65f8 +10ms vite:time 1561.97ms /node_modules/.vite/deps/react-dom_client.js?v=847e65f8 +1ms vite:optimize-deps load E:/desktop/vite-semi/node_modules/.vite/deps/chunk-4EAVA5RD.js +10ms vite:load 110489.99ms [plugin] /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=3df37db1 +11ms vite:import-analysis 3.56ms [1 imports rewritten] node_modules\.vite\deps\react_jsx-dev-runtime.js?v=3df37db1 +9ms vite:transform 4.70ms /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=3df37db1 +8ms vite:time 80862.80ms /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=3df37db1 +8ms vite:cache [304] /src/assets/react.svg +2s vite:time 4.48ms /src/assets/react.svg?import +7ms vite:cache [304] /src/App.css +4ms vite:time 3.27ms /src/App.css +4ms vite:cache [memory] /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=3df37db1 +1m vite:time 0.84ms /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=3df37db1 +3ms vite:load 32.91ms [plugin] /node_modules/.vite/deps/chunk-UTTTBJE4.js?v=e762c2a5 +21ms vite:import-analysis 1.14ms [no imports] node_modules\.vite\deps\chunk-UTTTBJE4.js?v=e762c2a5 +19ms vite:transform 2.30ms /node_modules/.vite/deps/chunk-UTTTBJE4.js?v=e762c2a5 +19ms vite:load 26.63ms [plugin] /node_modules/.vite/deps/chunk-4EAVA5RD.js?v=e762c2a5 +5ms vite:import-analysis 31.47ms [1 imports rewritten] node_modules\.vite\deps\chunk-4EAVA5RD.js?v=e762c2a5 +40ms vite:transform 38.11ms /node_modules/.vite/deps/chunk-4EAVA5RD.js?v=e762c2a5 +41ms vite:cache [memory] /node_modules/.vite/deps/chunk-UTTTBJE4.js?v=e762c2a5 +50ms vite:cache [memory] /node_modules/.vite/deps/chunk-UTTTBJE4.js?v=e762c2a5 +1ms vite:time 1.25ms /node_modules/.vite/deps/chunk-UTTTBJE4.js?v=e762c2a5 +51ms vite:cache [memory] /node_modules/.vite/deps/chunk-4EAVA5RD.js?v=e762c2a5 +2ms vite:time 0.96ms /node_modules/.vite/deps/chunk-4EAVA5RD.js?v=e762c2a5 +2ms vite:cache [memory] /node_modules/.vite/deps/chunk-UTTTBJE4.js?v=e762c2a5 +5ms vite:time 1.05ms /node_modules/.vite/deps/chunk-UTTTBJE4.js?v=e762c2a5 +4ms vite:cache [memory] /node_modules/.vite/deps/chunk-4EAVA5RD.js?v=e762c2a5 +6ms vite:time 3.68ms /node_modules/.vite/deps/chunk-4EAVA5RD.js?v=e762c2a5 +7ms vite:load 87397.85ms [plugin] /node_modules/.vite/deps/@douyinfe_semi-ui.js?v=3b667f9e +107ms vite:resolve 2.29ms /node_modules/.pnpm/@douyinfe+semi-ui@2.18.2_biqbaboplfbrettd7655fr4n2y/node_modules/@douyinfe/semi-ui/lib/es/_base/base.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-ui@2.18.2_biqbaboplfbrettd7655fr4n2y/node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +354ms vite:resolve 2.05ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +5ms vite:resolve 1.95ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +5ms vite:resolve 1.92ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +4ms vite:resolve 1.86ms /node_modules/.pnpm/@douyinfe+semi-icons@2.18.2_react@18.2.0/node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-icons@2.18.2_react@18.2.0/node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +5ms vite:resolve 1.89ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +5ms vite:resolve 1.83ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +4ms vite:resolve 2.09ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +4ms vite:resolve 1.84ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/input/input.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +5ms vite:resolve 2.01ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +5ms vite:resolve 1.84ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +4ms vite:resolve 2.11ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +5ms vite:resolve 1.78ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/button/button.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +4ms vite:resolve 1.80ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +4ms vite:resolve 1.71ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +4ms vite:resolve 1.89ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +5ms vite:resolve 1.72ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +4ms vite:resolve 1.70ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +8ms vite:resolve 1.90ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/card/card.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +28ms vite:resolve 1.81ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +5ms vite:resolve 1.81ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/space/space.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +9ms vite:resolve 1.76ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +5ms vite:resolve 2.05ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +4ms vite:resolve 2.53ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +6ms vite:resolve 1.78ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +4ms vite:resolve 1.75ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +4ms vite:resolve 2.27ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +6ms vite:resolve 1.73ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +4ms vite:resolve 1.70ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +3ms vite:resolve 2.13ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +5ms vite:resolve 1.91ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +9ms vite:resolve 1.86ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +4ms vite:resolve 1.89ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +5ms vite:resolve 1.81ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +16ms vite:resolve 2.33ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +4ms vite:resolve 1.74ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +5ms vite:resolve 1.72ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/list/list.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +3ms vite:resolve 1.75ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +5ms vite:resolve 1.87ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +4ms vite:resolve 1.70ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +4ms vite:resolve 1.63ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +16ms vite:resolve 3.51ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +12ms vite:resolve 1.82ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +4ms vite:resolve 1.76ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/select/select.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +5ms vite:resolve 1.72ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +4ms vite:resolve 1.87ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +4ms vite:resolve 1.72ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +4ms vite:resolve 1.73ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +4ms vite:resolve 2.05ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +8ms vite:resolve 1.98ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +5ms vite:resolve 1.83ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +8ms vite:resolve 2.05ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +5ms vite:resolve 1.89ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/table/table.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +4ms vite:resolve 1.86ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +8ms vite:resolve 2.41ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +5ms vite:resolve 1.79ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +10ms vite:resolve 3.71ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +6ms vite:resolve 2.12ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +5ms vite:resolve 2.08ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +10ms vite:resolve 2.14ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +5ms vite:resolve 2.02ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +5ms vite:resolve 2.03ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/form/form.css -> E:/desktop/vite-semi/node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +5ms vite:import-analysis 663.24ms [64 imports rewritten] node_modules\.vite\deps\@douyinfe_semi-ui.js?v=3b667f9e +770ms vite:transform 702.03ms /node_modules/.vite/deps/@douyinfe_semi-ui.js?v=3b667f9e +771ms vite:time 61391.09ms /node_modules/.vite/deps/@douyinfe_semi-ui.js?v=3b667f9e +776ms vite:time 876.13ms /node_modules/.vite/deps/@douyinfe_semi-ui.js?v=3b667f9e +34ms vite:cache [memory] /node_modules/.vite/deps/chunk-4EAVA5RD.js?v=e762c2a5 +1s vite:cache [memory] /node_modules/.vite/deps/chunk-UTTTBJE4.js?v=e762c2a5 +0ms vite:load 56.01ms [fs] /node_modules/.pnpm/@douyinfe+semi-ui@2.18.2_biqbaboplfbrettd7655fr4n2y/node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +1s vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-ui@2.18.2_biqbaboplfbrettd7655fr4n2y\node_modules\@douyinfe\semi-ui\lib\es\_base\base.css +13s vite:import-analysis 1.42ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-ui@2.18.2_biqbaboplfbrettd7655fr4n2y\node_modules\@douyinfe\semi-ui\lib\es\_base\base.css +551ms vite:transform 2.72ms /node_modules/.pnpm/@douyinfe+semi-ui@2.18.2_biqbaboplfbrettd7655fr4n2y/node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +550ms vite:load 64.88ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +9ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\typography\typography.css +5ms vite:import-analysis 0.80ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\typography\typography.css +6ms vite:transform 1.58ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +5ms vite:load 69.79ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\tooltip\tooltip.css +6ms vite:import-analysis 0.62ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\tooltip\tooltip.css +5ms vite:transform 1.47ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +6ms vite:load 75.53ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +6ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\_portal\portal.css +5ms vite:import-analysis 0.41ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\_portal\portal.css +5ms vite:transform 0.88ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +4ms vite:load 80.07ms [fs] /node_modules/.pnpm/@douyinfe+semi-icons@2.18.2_react@18.2.0/node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-icons@2.18.2_react@18.2.0\node_modules\@douyinfe\semi-icons\lib\es\styles\icons.css +4ms vite:import-analysis 0.37ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-icons@2.18.2_react@18.2.0\node_modules\@douyinfe\semi-icons\lib\es\styles\icons.css +4ms vite:transform 0.79ms /node_modules/.pnpm/@douyinfe+semi-icons@2.18.2_react@18.2.0/node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +4ms vite:load 83.79ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\popover\popover.css +4ms vite:import-analysis 0.36ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\popover\popover.css +4ms vite:transform 0.89ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +4ms vite:load 87.51ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\anchor\anchor.css +3ms vite:import-analysis 0.34ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\anchor\anchor.css +4ms vite:transform 0.86ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +4ms vite:load 91.26ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\spin\spin.css +6ms vite:import-analysis 0.54ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\spin\spin.css +5ms vite:transform 1.37ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +5ms vite:load 96.90ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +6ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\input\input.css +5ms vite:import-analysis 0.74ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\input\input.css +6ms vite:transform 1.98ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +6ms vite:load 102.32ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\autoComplete\autoComplete.css +5ms vite:import-analysis 0.53ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\autoComplete\autoComplete.css +4ms vite:transform 1.15ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +4ms vite:load 106.77ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\avatar\avatar.css +6ms vite:import-analysis 0.70ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\avatar\avatar.css +7ms vite:transform 1.65ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +7ms vite:load 113.38ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +6ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\backtop\backtop.css +5ms vite:import-analysis 0.45ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\backtop\backtop.css +4ms vite:transform 0.95ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +4ms vite:load 117.78ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\button\button.css +4ms vite:import-analysis 0.60ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\button\button.css +5ms vite:transform 2.82ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +7ms vite:load 124.17ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +6ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\button\iconButton.css +11ms vite:import-analysis 1.04ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\button\iconButton.css +11ms vite:transform 2.10ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +9ms vite:load 133.87ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +10ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\badge\badge.css +7ms vite:import-analysis 0.55ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\badge\badge.css +6ms vite:transform 1.29ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +7ms vite:load 139.84ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +6ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\banner\banner.css +7ms vite:import-analysis 0.49ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\banner\banner.css +8ms vite:transform 1.14ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +7ms vite:load 147.24ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +7ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\breadcrumb\breadcrumb.css +6ms vite:import-analysis 0.48ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\breadcrumb\breadcrumb.css +5ms vite:transform 1.12ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +5ms vite:load 152.63ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +6ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\calendar\calendar.css +5ms vite:import-analysis 0.58ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\calendar\calendar.css +5ms vite:transform 1.63ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +5ms vite:load 157.29ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\card\card.css +3ms vite:import-analysis 0.33ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\card\card.css +4ms vite:transform 0.83ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +4ms vite:load 161.05ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\skeleton\skeleton.css +4ms vite:import-analysis 0.47ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\skeleton\skeleton.css +3ms vite:transform 0.98ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +4ms vite:load 164.94ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\space\space.css +4ms vite:import-analysis 0.42ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\space\space.css +5ms vite:transform 0.87ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +4ms vite:load 168.84ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\carousel\carousel.css +5ms vite:import-analysis 0.41ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\carousel\carousel.css +4ms vite:transform 1.02ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +5ms vite:load 173.67ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\cascader\cascader.css +4ms vite:import-analysis 0.40ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\cascader\cascader.css +4ms vite:transform 1.05ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +3ms vite:load 177.79ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\tag\tag.css +5ms vite:import-analysis 0.47ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\tag\tag.css +6ms vite:transform 1.16ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +6ms vite:load 182.84ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\checkbox\checkbox.css +4ms vite:import-analysis 0.48ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\checkbox\checkbox.css +4ms vite:transform 1.21ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +4ms vite:load 187.19ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\tagInput\tagInput.css +4ms vite:import-analysis 0.33ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\tagInput\tagInput.css +4ms vite:transform 0.79ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +4ms vite:load 190.74ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\collapse\collapse.css +4ms vite:import-analysis 0.26ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\collapse\collapse.css +3ms vite:transform 0.65ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +3ms vite:load 194.12ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\scrollList\scrollList.css +5ms vite:import-analysis 0.54ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\scrollList\scrollList.css +6ms vite:transform 1.34ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +6ms vite:load 199.89ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +6ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\datePicker\datePicker.css +7ms vite:import-analysis 0.77ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\datePicker\datePicker.css +6ms vite:transform 2.54ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +6ms vite:load 206.23ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +7ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\descriptions\descriptions.css +3ms vite:import-analysis 0.32ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\descriptions\descriptions.css +4ms vite:transform 0.81ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +4ms vite:load 209.75ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\divider\divider.css +5ms vite:import-analysis 0.50ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\divider\divider.css +5ms vite:transform 1.17ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +5ms vite:load 214.73ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\modal\modal.css +5ms vite:import-analysis 0.42ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\modal\modal.css +5ms vite:transform 0.97ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +5ms vite:load 219.64ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\empty\empty.css +4ms vite:import-analysis 0.35ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\empty\empty.css +3ms vite:transform 0.84ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +4ms vite:load 223.43ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\dropdown\dropdown.css +4ms vite:import-analysis 0.44ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\dropdown\dropdown.css +4ms vite:transform 1.00ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +3ms vite:load 227.44ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\grid\grid.css +7ms vite:import-analysis 1.08ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\grid\grid.css +8ms vite:transform 3.80ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +8ms vite:load 234.99ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +8ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\layout\layout.css +5ms vite:import-analysis 0.39ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\layout\layout.css +4ms vite:transform 0.85ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +4ms vite:load 238.87ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\input\textarea.css +4ms vite:import-analysis 0.53ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\input\textarea.css +5ms vite:transform 1.34ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +5ms vite:load 243.71ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\list\list.css +6ms vite:import-analysis 0.48ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\list\list.css +6ms vite:transform 1.28ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +6ms vite:load 249.95ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +7ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\inputNumber\inputNumber.css +5ms vite:import-analysis 0.39ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\inputNumber\inputNumber.css +4ms vite:transform 0.89ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +4ms vite:load 253.83ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\navigation\navigation.css +4ms vite:import-analysis 0.63ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\navigation\navigation.css +5ms vite:transform 1.82ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +5ms vite:load 258.98ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +6ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\notification\notification.css +6ms vite:import-analysis 0.60ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\notification\notification.css +6ms vite:transform 1.27ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +6ms vite:load 264.65ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\overflowList\overflowList.css +4ms vite:import-analysis 0.37ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\overflowList\overflowList.css +4ms vite:transform 0.80ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +4ms vite:load 268.43ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\pagination\pagination.css +4ms vite:import-analysis 0.42ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\pagination\pagination.css +3ms vite:transform 0.91ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +4ms vite:load 272.16ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\popconfirm\popconfirm.css +4ms vite:import-analysis 0.35ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\popconfirm\popconfirm.css +4ms vite:transform 0.79ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +4ms vite:load 276.09ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\select\select.css +5ms vite:import-analysis 0.48ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\select\select.css +5ms vite:transform 1.26ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +4ms vite:load 280.96ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\progress\progress.css +4ms vite:import-analysis 0.37ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\progress\progress.css +4ms vite:transform 0.86ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +4ms vite:load 284.68ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\radio\radio.css +3ms vite:import-analysis 0.42ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\radio\radio.css +4ms vite:transform 1.04ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +4ms vite:load 288.41ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\sideSheet\sideSheet.css +4ms vite:import-analysis 0.35ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\sideSheet\sideSheet.css +3ms vite:transform 0.82ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +3ms vite:load 291.95ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\rating\rating.css +6ms vite:import-analysis 0.57ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\rating\rating.css +6ms vite:transform 1.37ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +6ms vite:load 297.87ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +6ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\slider\slider.css +4ms vite:import-analysis 0.37ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\slider\slider.css +4ms vite:transform 0.84ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +4ms vite:load 301.42ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\steps\steps.css +3ms vite:import-analysis 0.42ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\steps\steps.css +4ms vite:transform 1.13ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +4ms vite:load 305.30ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\switch\switch.css +4ms vite:import-analysis 0.34ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\switch\switch.css +3ms vite:transform 0.82ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +3ms vite:load 308.64ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\table\table.css +4ms vite:import-analysis 0.48ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\table\table.css +5ms vite:transform 1.25ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +5ms vite:load 313.17ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\tabs\tabs.css +4ms vite:import-analysis 0.37ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\tabs\tabs.css +3ms vite:transform 0.99ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +3ms vite:load 316.74ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\timeline\timeline.css +3ms vite:import-analysis 0.45ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\timeline\timeline.css +4ms vite:transform 1.03ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +4ms vite:load 320.36ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\timePicker\timePicker.css +4ms vite:import-analysis 0.37ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\timePicker\timePicker.css +3ms vite:transform 0.81ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +4ms vite:load 323.89ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\toast\toast.css +4ms vite:import-analysis 1.21ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\toast\toast.css +5ms vite:transform 1.80ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +4ms vite:load 328.76ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\tree\tree.css +5ms vite:import-analysis 0.51ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\tree\tree.css +4ms vite:transform 1.31ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +5ms vite:load 332.97ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\treeSelect\treeSelect.css +4ms vite:import-analysis 0.44ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\treeSelect\treeSelect.css +5ms vite:transform 1.07ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +4ms vite:load 337.06ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\upload\upload.css +4ms vite:import-analysis 0.43ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\upload\upload.css +4ms vite:transform 1.15ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +4ms vite:load 341.33ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\transfer\transfer.css +6ms vite:import-analysis 0.49ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\transfer\transfer.css +5ms vite:transform 1.08ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +5ms vite:load 346.33ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\form\form.css +3ms vite:import-analysis 0.41ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.18.2\node_modules\@douyinfe\semi-foundation\lib\es\form\form.css +4ms vite:transform 1.00ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-ui@2.18.2_biqbaboplfbrettd7655fr4n2y/node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +2s vite:time 3.18ms /node_modules/.pnpm/@douyinfe+semi-ui@2.18.2_biqbaboplfbrettd7655fr4n2y/node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +783ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +5ms vite:time 3.79ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +5ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +4ms vite:time 3.65ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +5ms vite:time 3.79ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +5ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-icons@2.18.2_react@18.2.0/node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +4ms vite:time 3.48ms /node_modules/.pnpm/@douyinfe+semi-icons@2.18.2_react@18.2.0/node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +10ms vite:time 5.25ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +10ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +4ms vite:time 3.05ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +4ms vite:time 3.27ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +3ms vite:time 2.99ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +5ms vite:time 3.50ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +4ms vite:time 3.04ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +4ms vite:time 3.50ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +5ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +5ms vite:time 3.99ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +6ms vite:time 5.00ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +7ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +6ms vite:time 4.82ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +6ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +6ms vite:time 5.20ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +6ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +4ms vite:time 3.09ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +4ms vite:time 3.06ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +4ms vite:time 2.82ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +3ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +4ms vite:time 3.55ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +4ms vite:time 3.49ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +5ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +4ms vite:time 2.98ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +3ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +4ms vite:time 2.99ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +5ms vite:time 4.13ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +5ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +5ms vite:time 4.38ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +6ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +5ms vite:time 3.72ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +5ms vite:time 3.91ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +5ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +6ms vite:time 4.25ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +6ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +4ms vite:time 3.12ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +5ms vite:time 4.14ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +6ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +5ms vite:time 3.92ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +4ms vite:time 3.12ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +4ms vite:time 3.09ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +4ms vite:time 3.50ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +6ms vite:time 4.95ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +6ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +4ms vite:time 3.61ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +5ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +4ms vite:time 3.22ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +4ms vite:time 3.16ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +3ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +5ms vite:time 3.70ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +5ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +4ms vite:time 3.18ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +4ms vite:time 3.14ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +4ms vite:time 3.21ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +7ms vite:time 4.62ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +7ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +4ms vite:time 3.29ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +4ms vite:time 3.11ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +5ms vite:time 4.54ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +5ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +5ms vite:time 3.25ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +5ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +4ms vite:time 3.58ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +4ms vite:time 3.32ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +7ms vite:time 4.98ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +7ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +5ms vite:time 4.77ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +6ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +5ms vite:time 4.48ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +5ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +7ms vite:time 4.65ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +6ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +6ms vite:time 4.70ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +6ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +6ms vite:time 5.52ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +7ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +5ms vite:time 3.77ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +4ms vite:time 2.98ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +4ms vite:time 3.54ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +5ms vite:time 4.17ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +6ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +4ms vite:time 3.21ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +5ms vite:time 3.81ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +4ms vite:cache [304] /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +4ms vite:time 3.08ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.18.2/node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +4ms vite:time 0.86ms /vite.svg +190ms vite:time 1.88ms /src/assets/react.svg +3ms vite:time 0.56ms /vite.svg +9ms vite:time 2.04ms /src/assets/react.svg +3ms vite:deps ✨ static imports crawl ended +3s ```
guangzan commented 2 years ago

pnpm + vite + arco

日志 ``` vite:config bundled config file loaded in 747.36ms +0ms vite:esbuild init tsconfck (root: E:/desktop/vite-arco) +0ms vite:esbuild init tsconfck (root: E:/desktop/vite-arco) +2ms vite:esbuild init tsconfck end +2ms vite:esbuild init tsconfck end +0ms vite:config using resolved config: { vite:config plugins: [ vite:config 'vite:pre-alias', vite:config 'alias', vite:config 'vite:react-babel', vite:config 'vite:react-refresh', vite:config 'vite:react-jsx', vite:config 'vite:modulepreload-polyfill', vite:config 'vite:optimized-deps', vite:config 'vite:resolve', vite:config 'vite:html-inline-proxy', vite:config 'vite:css', vite:config 'vite:esbuild', vite:config 'vite:json', vite:config 'vite:wasm-helper', vite:config 'vite:worker', vite:config 'vite:asset', vite:config 'vite:wasm-fallback', vite:config 'vite:define', vite:config 'vite:css-post', vite:config 'vite:worker-import-meta-url', vite:config 'vite:dynamic-import-vars', vite:config 'vite:import-glob', vite:config 'vite:client-inject', vite:config 'vite:import-analysis' vite:config ], vite:config optimizeDeps: { vite:config disabled: 'build', vite:config force: undefined, vite:config include: [ 'react/jsx-runtime', 'react/jsx-dev-runtime', 'react' ], vite:config esbuildOptions: { preserveSymlinks: undefined } vite:config }, vite:config server: { vite:config preTransformRequests: true, vite:config middlewareMode: false, vite:config fs: { strict: true, allow: [Array], deny: [Array] } vite:config }, vite:config resolve: { dedupe: [ 'react', 'react-dom' ], alias: [ [Object], [Object] ] }, vite:config configFile: 'E:/desktop/vite-arco/vite.config.ts', vite:config configFileDependencies: [ 'E:/desktop/vite-arco/vite.config.ts' ], vite:config inlineConfig: { vite:config root: undefined, vite:config base: undefined, vite:config mode: undefined, vite:config configFile: undefined, vite:config logLevel: undefined, vite:config clearScreen: undefined, vite:config optimizeDeps: { force: undefined }, vite:config server: {} vite:config }, vite:config root: 'E:/desktop/vite-arco', vite:config base: '/', vite:config publicDir: 'E:\\desktop\\vite-arco\\public', vite:config cacheDir: 'E:\\desktop\\vite-arco\\node_modules\\.vite', vite:config command: 'serve', vite:config mode: 'development', vite:config ssr: { vite:config format: 'esm', vite:config target: 'node', vite:config optimizeDeps: { disabled: true, esbuildOptions: [Object] } vite:config }, vite:config isWorker: false, vite:config mainConfig: null, vite:config isProduction: false, vite:config build: { vite:config target: [ 'es2020', 'edge88', 'firefox78', 'chrome87', 'safari13' ], vite:config polyfillModulePreload: true, vite:config outDir: 'dist', vite:config assetsDir: 'assets', vite:config assetsInlineLimit: 4096, vite:config cssCodeSplit: true, vite:config cssTarget: [ 'es2020', 'edge88', 'firefox78', 'chrome87', 'safari13' ], vite:config sourcemap: false, vite:config rollupOptions: {}, vite:config minify: 'esbuild', vite:config terserOptions: {}, vite:config write: true, vite:config emptyOutDir: null, vite:config manifest: false, vite:config lib: false, vite:config ssr: false, vite:config ssrManifest: false, vite:config reportCompressedSize: true, vite:config chunkSizeWarningLimit: 500, vite:config watch: null, vite:config commonjsOptions: { include: [Array], extensions: [Array] }, vite:config dynamicImportVarsOptions: { warnOnError: true, exclude: [Array] } vite:config }, vite:config preview: { vite:config port: undefined, vite:config strictPort: undefined, vite:config host: undefined, vite:config https: undefined, vite:config open: undefined, vite:config proxy: undefined, vite:config cors: undefined, vite:config headers: undefined vite:config }, vite:config env: { BASE_URL: '/', MODE: 'development', DEV: true, PROD: false }, vite:config assetsInclude: [Function: assetsInclude], vite:config logger: { vite:config hasWarned: false, vite:config info: [Function: info], vite:config warn: [Function: warn], vite:config warnOnce: [Function: warnOnce], vite:config error: [Function: error], vite:config clearScreen: [Function: clearScreen], vite:config hasErrorLogged: [Function: hasErrorLogged] vite:config }, vite:config packageCache: Map(0) {}, vite:config createResolver: [Function: createResolver], vite:config worker: { vite:config format: 'iife', vite:config plugins: [ vite:config 'vite:pre-alias', vite:config 'alias', vite:config 'vite:modulepreload-polyfill', vite:config 'vite:optimized-deps', vite:config 'vite:resolve', vite:config 'vite:html-inline-proxy', vite:config 'vite:css', vite:config 'vite:esbuild', vite:config 'vite:json', vite:config 'vite:wasm-helper', vite:config 'vite:worker', vite:config 'vite:asset', vite:config 'vite:wasm-fallback', vite:config 'vite:define', vite:config 'vite:css-post', vite:config 'vite:worker-import-meta-url', vite:config 'vite:dynamic-import-vars', vite:config 'vite:import-glob', vite:config 'vite:client-inject', vite:config 'vite:import-analysis' vite:config ], vite:config rollupOptions: {}, vite:config getSortedPlugins: [Function: getSortedPlugins], vite:config getSortedPluginHooks: [Function: getSortedPluginHooks] vite:config }, vite:config appType: 'spa', vite:config experimental: { importGlobRestoreExtension: false, hmrPartialAccept: false }, vite:config getSortedPlugins: [Function: getSortedPlugins], vite:config getSortedPluginHooks: [Function: getSortedPluginHooks] vite:config } +18ms vite:resolve 12.68ms react/jsx-runtime -> E:/desktop/vite-arco/node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.js +0ms vite:resolve 8.66ms react/jsx-dev-runtime -> E:/desktop/vite-arco/node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-dev-runtime.js +10ms vite:resolve 7.02ms react -> E:/desktop/vite-arco/node_modules/.pnpm/react@18.2.0/node_modules/react/index.js +7ms vite:deps scanning for dependencies... +0ms VITE v3.1.0 ready in 1124 ms ➜ Local: http://127.0.0.1:5173/ ➜ Network: use --host to expose vite:deps Crawling dependencies using entries: vite:deps E:/desktop/vite-arco/index.html +0ms vite:resolve 1.20ms /src/main.tsx -> E:/desktop/vite-arco/src/main.tsx +0ms vite:resolve 6.20ms react -> E:/desktop/vite-arco/node_modules/.pnpm/react@18.2.0/node_modules/react/index.js +9ms vite:resolve 6.91ms react-dom/client -> E:/desktop/vite-arco/node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/client.js +8ms vite:resolve 2.29ms ./App -> E:/desktop/vite-arco/src/App.tsx +3ms vite:resolve 8.25ms @arco-design/web-react -> E:/desktop/vite-arco/node_modules/.pnpm/@arco-design+web-react@2.39.3_63dfw6rfgd64rl77ptfma4cvt4/node_modules/@arco-design/web-react/es/index.js +12ms vite:resolve 39.39ms @arco-design/web-react/dist/css/arco.css -> E:/desktop/vite-arco/node_modules/.pnpm/@arco-design+web-react@2.39.3_63dfw6rfgd64rl77ptfma4cvt4/node_modules/@arco-design/web-react/dist/css/arco.css +40ms vite:deps Scan completed in 139.70ms: { react: 'E:/desktop/vite-arco/node_modules/.pnpm/react@18.2.0/node_modules/react/index.js', 'react-dom/client': 'E:/desktop/vite-arco/node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/client.js', '@arco-design/web-react': 'E:/desktop/vite-arco/node_modules/.pnpm/@arco-design+web-react@2.39.3_63dfw6rfgd64rl77ptfma4cvt4/node_modules/@arco-design/web-react/es/index.js' } +109ms vite:deps dependencies found by scanner: @arco-design/web-react, react, react-dom/client +156ms vite:resolve 7.01ms react-dom -> E:/desktop/vite-arco/node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/index.js +0ms vite:resolve 12.96ms react -> E:/desktop/vite-arco/node_modules/.pnpm/react@18.2.0/node_modules/react/index.js +14ms vite:resolve 10.06ms react -> E:/desktop/vite-arco/node_modules/.pnpm/react@18.2.0/node_modules/react/index.js +0ms vite:resolve 422.11ms @babel/runtime/helpers/extends -> E:/desktop/vite-arco/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/extends.js +586ms vite:resolve 420.62ms react-dom -> E:/desktop/vite-arco/node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/index.js +1ms vite:resolve 368.01ms react-transition-group -> E:/desktop/vite-arco/node_modules/.pnpm/react-transition-group@4.4.5_biqbaboplfbrettd7655fr4n2y/node_modules/react-transition-group/esm/index.js +371ms vite:resolve 368.11ms lodash/merge -> E:/desktop/vite-arco/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/merge.js +0ms vite:resolve 368.11ms lodash/throttle -> E:/desktop/vite-arco/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/throttle.js +1ms vite:resolve 368.06ms lodash/debounce -> E:/desktop/vite-arco/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/debounce.js +0ms vite:resolve 368.10ms number-precision -> E:/desktop/vite-arco/node_modules/.pnpm/number-precision@1.5.2/node_modules/number-precision/build/index.es.js +0ms vite:resolve 1149.67ms react-focus-lock -> E:/desktop/vite-arco/node_modules/.pnpm/react-focus-lock@2.9.1_7v64pk2mkrohwh22gx7lrz5ive/node_modules/react-focus-lock/dist/es2015/index.js +1s vite:resolve 1149.35ms b-tween -> E:/desktop/vite-arco/node_modules/.pnpm/b-tween@0.3.3/node_modules/b-tween/dist/b-tween.es.js +0ms vite:resolve 1149.33ms scroll-into-view-if-needed -> E:/desktop/vite-arco/node_modules/.pnpm/scroll-into-view-if-needed@2.2.20/node_modules/scroll-into-view-if-needed/es/index.js +0ms vite:resolve 1149.26ms lodash/isEqualWith -> E:/desktop/vite-arco/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isEqualWith.js +1ms vite:resolve 1149.19ms lodash/get -> E:/desktop/vite-arco/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/get.js +0ms vite:resolve 1148.64ms @babel/runtime/helpers/defineProperty -> E:/desktop/vite-arco/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/defineProperty.js +0ms vite:resolve 1148.56ms scheduler -> E:/desktop/vite-arco/node_modules/.pnpm/scheduler@0.23.0/node_modules/scheduler/index.js +2s vite:resolve 1132.39ms dayjs/locale/zh-cn -> E:/desktop/vite-arco/node_modules/.pnpm/dayjs@1.11.5/node_modules/dayjs/locale/zh-cn.js +4ms vite:resolve 1531.82ms resize-observer-polyfill -> E:/desktop/vite-arco/node_modules/.pnpm/resize-observer-polyfill@1.5.1/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +2s vite:resolve 1528.01ms @babel/runtime/helpers/esm/inheritsLoose -> E:/desktop/vite-arco/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +2ms vite:resolve 1527.92ms @babel/runtime/helpers/esm/objectWithoutPropertiesLoose -> E:/desktop/vite-arco/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0ms vite:resolve 1527.83ms dayjs -> E:/desktop/vite-arco/node_modules/.pnpm/dayjs@1.11.5/node_modules/dayjs/dayjs.min.js +0ms vite:resolve 1527.90ms @babel/runtime/helpers/esm/extends -> E:/desktop/vite-arco/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/extends.js +1ms vite:resolve 1526.85ms compute-scroll-into-view -> E:/desktop/vite-arco/node_modules/.pnpm/compute-scroll-into-view@1.0.17/node_modules/compute-scroll-into-view/dist/index.module.js +0ms vite:resolve 1526.73ms lodash/has -> E:/desktop/vite-arco/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/has.js +0ms vite:resolve 1522.45ms lodash/setWith -> E:/desktop/vite-arco/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/setWith.js +1ms vite:spa-fallback Rewriting GET / to /index.html +0ms vite:resolve 1437.51ms dayjs -> E:/desktop/vite-arco/node_modules/.pnpm/dayjs@1.11.5/node_modules/dayjs/dayjs.min.js +3s vite:resolve 1423.37ms lodash/cloneDeepWith -> E:/desktop/vite-arco/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/cloneDeepWith.js +1s vite:resolve 1416.00ms dayjs/plugin/customParseFormat -> E:/desktop/vite-arco/node_modules/.pnpm/dayjs@1.11.5/node_modules/dayjs/plugin/customParseFormat.js +1ms vite:resolve 1414.06ms lodash/set -> E:/desktop/vite-arco/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/set.js +0ms vite:resolve 372.62ms lodash/escapeRegExp -> E:/desktop/vite-arco/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/escapeRegExp.js +379ms vite:resolve 372.53ms compute-scroll-into-view -> E:/desktop/vite-arco/node_modules/.pnpm/compute-scroll-into-view@1.0.11/node_modules/compute-scroll-into-view/es/index.js +1ms vite:resolve 1141.72ms dayjs/plugin/isBetween -> E:/desktop/vite-arco/node_modules/.pnpm/dayjs@1.11.5/node_modules/dayjs/plugin/isBetween.js +1s vite:resolve 1141.86ms @babel/runtime/helpers/esm/assertThisInitialized -> E:/desktop/vite-arco/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0ms vite:resolve 1141.51ms prop-types -> E:/desktop/vite-arco/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js +0ms vite:resolve 1005.09ms lodash/omit -> E:/desktop/vite-arco/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/omit.js +1s vite:resolve 1000.18ms b-validate -> E:/desktop/vite-arco/node_modules/.pnpm/b-validate@1.4.1/node_modules/b-validate/es/index.js +1ms vite:resolve 999.79ms dayjs/plugin/weekOfYear -> E:/desktop/vite-arco/node_modules/.pnpm/dayjs@1.11.5/node_modules/dayjs/plugin/weekOfYear.js +0ms vite:spa-fallback Rewriting GET / to /index.html +4s vite:time 4043.36ms /index.html +0ms vite:time 51.94ms /index.html +2ms vite:resolve 567.62ms react-is -> E:/desktop/vite-arco/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js +3s vite:resolve 566.60ms focus-lock/constants -> E:/desktop/vite-arco/node_modules/.pnpm/focus-lock@0.11.2/node_modules/focus-lock/dist/es2015/constants.js +626ms vite:resolve 566.68ms dayjs/plugin/advancedFormat -> E:/desktop/vite-arco/node_modules/.pnpm/dayjs@1.11.5/node_modules/dayjs/plugin/advancedFormat.js +0ms vite:resolve 565.86ms dom-helpers/addClass -> E:/desktop/vite-arco/node_modules/.pnpm/dom-helpers@5.2.1/node_modules/dom-helpers/esm/addClass.js +1ms vite:spa-fallback Rewriting GET / to /index.html +625ms vite:time 7.28ms /index.html +581ms vite:resolve 2.04ms E:\desktop\vite-arco\node_modules\.pnpm\vite@3.1.0\node_modules\vite\dist\client\client.mjs -> E:/desktop/vite-arco/node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/client.mjs +0ms vite:resolve 2.96ms /@vite/client -> E:/desktop/vite-arco/node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/client.mjs +0ms vite:resolve 2.34ms /src/main.tsx -> E:/desktop/vite-arco/src/main.tsx +13ms vite:load 0.04ms [plugin] /@react-refresh +0ms vite:import-analysis 2.57ms [no imports] /@react-refresh +0ms vite:transform 11.92ms /@react-refresh +0ms vite:time 14.47ms /@react-refresh +37ms vite:resolve 259.75ms dayjs/plugin/weekYear -> E:/desktop/vite-arco/node_modules/.pnpm/dayjs@1.11.5/node_modules/dayjs/plugin/weekYear.js +307ms vite:resolve 260.10ms use-callback-ref -> E:/desktop/vite-arco/node_modules/.pnpm/use-callback-ref@1.3.0_7v64pk2mkrohwh22gx7lrz5ive/node_modules/use-callback-ref/dist/es2015/index.js +0ms vite:resolve 261.20ms dom-helpers/removeClass -> E:/desktop/vite-arco/node_modules/.pnpm/dom-helpers@5.2.1/node_modules/dom-helpers/esm/removeClass.js +1ms vite:resolve 261.07ms use-sidecar -> E:/desktop/vite-arco/node_modules/.pnpm/use-sidecar@1.1.2_7v64pk2mkrohwh22gx7lrz5ive/node_modules/use-sidecar/dist/es2015/index.js +1ms vite:resolve 41.32ms dayjs/plugin/quarterOfYear -> E:/desktop/vite-arco/node_modules/.pnpm/dayjs@1.11.5/node_modules/dayjs/plugin/quarterOfYear.js +50ms vite:resolve 126.27ms react-clientside-effect -> E:/desktop/vite-arco/node_modules/.pnpm/react-clientside-effect@1.2.6_react@18.2.0/node_modules/react-clientside-effect/lib/index.es.js +128ms vite:resolve 126.37ms object-assign -> E:/desktop/vite-arco/node_modules/.pnpm/object-assign@4.1.1/node_modules/object-assign/index.js +490ms vite:resolve 126.08ms tslib -> E:/desktop/vite-arco/node_modules/.pnpm/tslib@2.4.0/node_modules/tslib/tslib.es6.js +1ms vite:cache [304] /@react-refresh +0ms vite:time 0.75ms /@react-refresh +444ms vite:load 461.95ms [fs] /src/main.tsx +459ms vite:load 686.20ms [fs] /@vite/client +212ms vite:resolve 35.76ms focus-lock -> E:/desktop/vite-arco/node_modules/.pnpm/focus-lock@0.11.2/node_modules/focus-lock/dist/es2015/index.js +256ms vite:resolve 35.77ms detect-node-es -> E:/desktop/vite-arco/node_modules/.pnpm/detect-node-es@1.1.0/node_modules/detect-node-es/esm/browser.js +1ms vite:resolve 1.89ms E:\desktop\vite-arco\node_modules\.pnpm\vite@3.1.0\node_modules\vite\dist\client\env.mjs -> E:/desktop/vite-arco/node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +724ms vite:resolve 2.37ms @vite/env -> E:/desktop/vite-arco/node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +0ms vite:resolve 1.66ms /node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs -> E:/desktop/vite-arco/node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +2ms vite:import-analysis 8.05ms [1 imports rewritten] node_modules\.pnpm\vite@3.1.0\node_modules\vite\dist\client\client.mjs +712ms vite:transform 49.68ms /@vite/client +712ms vite:time 748.34ms /@vite/client +268ms vite:time 448.01ms /@vite/client +1ms vite:resolve 9.92ms @babel/runtime/helpers/esm/defineProperty -> E:/desktop/vite-arco/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/defineProperty.js +61ms vite:load 39.57ms [fs] /node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +103ms vite:import-analysis 0.05ms [no imports] node_modules\.pnpm\vite@3.1.0\node_modules\vite\dist\client\env.mjs +59ms vite:transform 6.46ms /node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +58ms vite:time 29.17ms /node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +57ms vite:time 27.33ms /node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +0ms vite:resolve 0.59ms react -> E:/desktop/vite-arco/node_modules/.vite/deps/react.js?v=4061a4b5 +74ms vite:resolve 0.23ms /node_modules/.vite/deps/react.js?v=4061a4b5 -> E:/desktop/vite-arco/node_modules/.vite/deps/react.js?v=4061a4b5 +0ms vite:import-analysis /node_modules/.vite/deps/react.js?v=4061a4b5 needs interop +15ms vite:resolve 0.25ms react-dom/client -> E:/desktop/vite-arco/node_modules/.vite/deps/react-dom_client.js?v=f20c21fe +14ms vite:resolve 0.30ms /node_modules/.vite/deps/react-dom_client.js?v=f20c21fe -> E:/desktop/vite-arco/node_modules/.vite/deps/react-dom_client.js?v=f20c21fe +2ms vite:import-analysis /node_modules/.vite/deps/react-dom_client.js?v=f20c21fe needs interop +15ms vite:resolve 3.28ms ./App -> E:/desktop/vite-arco/src/App.tsx +7ms vite:resolve 2.02ms /src/App.tsx -> E:/desktop/vite-arco/src/App.tsx +5ms vite:resolve 2.34ms ./index.css -> E:/desktop/vite-arco/src/index.css +17ms vite:resolve 2.00ms /src/index.css -> E:/desktop/vite-arco/src/index.css +4ms vite:resolve 0.13ms react/jsx-dev-runtime -> react/jsx-dev-runtime +1ms vite:resolve 2.98ms /@id/__x00__react/jsx-dev-runtime -> null +5ms vite:import-analysis 61.77ms [5 imports rewritten] src\main.tsx +43ms vite:transform 403.61ms /src/main.tsx +82ms vite:resolve 13.32ms react/jsx-dev-runtime -> null +19ms vite:load 0.09ms [plugin] react/jsx-dev-runtime +100ms vite:resolve 0.26ms react/jsx-dev-runtime -> E:/desktop/vite-arco/node_modules/.vite/deps/react_jsx-dev-runtime.js?v=4061a4b5 +11ms vite:resolve 0.38ms /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=4061a4b5 -> E:/desktop/vite-arco/node_modules/.vite/deps/react_jsx-dev-runtime.js?v=4061a4b5 +1ms vite:import-analysis /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=4061a4b5 needs interop +29ms vite:import-analysis 8.86ms [1 imports rewritten] react/jsx-dev-runtime +4ms vite:transform 10.37ms react/jsx-dev-runtime +25ms vite:load 26.59ms [fs] /src/App.tsx +26ms vite:time 1018.45ms /src/main.tsx +226ms vite:time 728.25ms /src/main.tsx +2ms vite:load 139.57ms [fs] /src/index.css +113ms vite:deps deps bundled in 9414.79ms +9s vite:import-analysis /node_modules/.vite/deps/react.js?v=4061a4b5 needs interop +150ms vite:resolve 1.34ms ./assets/react.svg -> E:/desktop/vite-arco/src/assets/react.svg +160ms vite:resolve 1.63ms /src/assets/react.svg -> E:/desktop/vite-arco/src/assets/react.svg +3ms vite:resolve 1.17ms ./App.css -> E:/desktop/vite-arco/src/App.css +2ms vite:resolve 0.96ms /src/App.css -> E:/desktop/vite-arco/src/App.css +1ms vite:resolve 0.12ms @arco-design/web-react -> E:/desktop/vite-arco/node_modules/.vite/deps/@arco-design_web-react.js?v=728ae405 +0ms vite:resolve 0.12ms /node_modules/.vite/deps/@arco-design_web-react.js?v=728ae405 -> E:/desktop/vite-arco/node_modules/.vite/deps/@arco-design_web-react.js?v=728ae405 +1ms vite:resolve 37.72ms @arco-design/web-react/dist/css/arco.css -> E:/desktop/vite-arco/node_modules/.pnpm/@arco-design+web-react@2.39.3_63dfw6rfgd64rl77ptfma4cvt4/node_modules/@arco-design/web-react/dist/css/arco.css +38ms vite:resolve 1.95ms /node_modules/.pnpm/@arco-design+web-react@2.39.3_63dfw6rfgd64rl77ptfma4cvt4/node_modules/@arco-design/web-react/dist/css/arco.css -> E:/desktop/vite-arco/node_modules/.pnpm/@arco-design+web-react@2.39.3_63dfw6rfgd64rl77ptfma4cvt4/node_modules/@arco-design/web-react/dist/css/arco.css +2ms vite:hmr [self-accepts] src\App.tsx +0ms vite:import-analysis 59.08ms [7 imports rewritten] src\App.tsx +58ms vite:transform 193.45ms /src/App.tsx +210ms vite:cache [memory] /@react-refresh +0ms vite:cache [memory] react/jsx-dev-runtime +5ms vite:load 0.79ms [plugin] /src/assets/react.svg +99ms vite:import-analysis 0.02ms [no imports] src\assets\react.svg +16ms vite:transform 0.32ms /src/assets/react.svg +14ms vite:cache [memory] react/jsx-dev-runtime +14ms vite:time 0.59ms /@id/__x00__react/jsx-dev-runtime +108ms vite:load 11.91ms [fs] /src/App.css +11ms vite:time 10.95ms /src/App.tsx +7ms vite:load 22.68ms [fs] /node_modules/.pnpm/@arco-design+web-react@2.39.3_63dfw6rfgd64rl77ptfma4cvt4/node_modules/@arco-design/web-react/dist/css/arco.css +11ms vite:hmr [self-accepts] src\index.css +65ms vite:import-analysis 0.40ms [0 imports rewritten] src\index.css +42ms vite:transform 139.38ms /src/index.css +41ms vite:time 37.67ms /src/index.css +28ms vite:hmr [self-accepts] src\App.css +3ms vite:import-analysis 0.38ms [0 imports rewritten] src\App.css +3ms vite:transform 34.50ms /src/App.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@arco-design+web-react@2.39.3_63dfw6rfgd64rl77ptfma4cvt4\node_modules\@arco-design\web-react\dist\css\arco.css +11ms vite:import-analysis 5.44ms [0 imports rewritten] node_modules\.pnpm\@arco-design+web-react@2.39.3_63dfw6rfgd64rl77ptfma4cvt4\node_modules\@arco-design\web-react\dist\css\arco.css +13ms vite:transform 32.08ms /node_modules/.pnpm/@arco-design+web-react@2.39.3_63dfw6rfgd64rl77ptfma4cvt4/node_modules/@arco-design/web-react/dist/css/arco.css +12ms vite:deps ✨ static imports crawl ended +284ms vite:deps ✨ using post-scan optimizer result, the scanner found every used dependency +1ms vite:optimize-deps load E:/desktop/vite-arco/node_modules/.vite/deps/react.js +0ms vite:optimize-deps load E:/desktop/vite-arco/node_modules/.vite/deps/react-dom_client.js +1ms vite:optimize-deps load E:/desktop/vite-arco/node_modules/.vite/deps/react_jsx-dev-runtime.js +0ms vite:optimize-deps load E:/desktop/vite-arco/node_modules/.vite/deps/@arco-design_web-react.js +1ms vite:deps ✨ dependencies optimized +8ms vite:load 458.57ms [plugin] /node_modules/.vite/deps/react.js?v=4061a4b5 +198ms vite:resolve 0.35ms ./chunk-XQ3LI5IY.js -> E:/desktop/vite-arco/node_modules/.vite/deps/chunk-XQ3LI5IY.js?v=24933916 +246ms vite:resolve 0.21ms /node_modules/.vite/deps/chunk-XQ3LI5IY.js?v=24933916 -> E:/desktop/vite-arco/node_modules/.vite/deps/chunk-XQ3LI5IY.js?v=24933916 +1ms vite:import-analysis 2.17ms [1 imports rewritten] node_modules\.vite\deps\react.js?v=4061a4b5 +165ms vite:transform 3.54ms /node_modules/.vite/deps/react.js?v=4061a4b5 +165ms vite:time 222.58ms /node_modules/.vite/deps/react.js?v=4061a4b5 +182ms vite:time 216.47ms /node_modules/.vite/deps/react.js?v=4061a4b5 +1ms vite:optimize-deps load E:/desktop/vite-arco/node_modules/.vite/deps/chunk-XQ3LI5IY.js +9ms vite:load 466.26ms [plugin] /node_modules/.vite/deps/react-dom_client.js?v=f20c21fe +7ms vite:resolve 0.31ms ./chunk-74WDXHJZ.js -> E:/desktop/vite-arco/node_modules/.vite/deps/chunk-74WDXHJZ.js?v=24933916 +6ms vite:resolve 0.17ms /node_modules/.vite/deps/chunk-74WDXHJZ.js?v=24933916 -> E:/desktop/vite-arco/node_modules/.vite/deps/chunk-74WDXHJZ.js?v=24933916 +0ms vite:import-analysis 3.39ms [2 imports rewritten] node_modules\.vite\deps\react-dom_client.js?v=f20c21fe +8ms vite:transform 4.41ms /node_modules/.vite/deps/react-dom_client.js?v=f20c21fe +8ms vite:time 229.76ms /node_modules/.vite/deps/react-dom_client.js?v=f20c21fe +7ms vite:time 224.19ms /node_modules/.vite/deps/react-dom_client.js?v=f20c21fe +1ms vite:optimize-deps load E:/desktop/vite-arco/node_modules/.vite/deps/chunk-74WDXHJZ.js +8ms vite:load 457.43ms [plugin] /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=4061a4b5 +9ms vite:import-analysis 2.70ms [1 imports rewritten] node_modules\.vite\deps\react_jsx-dev-runtime.js?v=4061a4b5 +8ms vite:transform 4.13ms /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=4061a4b5 +9ms vite:time 226.01ms /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=4061a4b5 +8ms vite:cache [memory] /node_modules/.pnpm/@arco-design+web-react@2.39.3_63dfw6rfgd64rl77ptfma4cvt4/node_modules/@arco-design/web-react/dist/css/arco.css +241ms vite:time 4.87ms /node_modules/.pnpm/@arco-design+web-react@2.39.3_63dfw6rfgd64rl77ptfma4cvt4/node_modules/@arco-design/web-react/dist/css/arco.css +7ms vite:cache [memory] /src/assets/react.svg +11ms vite:time 3.48ms /src/assets/react.svg?import +11ms vite:cache [memory] /src/App.css +3ms vite:time 2.26ms /src/App.css +3ms vite:cache [memory] /src/App.tsx +5ms vite:time 4.10ms /src/App.tsx +5ms vite:cache [memory] /src/index.css +4ms vite:time 2.66ms /src/index.css +4ms vite:cache [memory] react/jsx-dev-runtime +6ms vite:time 1.30ms /@id/__x00__react/jsx-dev-runtime +7ms vite:load 55.04ms [plugin] /node_modules/.vite/deps/chunk-XQ3LI5IY.js?v=24933916 +46ms vite:import-analysis 1.36ms [no imports] node_modules\.vite\deps\chunk-XQ3LI5IY.js?v=24933916 +55ms vite:transform 4.61ms /node_modules/.vite/deps/chunk-XQ3LI5IY.js?v=24933916 +55ms vite:cache [memory] /node_modules/.vite/deps/chunk-XQ3LI5IY.js?v=24933916 +39ms vite:time 2.89ms /node_modules/.vite/deps/chunk-XQ3LI5IY.js?v=24933916 +39ms vite:load 320.83ms [plugin] /node_modules/.vite/deps/@arco-design_web-react.js?v=728ae405 +38ms vite:import-analysis 59.53ms [2 imports rewritten] node_modules\.vite\deps\@arco-design_web-react.js?v=728ae405 +103ms vite:transform 77.34ms /node_modules/.vite/deps/@arco-design_web-react.js?v=728ae405 +102ms vite:time 365.02ms /node_modules/.vite/deps/@arco-design_web-react.js?v=728ae405 +91ms vite:cache [memory] /node_modules/.vite/deps/chunk-XQ3LI5IY.js?v=24933916 +105ms vite:cache [memory] /node_modules/.vite/deps/chunk-XQ3LI5IY.js?v=24933916 +7ms vite:time 1.57ms /node_modules/.vite/deps/chunk-XQ3LI5IY.js?v=24933916 +21ms vite:cache [304] /src/assets/react.svg +1s vite:time 2.23ms /src/assets/react.svg?import +4ms vite:cache [304] /src/App.css +3ms vite:time 2.29ms /src/App.css +3ms vite:load 203.06ms [plugin] /node_modules/.vite/deps/chunk-74WDXHJZ.js?v=24933916 +118ms vite:import-analysis 27.85ms [1 imports rewritten] node_modules\.vite\deps\chunk-74WDXHJZ.js?v=24933916 +74ms vite:transform 34.26ms /node_modules/.vite/deps/chunk-74WDXHJZ.js?v=24933916 +75ms vite:time 52.57ms /node_modules/.vite/deps/chunk-74WDXHJZ.js?v=24933916 +42ms vite:time 50.90ms /node_modules/.vite/deps/chunk-74WDXHJZ.js?v=24933916 +3ms vite:cache [memory] /node_modules/.vite/deps/chunk-XQ3LI5IY.js?v=24933916 +57ms vite:cache [memory] /node_modules/.vite/deps/@arco-design_web-react.js?v=728ae405 +7ms vite:time 4.27ms /node_modules/.vite/deps/@arco-design_web-react.js?v=728ae405 +13ms vite:cache [304] /node_modules/.pnpm/@arco-design+web-react@2.39.3_63dfw6rfgd64rl77ptfma4cvt4/node_modules/@arco-design/web-react/dist/css/arco.css +89ms vite:time 3.55ms /node_modules/.pnpm/@arco-design+web-react@2.39.3_63dfw6rfgd64rl77ptfma4cvt4/node_modules/@arco-design/web-react/dist/css/arco.css +31ms vite:time 10.77ms /vite.svg +208ms vite:time 0.60ms /vite.svg +3ms vite:time 1.92ms /src/assets/react.svg +3ms vite:time 0.60ms /vite.svg +24ms vite:time 1.58ms /src/assets/react.svg +2ms vite:spa-fallback Rewriting GET / to /index.html +33s vite:time 20.76ms /index.html +32s vite:cache [304] /@vite/client +32s vite:time 3.47ms /@vite/client +53ms vite:cache [304] /src/main.tsx +4ms vite:time 2.06ms /src/main.tsx +4ms vite:cache [304] /@react-refresh +29ms vite:time 0.71ms /@react-refresh +29ms vite:cache [304] /node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +21ms vite:time 2.55ms /node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +21ms vite:cache [304] /src/App.tsx +8ms vite:time 1.83ms /src/App.tsx +8ms vite:cache [304] /src/index.css +3ms vite:time 1.74ms /src/index.css +3ms vite:cache [304] react/jsx-dev-runtime +1ms vite:time 0.87ms /@id/__x00__react/jsx-dev-runtime +1ms vite:cache [304] /src/assets/react.svg +108ms vite:time 1.92ms /src/assets/react.svg?import +108ms vite:cache [304] /src/App.css +2ms vite:time 1.68ms /src/App.css +2ms vite:cache [304] /node_modules/.pnpm/@arco-design+web-react@2.39.3_63dfw6rfgd64rl77ptfma4cvt4/node_modules/@arco-design/web-react/dist/css/arco.css +8ms vite:time 2.76ms /node_modules/.pnpm/@arco-design+web-react@2.39.3_63dfw6rfgd64rl77ptfma4cvt4/node_modules/@arco-design/web-react/dist/css/arco.css +8ms vite:time 0.67ms /vite.svg +323ms vite:time 1.55ms /src/assets/react.svg +4ms ```
guangzan commented 2 years ago

通过 pnpm create vite 新建两个项目 react + ts,两个项目分别安装 semi、arco(作为对照),App.tsx 分别导入 Button 组件,替换默认模板 HTML button 标签。

首次启动 vite + semi 从白屏到能看见欢迎界面在3分钟左右。 image vite + arco 在 3s 左右。

pointhalo commented 2 years ago

别用pnpm试试?yarn或者直接npm也一样吗? (控制变量排除一下看看)

guangzan commented 2 years ago

yarn/npm + vite + semi

用 yarn 或 npm 确实快了很多(load: 1分钟+)。

yarn + vite + semi 日志 ``` vite:config bundled config file loaded in 797.21ms +0ms vite:esbuild init tsconfck (root: E:/desktop/vite-semi-yarn) +0ms vite:esbuild init tsconfck (root: E:/desktop/vite-semi-yarn) +1ms vite:esbuild init tsconfck end +4ms vite:esbuild init tsconfck end +1ms vite:config using resolved config: { vite:config plugins: [ vite:config 'vite:pre-alias', vite:config 'alias', vite:config 'vite:react-babel', vite:config 'vite:react-refresh', vite:config 'vite:react-jsx', vite:config 'vite:modulepreload-polyfill', vite:config 'vite:optimized-deps', vite:config 'vite:resolve', vite:config 'vite:html-inline-proxy', vite:config 'vite:css', vite:config 'vite:esbuild', vite:config 'vite:json', vite:config 'vite:wasm-helper', vite:config 'vite:worker', vite:config 'vite:asset', vite:config 'vite:wasm-fallback', vite:config 'vite:define', vite:config 'vite:css-post', vite:config 'vite:worker-import-meta-url', vite:config 'vite:dynamic-import-vars', vite:config 'vite:import-glob', vite:config 'vite:client-inject', vite:config 'vite:import-analysis' vite:config ], vite:config optimizeDeps: { vite:config disabled: 'build', vite:config force: undefined, vite:config include: [ 'react/jsx-runtime', 'react/jsx-dev-runtime', 'react' ], vite:config esbuildOptions: { preserveSymlinks: undefined } vite:config }, vite:config server: { vite:config preTransformRequests: true, vite:config middlewareMode: false, vite:config fs: { strict: true, allow: [Array], deny: [Array] } vite:config }, vite:config resolve: { dedupe: [ 'react', 'react-dom' ], alias: [ [Object], [Object] ] }, vite:config configFile: 'E:/desktop/vite-semi-yarn/vite.config.ts', vite:config configFileDependencies: [ 'E:/desktop/vite-semi-yarn/vite.config.ts' ], vite:config inlineConfig: { vite:config root: undefined, vite:config base: undefined, vite:config mode: undefined, vite:config configFile: undefined, vite:config logLevel: undefined, vite:config clearScreen: undefined, vite:config optimizeDeps: { force: undefined }, vite:config server: {} vite:config }, vite:config root: 'E:/desktop/vite-semi-yarn', vite:config base: '/', vite:config publicDir: 'E:\\desktop\\vite-semi-yarn\\public', vite:config cacheDir: 'E:\\desktop\\vite-semi-yarn\\node_modules\\.vite', vite:config command: 'serve', vite:config mode: 'development', vite:config ssr: { vite:config format: 'esm', vite:config target: 'node', vite:config optimizeDeps: { disabled: true, esbuildOptions: [Object] } vite:config }, vite:config isWorker: false, vite:config mainConfig: null, vite:config isProduction: false, vite:config build: { vite:config target: [ 'es2020', 'edge88', 'firefox78', 'chrome87', 'safari13' ], vite:config polyfillModulePreload: true, vite:config outDir: 'dist', vite:config assetsDir: 'assets', vite:config assetsInlineLimit: 4096, vite:config cssCodeSplit: true, vite:config cssTarget: [ 'es2020', 'edge88', 'firefox78', 'chrome87', 'safari13' ], vite:config sourcemap: false, vite:config rollupOptions: {}, vite:config minify: 'esbuild', vite:config terserOptions: {}, vite:config write: true, vite:config emptyOutDir: null, vite:config manifest: false, vite:config lib: false, vite:config ssr: false, vite:config ssrManifest: false, vite:config reportCompressedSize: true, vite:config chunkSizeWarningLimit: 500, vite:config watch: null, vite:config commonjsOptions: { include: [Array], extensions: [Array] }, vite:config dynamicImportVarsOptions: { warnOnError: true, exclude: [Array] } vite:config }, vite:config preview: { vite:config port: undefined, vite:config strictPort: undefined, vite:config host: undefined, vite:config https: undefined, vite:config open: undefined, vite:config proxy: undefined, vite:config cors: undefined, vite:config headers: undefined vite:config }, vite:config env: { BASE_URL: '/', MODE: 'development', DEV: true, PROD: false }, vite:config assetsInclude: [Function: assetsInclude], vite:config logger: { vite:config hasWarned: false, vite:config info: [Function: info], vite:config warn: [Function: warn], vite:config warnOnce: [Function: warnOnce], vite:config error: [Function: error], vite:config clearScreen: [Function: clearScreen], vite:config hasErrorLogged: [Function: hasErrorLogged] vite:config }, vite:config packageCache: Map(0) {}, vite:config createResolver: [Function: createResolver], vite:config worker: { vite:config format: 'iife', vite:config plugins: [ vite:config 'vite:pre-alias', vite:config 'alias', vite:config 'vite:modulepreload-polyfill', vite:config 'vite:optimized-deps', vite:config 'vite:resolve', vite:config 'vite:html-inline-proxy', vite:config 'vite:css', vite:config 'vite:esbuild', vite:config 'vite:json', vite:config 'vite:wasm-helper', vite:config 'vite:worker', vite:config 'vite:asset', vite:config 'vite:wasm-fallback', vite:config 'vite:define', vite:config 'vite:css-post', vite:config 'vite:worker-import-meta-url', vite:config 'vite:dynamic-import-vars', vite:config 'vite:import-glob', vite:config 'vite:client-inject', vite:config 'vite:import-analysis' vite:config ], vite:config rollupOptions: {}, vite:config getSortedPlugins: [Function: getSortedPlugins], vite:config getSortedPluginHooks: [Function: getSortedPluginHooks] vite:config }, vite:config appType: 'spa', vite:config experimental: { importGlobRestoreExtension: false, hmrPartialAccept: false }, vite:config getSortedPlugins: [Function: getSortedPlugins], vite:config getSortedPluginHooks: [Function: getSortedPluginHooks] vite:config } +19ms vite:resolve 11.63ms react/jsx-runtime -> E:/desktop/vite-semi-yarn/node_modules/react/jsx-runtime.js +0ms vite:resolve 6.74ms react/jsx-dev-runtime -> E:/desktop/vite-semi-yarn/node_modules/react/jsx-dev-runtime.js +8ms vite:resolve 6.29ms react -> E:/desktop/vite-semi-yarn/node_modules/react/index.js +6ms vite:deps scanning for dependencies... +0ms VITE v3.1.0 ready in 1155 ms ➜ Local: http://127.0.0.1:5173/ ➜ Network: use --host to expose vite:deps Crawling dependencies using entries: vite:deps E:/desktop/vite-semi-yarn/index.html +0ms vite:resolve 1.35ms /src/main.tsx -> E:/desktop/vite-semi-yarn/src/main.tsx +0ms vite:resolve 4.84ms react -> E:/desktop/vite-semi-yarn/node_modules/react/index.js +7ms vite:resolve 5.49ms react-dom/client -> E:/desktop/vite-semi-yarn/node_modules/react-dom/client.js +6ms vite:resolve 2.48ms ./App -> E:/desktop/vite-semi-yarn/src/App.tsx +4ms vite:resolve 6.03ms @douyinfe/semi-ui -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-ui/lib/es/index.js +11ms vite:deps Scan completed in 92.00ms: { react: 'E:/desktop/vite-semi-yarn/node_modules/react/index.js', 'react-dom/client': 'E:/desktop/vite-semi-yarn/node_modules/react-dom/client.js', '@douyinfe/semi-ui': 'E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-ui/lib/es/index.js' } +60ms vite:deps dependencies found by scanner: @douyinfe/semi-ui, react, react-dom/client +109ms vite:resolve 4.57ms react-dom -> E:/desktop/vite-semi-yarn/node_modules/react-dom/index.js +0ms vite:resolve 8.46ms react -> E:/desktop/vite-semi-yarn/node_modules/react/index.js +12ms vite:resolve 1.95ms ./_base/base.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +0ms vite:resolve 20.48ms lodash/noop -> E:/desktop/vite-semi-yarn/node_modules/lodash/noop.js +42ms vite:resolve 818.71ms lodash/get -> E:/desktop/vite-semi-yarn/node_modules/lodash/get.js +820ms vite:resolve 818.56ms lodash/throttle -> E:/desktop/vite-semi-yarn/node_modules/lodash/throttle.js +1ms vite:resolve 818.44ms lodash/isPlainObject -> E:/desktop/vite-semi-yarn/node_modules/lodash/isPlainObject.js +0ms vite:resolve 818.24ms lodash/isString -> E:/desktop/vite-semi-yarn/node_modules/lodash/isString.js +0ms vite:resolve 818.04ms @babel/runtime-corejs3/core-js-stable/instance/index-of -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/index-of.js +0ms vite:resolve 818.00ms @babel/runtime-corejs3/core-js-stable/object/assign -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/object/assign.js +1ms vite:resolve 817.62ms lodash/isFunction -> E:/desktop/vite-semi-yarn/node_modules/lodash/isFunction.js +0ms vite:resolve 816.15ms lodash/isNumber -> E:/desktop/vite-semi-yarn/node_modules/lodash/isNumber.js +0ms vite:resolve 815.34ms react -> E:/desktop/vite-semi-yarn/node_modules/react/index.js +1ms vite:resolve 815.23ms @douyinfe/semi-foundation/lib/es/modal/modal.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +0ms vite:resolve 812.12ms lodash/pick -> E:/desktop/vite-semi-yarn/node_modules/lodash/pick.js +1ms vite:resolve 811.87ms lodash/debounce -> E:/desktop/vite-semi-yarn/node_modules/lodash/debounce.js +0ms vite:resolve 811.27ms lodash/isUndefined -> E:/desktop/vite-semi-yarn/node_modules/lodash/isUndefined.js +0ms vite:resolve 809.22ms @babel/runtime-corejs3/core-js-stable/instance/map -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/map.js +1ms vite:resolve 807.91ms @babel/runtime-corejs3/core-js-stable/instance/values -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/values.js +0ms vite:resolve 798.91ms lodash/times -> E:/desktop/vite-semi-yarn/node_modules/lodash/times.js +802ms vite:resolve 793.17ms lodash/isArray -> E:/desktop/vite-semi-yarn/node_modules/lodash/isArray.js +1ms vite:resolve 792.35ms @douyinfe/semi-icons -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-icons/lib/es/index.js +0ms vite:resolve 790.96ms @babel/runtime-corejs3/core-js-stable/instance/concat -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/concat.js +1ms vite:resolve 790.83ms lodash/isEqual -> E:/desktop/vite-semi-yarn/node_modules/lodash/isEqual.js +0ms vite:resolve 786.36ms @babel/runtime-corejs3/core-js-stable/parse-int -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/parse-int.js +0ms vite:resolve 786.14ms lodash/flatten -> E:/desktop/vite-semi-yarn/node_modules/lodash/flatten.js +1ms vite:resolve 780.48ms lodash/isBoolean -> E:/desktop/vite-semi-yarn/node_modules/lodash/isBoolean.js +0ms vite:resolve 779.48ms @babel/runtime-corejs3/core-js-stable/instance/slice -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/slice.js +785ms vite:resolve 779.54ms @babel/runtime-corejs3/core-js-stable/instance/trim -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/trim.js +1ms vite:resolve 779.37ms lodash/omit -> E:/desktop/vite-semi-yarn/node_modules/lodash/omit.js +0ms vite:resolve 779.41ms @babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols.js +0ms vite:resolve 779.55ms classnames -> E:/desktop/vite-semi-yarn/node_modules/classnames/index.js +2ms vite:resolve 779.39ms @babel/runtime-corejs3/core-js-stable/instance/filter -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/filter.js +0ms vite:resolve 779.21ms lodash/isNull -> E:/desktop/vite-semi-yarn/node_modules/lodash/isNull.js +0ms vite:resolve 779.09ms lodash/isEmpty -> E:/desktop/vite-semi-yarn/node_modules/lodash/isEmpty.js +1ms vite:resolve 778.86ms @babel/runtime-corejs3/core-js-stable/instance/keys -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/keys.js +0ms vite:resolve 778.67ms @douyinfe/semi-foundation/lib/es/scrollList/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/constants.js +0ms vite:resolve 778.74ms @douyinfe/semi-foundation/lib/es/utils/object -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/utils/object.js +0ms vite:resolve 4384.13ms @babel/runtime-corejs3/core-js-stable/instance/find -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/find.js +4s vite:resolve 4383.94ms @babel/runtime-corejs3/core-js-stable/instance/bind -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/bind.js +0ms vite:resolve 4383.98ms @douyinfe/semi-animation-react -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-animation-react/lib/es/index.js +1ms vite:resolve 4381.91ms lodash/cloneDeep -> E:/desktop/vite-semi-yarn/node_modules/lodash/cloneDeep.js +0ms vite:resolve 4381.92ms lodash/findIndex -> E:/desktop/vite-semi-yarn/node_modules/lodash/findIndex.js +0ms vite:resolve 4381.13ms prop-types -> E:/desktop/vite-semi-yarn/node_modules/prop-types/index.js +0ms vite:resolve 4381.15ms @babel/runtime-corejs3/core-js-stable/instance/includes -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/includes.js +0ms vite:resolve 4379.56ms scheduler -> E:/desktop/vite-semi-yarn/node_modules/scheduler/index.js +7s vite:resolve 4379.39ms @babel/runtime-corejs3/core-js-stable/instance/for-each -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/for-each.js +1ms vite:spa-fallback Rewriting GET / to /index.html +0ms vite:resolve 1788.96ms @babel/runtime-corejs3/core-js-stable/array/is-array -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/array/is-array.js +11s vite:resolve 1789.12ms lodash/each -> E:/desktop/vite-semi-yarn/node_modules/lodash/each.js +0ms vite:resolve 1788.37ms core-js-pure/stable/instance/values -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/values.js +11s vite:resolve 1788.57ms core-js-pure/stable/object/assign -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/object/assign.js +0ms vite:resolve 1788.61ms lodash/isObject -> E:/desktop/vite-semi-yarn/node_modules/lodash/isObject.js +1ms vite:resolve 1788.28ms @babel/runtime-corejs3/core-js-stable/map -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/map.js +1ms vite:resolve 1787.01ms lodash/isNaN -> E:/desktop/vite-semi-yarn/node_modules/lodash/isNaN.js +0ms vite:resolve 1785.95ms lodash/map -> E:/desktop/vite-semi-yarn/node_modules/lodash/map.js +1ms vite:resolve 1786.39ms @babel/runtime-corejs3/core-js-stable/promise -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/promise.js +1ms vite:resolve 621.80ms react-is -> E:/desktop/vite-semi-yarn/node_modules/react-is/index.js +640ms vite:resolve 622.00ms date-fns/locale -> E:/desktop/vite-semi-yarn/node_modules/date-fns/esm/locale/index.js +637ms vite:time 12047.72ms /index.html +0ms vite:resolve 1236.56ms @babel/runtime-corejs3/core-js-stable/instance/splice -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/splice.js +1s vite:resolve 1234.66ms @babel/runtime-corejs3/core-js-stable/instance/find-index -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/find-index.js +1ms vite:resolve 1233.46ms @douyinfe/semi-foundation/lib/es/dropdown/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/constants.js +0ms vite:resolve 1232.78ms @babel/runtime-corejs3/core-js-stable/set -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/set.js +0ms vite:resolve 1.68ms E:\Desktop\vite-semi-yarn\node_modules\vite\dist\client\client.mjs -> E:/Desktop/vite-semi-yarn/node_modules/vite/dist/client/client.mjs +0ms vite:resolve 2.55ms /@vite/client -> E:/Desktop/vite-semi-yarn/node_modules/vite/dist/client/client.mjs +0ms vite:resolve 1722.67ms @babel/runtime-corejs3/core-js-stable/object/keys -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/object/keys.js +2s vite:resolve 1722.39ms @douyinfe/semi-foundation/lib/es/typography/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/typography/constants.js +0ms vite:resolve 1721.00ms @douyinfe/semi-foundation/lib/es/button/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/button/constants.js +1ms vite:resolve 1719.64ms lodash/find -> E:/desktop/vite-semi-yarn/node_modules/lodash/find.js +0ms vite:resolve 1719.35ms @douyinfe/semi-foundation/lib/es/table/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/table/constants.js +0ms vite:resolve 1718.64ms @babel/runtime-corejs3/core-js-stable/array/from -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/array/from.js +1ms vite:resolve 1716.97ms @douyinfe/semi-foundation/lib/es/empty/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/empty/constants.js +0ms vite:resolve 1.06ms /src/main.tsx -> E:/desktop/vite-semi-yarn/src/main.tsx +2s vite:load 0.03ms [plugin] /@react-refresh +0ms vite:import-analysis 2.06ms [no imports] /@react-refresh +0ms vite:transform 10.68ms /@react-refresh +0ms vite:time 12.31ms /@react-refresh +3s vite:resolve 956.87ms object-assign -> E:/desktop/vite-semi-yarn/node_modules/object-assign/index.js +4s vite:resolve 957.08ms @douyinfe/semi-foundation/lib/es/collapsible/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/collapsible/constants.js +980ms vite:resolve 956.75ms @douyinfe/semi-foundation/lib/es/scrollList/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/foundation.js +0ms vite:resolve 956.80ms @douyinfe/semi-foundation/lib/es/card/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/card/constants.js +1ms vite:resolve 955.95ms @babel/runtime-corejs3/core-js-stable/instance/some -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/some.js +0ms vite:resolve 955.85ms @douyinfe/semi-foundation/lib/es/button/button.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +1ms vite:resolve 858.89ms lodash/values -> E:/desktop/vite-semi-yarn/node_modules/lodash/values.js +861ms vite:resolve 859.11ms @douyinfe/semi-foundation/lib/es/base/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/base/constants.js +0ms vite:resolve 858.79ms @douyinfe/semi-foundation/lib/es/datePicker/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/constants.js +0ms vite:resolve 858.25ms @douyinfe/semi-foundation/lib/es/empty/empty.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +1ms vite:resolve 857.50ms @babel/runtime-corejs3/core-js-stable/number/is-safe-integer -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/number/is-safe-integer.js +0ms vite:resolve 857.25ms @douyinfe/semi-foundation/lib/es/banner/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/banner/constants.js +1ms vite:resolve 857.15ms @douyinfe/semi-foundation/lib/es/progress/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/progress/constants.js +0ms vite:load 3574.99ms [fs] /@vite/client +2s vite:load 1845.69ms [fs] /src/main.tsx +6ms vite:resolve 1057.65ms @douyinfe/semi-foundation/lib/es/utils/getMotionObjFromProps -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/utils/getMotionObjFromProps.js +1s vite:resolve 1057.71ms @douyinfe/semi-foundation/lib/es/spin/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/spin/constants.js +0ms vite:resolve 1057.80ms @douyinfe/semi-foundation/lib/es/switch/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/switch/foundation.js +0ms vite:resolve 1057.66ms @douyinfe/semi-foundation/lib/es/scrollList/scrollList.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +1ms vite:resolve 1057.39ms @douyinfe/semi-foundation/lib/es/steps/steps.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +0ms vite:resolve 1056.89ms @douyinfe/semi-foundation/lib/es/divider/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/divider/constants.js +1ms vite:resolve 1056.98ms core-js-pure/stable/instance/index-of -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/index-of.js +2s vite:resolve 1057.17ms @douyinfe/semi-foundation/lib/es/calendar/calendar.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +1ms vite:resolve 1057.38ms core-js-pure/stable/object/get-own-property-symbols -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/object/get-own-property-symbols.js +1ms vite:resolve 1.53ms E:\Desktop\vite-semi-yarn\node_modules\vite\dist\client\env.mjs -> E:/Desktop/vite-semi-yarn/node_modules/vite/dist/client/env.mjs +3s vite:resolve 1.90ms @vite/env -> E:/Desktop/vite-semi-yarn/node_modules/vite/dist/client/env.mjs +0ms vite:import-analysis 6.61ms [1 imports rewritten] E:/Desktop/vite-semi-yarn/node_modules/vite/dist/client/client.mjs +3s vite:transform 1234.36ms /@vite/client +3s vite:time 4822.52ms /@vite/client +3s vite:resolve 719.68ms @douyinfe/semi-foundation/lib/es/tag/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/tag/constants.js +733ms vite:resolve 718.93ms lodash/unset -> E:/desktop/vite-semi-yarn/node_modules/lodash/unset.js +1ms vite:resolve 718.42ms @babel/runtime-corejs3/core-js/global-this -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js/global-this.js +0ms vite:resolve 717.27ms react-dom -> E:/desktop/vite-semi-yarn/node_modules/react-dom/index.js +0ms vite:resolve 717.10ms @douyinfe/semi-foundation/lib/es/backtop/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/backtop/constants.js +1ms vite:resolve 717.16ms lodash/merge -> E:/desktop/vite-semi-yarn/node_modules/lodash/merge.js +0ms vite:resolve 716.88ms @douyinfe/semi-foundation/lib/es/banner/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/banner/foundation.js +0ms vite:resolve 715.31ms @babel/runtime-corejs3/core-js-stable/object/values -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/object/values.js +1ms vite:resolve 714.74ms @douyinfe/semi-foundation/lib/es/progress/progress.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +0ms vite:resolve 714.60ms core-js-pure/stable/instance/concat -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/concat.js +736ms vite:resolve 714.55ms core-js-pure/stable/instance/includes -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/includes.js +0ms vite:resolve 714.53ms core-js-pure/stable/instance/trim -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/trim.js +1ms vite:resolve 1557.16ms @douyinfe/semi-foundation/lib/es/switch/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/switch/constants.js +2s vite:resolve 1557.12ms @douyinfe/semi-foundation/lib/es/spin/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/spin/foundation.js +1ms vite:resolve 1556.79ms @douyinfe/semi-foundation/lib/es/descriptions/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/constants.js +0ms vite:resolve 1556.59ms @douyinfe/semi-foundation/lib/es/divider/divider.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +0ms vite:resolve 1556.41ms @douyinfe/semi-foundation/lib/es/steps/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/steps/constants.js +0ms vite:resolve 1556.20ms @douyinfe/semi-foundation/lib/es/typography/typography.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +1ms vite:resolve 1556.14ms @babel/runtime-corejs3/core-js-stable/instance/reduce -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/reduce.js +0ms vite:resolve 1554.92ms @douyinfe/semi-animation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-animation/lib/es/index.js +1ms vite:resolve 1554.66ms lodash/toPath -> E:/desktop/vite-semi-yarn/node_modules/lodash/toPath.js +0ms vite:resolve 1554.81ms @douyinfe/semi-foundation/lib/es/skeleton/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/constants.js +0ms vite:resolve 1553.92ms @douyinfe/semi-foundation/lib/es/banner/banner.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +1ms vite:resolve 1553.77ms @douyinfe/semi-foundation/lib/es/backtop/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/backtop/foundation.js +0ms vite:resolve 1553.63ms @douyinfe/semi-foundation/lib/es/timeline/timeline.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +0ms vite:resolve 1553.48ms @babel/runtime-corejs3/core-js-stable/instance/last-index-of -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/last-index-of.js +0ms vite:resolve 1553.33ms lodash/difference -> E:/desktop/vite-semi-yarn/node_modules/lodash/difference.js +1ms vite:resolve 1553.18ms core-js-pure/stable/instance/map -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/map.js +2s vite:resolve 1553.28ms core-js-pure/stable/instance/slice -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/slice.js +0ms vite:resolve 1829.88ms @douyinfe/semi-foundation/lib/es/descriptions/descriptions.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +2s vite:resolve 1830.08ms @douyinfe/semi-foundation/lib/es/switch/switch.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +0ms vite:resolve 1829.16ms @babel/runtime-corejs3/core-js-stable/object/entries -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/object/entries.js +0ms vite:resolve 1828.90ms @douyinfe/semi-foundation/lib/es/spin/spin.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +1ms vite:resolve 1828.86ms @douyinfe/semi-foundation/lib/es/dropdown/menuFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/menuFoundation.js +0ms vite:resolve 1828.86ms @douyinfe/semi-foundation/lib/es/modal/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/modal/constants.js +0ms vite:resolve 1828.68ms @douyinfe/semi-foundation/lib/es/upload/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/upload/foundation.js +0ms vite:resolve 1828.68ms @douyinfe/semi-foundation/lib/es/backtop/backtop.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +0ms vite:resolve 1828.36ms @douyinfe/semi-foundation/lib/es/carousel/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/carousel/constants.js +1ms vite:resolve 1828.29ms @douyinfe/semi-foundation/lib/es/timeline/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/timeline/constants.js +0ms vite:resolve 1828.23ms lodash/has -> E:/desktop/vite-semi-yarn/node_modules/lodash/has.js +0ms vite:resolve 1827.78ms @douyinfe/semi-foundation/lib/es/utils/log -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/utils/log.js +0ms vite:resolve 1827.83ms lodash/isSet -> E:/desktop/vite-semi-yarn/node_modules/lodash/isSet.js +0ms vite:resolve 1827.38ms @douyinfe/semi-foundation/lib/es/skeleton/skeleton.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +1ms vite:resolve 1826.98ms @douyinfe/semi-foundation/lib/es/radio/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/radio/constants.js +0ms vite:resolve 1826.82ms @douyinfe/semi-foundation/lib/es/tabs/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/tabs/constants.js +0ms vite:resolve 1826.79ms core-js-pure/stable/parse-int -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/parse-int.js +2s vite:load 4134.00ms [fs] node_modules\vite\dist\client\env.mjs +5s vite:resolve 120.51ms @douyinfe/semi-foundation/lib/es/rating/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/rating/constants.js +126ms vite:resolve 120.67ms @babel/runtime-corejs3/core-js-stable/parse-float -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/parse-float.js +1ms vite:resolve 120.53ms @babel/runtime-corejs3/core-js-stable/date/now -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/date/now.js +0ms vite:import-analysis 0.05ms [no imports] E:/Desktop/vite-semi-yarn/node_modules/vite/dist/client/env.mjs +4s vite:transform 122.60ms node_modules\vite\dist\client\env.mjs +4s vite:time 3533.65ms node_modules\vite\dist\client\env.mjs +4s vite:resolve 2019.34ms @douyinfe/semi-foundation/lib/es/avatar/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/avatar/constants.js +2s vite:resolve 2019.59ms @douyinfe/semi-foundation/lib/es/layout/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/layout/constants.js +0ms vite:resolve 2019.56ms @douyinfe/semi-foundation/lib/es/utils/isNullOrUndefined -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/utils/isNullOrUndefined.js +0ms vite:resolve 2019.55ms @douyinfe/semi-foundation/lib/es/modal/modalFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/modal/modalFoundation.js +1ms vite:resolve 2019.61ms @douyinfe/semi-foundation/lib/es/checkbox/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/constants.js +0ms vite:resolve 2019.06ms @douyinfe/semi-foundation/lib/es/popconfirm/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/constants.js +0ms vite:resolve 2019.14ms lodash/isDate -> E:/desktop/vite-semi-yarn/node_modules/lodash/isDate.js +0ms vite:resolve 2019.10ms @douyinfe/semi-foundation/lib/es/utils/warning -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/utils/warning.js +1ms vite:resolve 2019.08ms @douyinfe/semi-foundation/lib/es/radio/radioFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/radio/radioFoundation.js +0ms vite:resolve 2018.96ms @douyinfe/semi-foundation/lib/es/upload/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/upload/constants.js +0ms vite:resolve 2019.02ms @douyinfe/semi-foundation/lib/es/grid/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/grid/constants.js +0ms vite:resolve 2019.08ms @douyinfe/semi-foundation/lib/es/form/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/form/constants.js +0ms vite:resolve 2019.15ms @douyinfe/semi-foundation/lib/es/navigation/navigation.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +0ms vite:resolve 2019.10ms @douyinfe/semi-foundation/lib/es/popover/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/popover/constants.js +1ms vite:resolve 2019.13ms lodash/set -> E:/desktop/vite-semi-yarn/node_modules/lodash/set.js +0ms vite:resolve 2018.99ms @douyinfe/semi-foundation/lib/es/space/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/space/constants.js +0ms vite:resolve 2018.99ms @douyinfe/semi-foundation/lib/es/radio/radioGroupFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/radio/radioGroupFoundation.js +0ms vite:resolve 2018.64ms @douyinfe/semi-foundation/lib/es/utils/getDataAttr -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/utils/getDataAttr.js +0ms vite:resolve 2018.70ms @douyinfe/semi-foundation/lib/es/carousel/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/carousel/foundation.js +0ms vite:resolve 2018.75ms @douyinfe/semi-foundation/lib/es/list/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/list/constants.js +1ms vite:resolve 2018.35ms ../styles/icons.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +0ms vite:resolve 2016.05ms @douyinfe/semi-foundation/lib/es/sideSheet/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/constants.js +0ms vite:resolve 1664.43ms @douyinfe/semi-foundation/lib/es/input/textareaFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/input/textareaFoundation.js +2s vite:resolve 1663.74ms react-window -> E:/desktop/vite-semi-yarn/node_modules/react-window/dist/index.esm.js +0ms vite:resolve 1663.46ms @douyinfe/semi-foundation/lib/es/popconfirm/popconfirmFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirmFoundation.js +0ms vite:resolve 1663.49ms lodash/stubFalse -> E:/desktop/vite-semi-yarn/node_modules/lodash/stubFalse.js +1ms vite:resolve 1663.46ms @douyinfe/semi-foundation/lib/es/avatar/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/avatar/foundation.js +0ms vite:resolve 1663.56ms @douyinfe/semi-foundation/lib/es/toast/toastListFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/toast/toastListFoundation.js +0ms vite:resolve 1663.30ms @douyinfe/semi-foundation/lib/es/form/utils -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/form/utils.js +1ms vite:resolve 1662.81ms @douyinfe/semi-foundation/lib/es/layout/layout.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +0ms vite:resolve 1662.38ms @douyinfe/semi-foundation/lib/es/checkbox/checkboxFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkboxFoundation.js +0ms vite:resolve 1662.33ms @douyinfe/semi-foundation/lib/es/collapse/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/collapse/constants.js +1ms vite:resolve 1660.22ms @douyinfe/semi-foundation/lib/es/breadcrumb/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/constants.js +0ms vite:resolve 1658.16ms @babel/runtime-corejs3/core-js-stable/set-timeout -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/set-timeout.js +0ms vite:resolve 1657.45ms @douyinfe/semi-foundation/lib/es/popover/popover.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +1ms vite:resolve 1657.29ms @douyinfe/semi-foundation/lib/es/list/list.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +0ms vite:resolve 1656.66ms @douyinfe/semi-foundation/lib/es/space/space.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +0ms vite:resolve 1656.55ms @douyinfe/semi-foundation/lib/es/carousel/carousel.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +0ms vite:resolve 403.62ms core-js-pure/stable/instance/for-each -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/for-each.js +4s vite:resolve 403.77ms core-js-pure/stable/array/is-array -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/array/is-array.js +0ms vite:resolve 403.95ms core-js-pure/stable/number/is-safe-integer -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/number/is-safe-integer.js +1ms vite:resolve 404.06ms core-js-pure/stable/instance/find-index -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/find-index.js +0ms vite:resolve 404.06ms lodash/toInteger -> E:/desktop/vite-semi-yarn/node_modules/lodash/toInteger.js +415ms vite:resolve 403.20ms @douyinfe/semi-foundation/lib/es/badge/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/badge/constants.js +0ms vite:resolve 403.12ms core-js-pure/stable/object/keys -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/object/keys.js +1ms vite:resolve 403.09ms @douyinfe/semi-foundation/lib/es/navigation/itemFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/navigation/itemFoundation.js +1ms vite:resolve 403.14ms @douyinfe/semi-foundation/lib/es/sideSheet/sideSheetFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheetFoundation.js +0ms vite:resolve 1565.89ms @douyinfe/semi-foundation/lib/es/utils/function -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/utils/function.js +2s vite:resolve 1565.92ms @douyinfe/semi-foundation/lib/es/pagination/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/pagination/foundation.js +0ms vite:resolve 1565.88ms @douyinfe/semi-foundation/lib/es/card/card.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +0ms vite:resolve 1565.37ms @douyinfe/semi-foundation/lib/es/input/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/input/constants.js +1ms vite:resolve 1565.11ms @douyinfe/semi-foundation/lib/es/input/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/input/foundation.js +0ms vite:resolve 1565.07ms lodash/flattenDeep -> E:/desktop/vite-semi-yarn/node_modules/lodash/flattenDeep.js +0ms vite:resolve 1565.19ms @douyinfe/semi-foundation/lib/es/utils/uuid -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/utils/uuid.js +0ms vite:resolve 1564.98ms @douyinfe/semi-foundation/lib/es/form/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/form/foundation.js +1ms vite:resolve 1564.62ms @douyinfe/semi-foundation/lib/es/breadcrumb/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/foundation.js +0ms vite:resolve 1564.61ms @douyinfe/semi-foundation/lib/es/collapse/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/collapse/foundation.js +0ms vite:resolve 1564.46ms @babel/runtime-corejs3/core-js-stable/instance/reverse -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/reverse.js +0ms vite:resolve 1564.27ms @douyinfe/semi-foundation/lib/es/navigation/subNavFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/navigation/subNavFoundation.js +0ms vite:resolve 1564.22ms @douyinfe/semi-foundation/lib/es/checkbox/checkboxGroupFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkboxGroupFoundation.js +1ms vite:resolve 1564.30ms @douyinfe/semi-foundation/lib/es/toast/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/toast/constants.js +0ms vite:resolve 1564.25ms @douyinfe/semi-foundation/lib/es/avatar/avatar.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +0ms vite:resolve 1564.14ms @douyinfe/semi-foundation/lib/es/icons/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/icons/constants.js +0ms vite:resolve 1564.14ms @babel/runtime-corejs3/core-js-stable/number/is-integer -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/number/is-integer.js +0ms vite:resolve 1563.89ms @douyinfe/semi-foundation/lib/es/checkbox/checkbox.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +0ms vite:resolve 1563.88ms core-js-pure/stable/set-timeout -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/set-timeout.js +2s vite:resolve 1563.46ms core-js-pure/stable/instance/filter -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/filter.js +0ms vite:resolve 0.34ms react -> E:/desktop/vite-semi-yarn/node_modules/.vite/deps/react.js?v=05fd48b5 +10s vite:resolve 0.10ms /node_modules/.vite/deps/react.js?v=05fd48b5 -> E:/desktop/vite-semi-yarn/node_modules/.vite/deps/react.js?v=05fd48b5 +1ms vite:import-analysis /node_modules/.vite/deps/react.js?v=05fd48b5 needs interop +6s vite:resolve 0.11ms react-dom/client -> E:/desktop/vite-semi-yarn/node_modules/.vite/deps/react-dom_client.js?v=42874b7a +6ms vite:resolve 0.09ms /node_modules/.vite/deps/react-dom_client.js?v=42874b7a -> E:/desktop/vite-semi-yarn/node_modules/.vite/deps/react-dom_client.js?v=42874b7a +1ms vite:import-analysis /node_modules/.vite/deps/react-dom_client.js?v=42874b7a needs interop +6ms vite:resolve 2.22ms ./App -> E:/desktop/vite-semi-yarn/src/App.tsx +3ms vite:resolve 1.50ms /src/App.tsx -> E:/desktop/vite-semi-yarn/src/App.tsx +2ms vite:resolve 0.95ms ./index.css -> E:/desktop/vite-semi-yarn/src/index.css +2ms vite:resolve 0.93ms /src/index.css -> E:/desktop/vite-semi-yarn/src/index.css +1ms vite:resolve 0.15ms react/jsx-dev-runtime -> react/jsx-dev-runtime +0ms vite:resolve 1.57ms /@id/__x00__react/jsx-dev-runtime -> null +3ms vite:import-analysis 23.19ms [5 imports rewritten] src\main.tsx +15ms vite:transform 11211.97ms /src/main.tsx +6s vite:resolve 7.51ms react/jsx-dev-runtime -> null +12ms vite:load 0.04ms [plugin] react/jsx-dev-runtime +6s vite:resolve 0.11ms react/jsx-dev-runtime -> E:/desktop/vite-semi-yarn/node_modules/.vite/deps/react_jsx-dev-runtime.js?v=05fd48b5 +3ms vite:resolve 0.12ms /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=05fd48b5 -> E:/desktop/vite-semi-yarn/node_modules/.vite/deps/react_jsx-dev-runtime.js?v=05fd48b5 +0ms vite:import-analysis /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=05fd48b5 needs interop +12ms vite:import-analysis 1.82ms [1 imports rewritten] react/jsx-dev-runtime +1ms vite:transform 2.15ms react/jsx-dev-runtime +8ms vite:resolve 1416.89ms @douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +1s vite:resolve 1417.00ms @douyinfe/semi-foundation/lib/es/navigation/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/navigation/constants.js +0ms vite:resolve 1416.19ms @douyinfe/semi-foundation/lib/es/badge/badge.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +1ms vite:resolve 1416.19ms @douyinfe/semi-foundation/lib/es/utils/a11y -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/utils/a11y.js +0ms vite:resolve 1415.89ms @douyinfe/semi-foundation/lib/es/upload/upload.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +0ms vite:resolve 1415.01ms @douyinfe/semi-foundation/lib/es/pagination/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/pagination/constants.js +0ms vite:resolve 1412.97ms @douyinfe/semi-foundation/lib/es/anchor/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/anchor/constants.js +1ms vite:resolve 1410.99ms @douyinfe/semi-foundation/lib/es/utils/isPromise -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/utils/isPromise.js +0ms vite:resolve 1408.55ms @douyinfe/semi-foundation/lib/es/radio/radio.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +0ms vite:resolve 1408.37ms @douyinfe/semi-foundation/lib/es/autoComplete/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/constants.js +1ms vite:resolve 1407.47ms @douyinfe/semi-foundation/lib/es/collapse/collapse.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +0ms vite:resolve 1407.33ms @babel/runtime-corejs3/core-js-stable/instance/every -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/every.js +0ms vite:resolve 1402.57ms @douyinfe/semi-foundation/lib/es/button/iconButton.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +0ms vite:resolve 1402.48ms @douyinfe/semi-foundation/lib/es/tooltip/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/constants.js +0ms vite:resolve 1402.20ms @douyinfe/semi-foundation/lib/es/rating/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/rating/foundation.js +1ms vite:resolve 656.35ms @douyinfe/semi-foundation/lib/es/input/textarea.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +660ms vite:resolve 656.47ms @douyinfe/semi-foundation/lib/es/toast/toast.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +0ms vite:resolve 656.28ms core-js-pure/stable/parse-float -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/parse-float.js +2s vite:resolve 656.28ms core-js-pure/stable/instance/bind -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/bind.js +0ms vite:resolve 654.70ms @douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +1ms vite:resolve 654.27ms @douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +0ms vite:resolve 654.25ms @douyinfe/semi-foundation/lib/es/anchor/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/anchor/foundation.js +0ms vite:resolve 1699.68ms @douyinfe/semi-foundation/lib/es/input/input.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +2s vite:resolve 1698.75ms @douyinfe/semi-foundation/lib/es/tagInput/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/constants.js +1ms vite:resolve 1698.94ms @douyinfe/semi-foundation/lib/es/tag/tag.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +0ms vite:resolve 1698.95ms @douyinfe/semi-foundation/lib/es/timePicker/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/constants.js +0ms vite:resolve 1698.24ms core-js-pure/stable/instance/reduce -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/reduce.js +2s vite:resolve 1697.19ms @douyinfe/semi-foundation/lib/es/pagination/pagination.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +1ms vite:resolve 1696.92ms @douyinfe/semi-foundation/lib/es/autoComplete/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/foundation.js +1ms vite:resolve 1697.07ms @douyinfe/semi-foundation/lib/es/overflowList/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/constants.js +0ms vite:resolve 1697.01ms lodash/some -> E:/desktop/vite-semi-yarn/node_modules/lodash/some.js +0ms vite:resolve 1697.19ms @douyinfe/semi-foundation/lib/es/dropdown/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/foundation.js +0ms vite:resolve 1697.19ms @douyinfe/semi-foundation/lib/es/notification/notificationListFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/notification/notificationListFoundation.js +1ms vite:resolve 1697.16ms @douyinfe/semi-foundation/lib/es/rating/rating.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +0ms vite:resolve 1697.24ms core-js-pure/stable/instance/splice -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/splice.js +2ms vite:resolve 1696.97ms core-js-pure/stable/instance/find -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/find.js +1ms vite:load 3796.30ms [fs] /src/App.tsx +4s vite:load 3868.28ms [fs] /src/index.css +72ms vite:resolve 2052.55ms core-js-pure/features/global-this -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/features/global-this.js +2s vite:resolve 2052.65ms @douyinfe/semi-foundation/lib/es/anchor/anchor.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +2s vite:resolve 2052.62ms @douyinfe/semi-foundation/lib/es/calendar/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/calendar/foundation.js +0ms vite:resolve 2052.67ms @douyinfe/semi-foundation/lib/es/grid/grid.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +0ms vite:resolve 2052.30ms @douyinfe/semi-foundation/lib/es/tagInput/tagInput.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +1ms vite:resolve 2052.24ms bezier-easing -> E:/desktop/vite-semi-yarn/node_modules/bezier-easing/src/index.js +0ms vite:resolve 2051.65ms @douyinfe/semi-foundation/lib/es/notification/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/notification/constants.js +0ms vite:resolve 2051.05ms @douyinfe/semi-foundation/lib/es/navigation/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/navigation/foundation.js +1ms vite:resolve 2050.46ms core-js-pure/stable/instance/keys -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/keys.js +3ms vite:resolve 2051.51ms core-js-pure/stable/date/now -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/date/now.js +2ms vite:resolve 2051.47ms @douyinfe/semi-foundation/lib/es/overflowList/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/foundation.js +2ms vite:resolve 2051.56ms core-js-pure/stable/set -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/set/index.js +0ms vite:resolve 2051.62ms @douyinfe/semi-foundation/lib/es/dropdown/dropdown.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +0ms vite:resolve 2051.53ms core-js-pure/stable/object/values -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/object/values.js +1ms vite:resolve 2051.56ms core-js-pure/stable/promise -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/promise/index.js +0ms vite:time 19003.61ms /src/main.tsx +12s vite:resolve 1521.24ms @douyinfe/semi-foundation/lib/es/calendar/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/calendar/constants.js +2s vite:resolve 1521.03ms @douyinfe/semi-foundation/lib/es/tagInput/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/foundation.js +1ms vite:resolve 1521.02ms @douyinfe/semi-foundation/lib/es/timePicker/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/foundation.js +0ms vite:resolve 1521.09ms @douyinfe/semi-foundation/lib/es/slider/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/slider/constants.js +0ms vite:resolve 1518.16ms @douyinfe/semi-foundation/lib/es/utils/isBothNaN -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/utils/isBothNaN.js +1ms vite:resolve 1518.23ms @douyinfe/semi-foundation/lib/es/utils/classnames -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/utils/classnames.js +0ms vite:resolve 1517.46ms @babel/runtime-corejs3/core-js-stable/set-interval -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/set-interval.js +0ms vite:resolve 1515.31ms core-js-pure/stable/array/from -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/array/from.js +2s vite:resolve 1514.36ms @douyinfe/semi-foundation/lib/es/overflowList/overflowList.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +1ms vite:resolve 1514.41ms lodash/cloneDeepWith -> E:/desktop/vite-semi-yarn/node_modules/lodash/cloneDeepWith.js +0ms vite:resolve 1514.44ms @douyinfe/semi-foundation/lib/es/utils/dom -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/utils/dom.js +0ms vite:import-analysis /node_modules/.vite/deps/react.js?v=05fd48b5 needs interop +7s vite:resolve 1.18ms ./assets/react.svg -> E:/desktop/vite-semi-yarn/src/assets/react.svg +7s vite:resolve 0.98ms /src/assets/react.svg -> E:/desktop/vite-semi-yarn/src/assets/react.svg +2ms vite:resolve 0.96ms ./App.css -> E:/desktop/vite-semi-yarn/src/App.css +1ms vite:resolve 1.07ms /src/App.css -> E:/desktop/vite-semi-yarn/src/App.css +1ms vite:resolve 0.09ms @douyinfe/semi-ui -> E:/desktop/vite-semi-yarn/node_modules/.vite/deps/@douyinfe_semi-ui.js?v=0b355a96 +1ms vite:resolve 0.09ms /node_modules/.vite/deps/@douyinfe_semi-ui.js?v=0b355a96 -> E:/desktop/vite-semi-yarn/node_modules/.vite/deps/@douyinfe_semi-ui.js?v=0b355a96 +0ms vite:hmr [self-accepts] src\App.tsx +0ms vite:import-analysis 16.63ms [6 imports rewritten] src\App.tsx +16ms vite:transform 3687.18ms /src/App.tsx +7s vite:cache [memory] /@react-refresh +0ms vite:cache [memory] react/jsx-dev-runtime +3ms vite:load 0.76ms [plugin] /src/assets/react.svg +4s vite:import-analysis 0.02ms [no imports] src\assets\react.svg +12ms vite:transform 0.40ms /src/assets/react.svg +8ms vite:resolve 206.59ms @douyinfe/semi-foundation/lib/es/tree/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/tree/foundation.js +244ms vite:resolve 206.73ms core-js-pure/stable/instance/reverse -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/reverse.js +244ms vite:resolve 206.73ms @douyinfe/semi-foundation/lib/es/notification/notification.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +0ms vite:resolve 206.43ms @douyinfe/semi-foundation/lib/es/form/form.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +0ms vite:cache [memory] react/jsx-dev-runtime +224ms vite:time 0.68ms /@id/__x00__react/jsx-dev-runtime +2s vite:resolve 1386.45ms @douyinfe/semi-foundation/lib/es/inputNumber/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/foundation.js +1s vite:resolve 1384.01ms @douyinfe/semi-foundation/lib/es/slider/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/slider/foundation.js +1ms vite:resolve 1384.04ms lodash/includes -> E:/desktop/vite-semi-yarn/node_modules/lodash/includes.js +0ms vite:resolve 1383.36ms @douyinfe/semi-foundation/lib/es/scrollList/itemFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/itemFoundation.js +1ms vite:resolve 1376.12ms core-js-pure/stable/set-interval -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/set-interval.js +1s vite:resolve 1375.49ms core-js-pure/stable/instance/some -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/some.js +0ms vite:resolve 1375.48ms core-js-pure/stable/map -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/map/index.js +0ms vite:resolve 1205.59ms @douyinfe/semi-foundation/lib/es/tree/treeUtil -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/tree/treeUtil.js +1s vite:resolve 1205.59ms @douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +0ms vite:resolve 1204.91ms @douyinfe/semi-foundation/lib/es/table/utils -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/table/utils.js +0ms vite:resolve 1204.71ms @douyinfe/semi-foundation/lib/es/inputNumber/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/constants.js +1ms vite:resolve 1204.63ms @douyinfe/semi-foundation/lib/es/scrollList/scrollTo -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollTo.js +0ms vite:resolve 1203.83ms @douyinfe/semi-foundation/lib/es/timePicker/timePicker.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +0ms vite:resolve 1203.55ms @douyinfe/semi-animation-styled -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-animation-styled/lib/es/index.js +1ms vite:resolve 1203.69ms @douyinfe/semi-foundation/lib/es/slider/slider.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +0ms vite:resolve 1203.76ms core-js-pure/stable/number/is-integer -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/number/is-integer.js +1s vite:resolve 1203.90ms core-js-pure/stable/object/entries -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/object/entries.js +0ms vite:resolve 1204.04ms core-js-pure/stable/instance/every -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/every.js +1ms vite:resolve 1203.74ms react-sortable-hoc -> E:/desktop/vite-semi-yarn/node_modules/react-sortable-hoc/dist/react-sortable-hoc.esm.js +1ms vite:load 2828.46ms [fs] /src/App.css +3s vite:resolve 274.86ms @babel/runtime/helpers/esm/extends -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime/helpers/esm/extends.js +282ms vite:time 2893.40ms /src/App.tsx +3s vite:resolve 1138.16ms @douyinfe/semi-foundation/lib/es/tree/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/tree/constants.js +1s vite:resolve 1138.35ms @douyinfe/semi-foundation/lib/es/upload/utils -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/upload/utils.js +0ms vite:resolve 1138.12ms @douyinfe/semi-foundation/lib/es/utils/Event -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/utils/Event.js +0ms vite:resolve 1137.41ms @douyinfe/semi-foundation/lib/es/utils/isElement -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/utils/isElement.js +1ms vite:resolve 1136.44ms @douyinfe/semi-foundation/lib/es/tabs/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/tabs/foundation.js +0ms vite:resolve 1133.82ms lodash/split -> E:/desktop/vite-semi-yarn/node_modules/lodash/split.js +1ms vite:cache [304] /src/assets/react.svg +0ms vite:time 2.01ms /src/assets/react.svg?import +1s vite:resolve 1560.30ms @douyinfe/semi-foundation/lib/es/radio/radioInnerFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/radio/radioInnerFoundation.js +2s vite:resolve 1560.51ms @babel/runtime/helpers/esm/assertThisInitialized -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0ms vite:resolve 1558.53ms lodash/filter -> E:/desktop/vite-semi-yarn/node_modules/lodash/filter.js +1ms vite:resolve 1558.29ms lodash/toString -> E:/desktop/vite-semi-yarn/node_modules/lodash/toString.js +0ms vite:resolve 1557.55ms @douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +1ms vite:resolve 1557.65ms @douyinfe/semi-foundation/lib/es/treeSelect/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/foundation.js +0ms vite:resolve 1557.63ms @babel/runtime/helpers/esm/slicedToArray -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +0ms vite:resolve 1557.68ms @douyinfe/semi-foundation/lib/es/_portal/portal.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +0ms vite:resolve 1557.79ms @douyinfe/semi-foundation/lib/es/tabs/tabs.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +1ms vite:resolve 1557.78ms @douyinfe/semi-foundation/lib/es/calendar/eventUtil -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/calendar/eventUtil.js +0ms vite:resolve 1557.83ms resize-observer-polyfill -> E:/desktop/vite-semi-yarn/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +0ms vite:resolve 1417.71ms @babel/runtime/helpers/esm/inheritsLoose -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +1s vite:resolve 1415.66ms @douyinfe/semi-foundation/lib/es/tooltip/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/foundation.js +0ms vite:resolve 1413.03ms @babel/runtime/helpers/esm/objectSpread -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime/helpers/esm/objectSpread.js +1ms vite:resolve 1412.19ms @douyinfe/semi-foundation/lib/es/cascader/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/cascader/foundation.js +0ms vite:resolve 1407.11ms core-js-pure/stable/instance/last-index-of -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/last-index-of.js +4s vite:resolve 214.99ms scroll-into-view-if-needed -> E:/desktop/vite-semi-yarn/node_modules/scroll-into-view-if-needed/es/index.js +220ms vite:resolve 215.12ms @douyinfe/semi-foundation/lib/es/datePicker/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/foundation.js +0ms vite:resolve 215.23ms @douyinfe/semi-foundation/lib/es/tree/tree.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +0ms vite:resolve 1133.91ms @douyinfe/semi-foundation/lib/es/transfer/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/transfer/foundation.js +1s vite:resolve 1133.99ms @douyinfe/semi-foundation/lib/es/treeSelect/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/constants.js +0ms vite:resolve 1134.01ms memoize-one -> E:/desktop/vite-semi-yarn/node_modules/memoize-one/dist/memoize-one.esm.js +0ms vite:resolve 1133.82ms @douyinfe/semi-foundation/lib/es/cascader/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/cascader/constants.js +0ms vite:resolve 1133.62ms @douyinfe/semi-foundation/lib/es/utils/Logger -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/utils/Logger.js +1ms vite:resolve 1133.69ms async-validator -> E:/desktop/vite-semi-yarn/node_modules/async-validator/dist-web/index.js +0ms vite:resolve 1133.67ms @babel/runtime/helpers/esm/classCallCheck -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +0ms vite:resolve 1133.10ms lodash/slice -> E:/desktop/vite-semi-yarn/node_modules/lodash/slice.js +0ms vite:resolve 195.31ms compute-scroll-into-view -> E:/desktop/vite-semi-yarn/node_modules/compute-scroll-into-view/dist/index.module.js +199ms vite:resolve 1285.85ms @douyinfe/semi-foundation/lib/es/toast/toastFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/toast/toastFoundation.js +1s vite:resolve 1285.17ms @douyinfe/semi-foundation/lib/es/transfer/transferUtils -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transferUtils.js +1ms vite:resolve 1285.08ms @babel/runtime/helpers/esm/createClass -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime/helpers/esm/createClass.js +0ms vite:resolve 1284.09ms @douyinfe/semi-foundation/lib/es/anchor/linkFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/anchor/linkFoundation.js +1ms vite:resolve 1284.30ms @douyinfe/semi-foundation/lib/es/utils/isEnterPress -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/utils/isEnterPress.js +0ms vite:resolve 1284.03ms @douyinfe/semi-foundation/lib/es/select/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/select/foundation.js +0ms vite:resolve 1251.28ms @babel/runtime/helpers/esm/possibleConstructorReturn -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +1s vite:resolve 1251.33ms @douyinfe/semi-foundation/lib/es/cascader/cascader.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +0ms vite:resolve 1251.43ms @douyinfe/semi-foundation/lib/es/transfer/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/transfer/constants.js +0ms vite:resolve 1250.87ms react-resizable -> E:/desktop/vite-semi-yarn/node_modules/react-resizable/index.js +1ms vite:resolve 1249.09ms @babel/runtime-corejs3/core-js-stable/instance/sort -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/sort.js +0ms vite:resolve 1248.07ms @douyinfe/semi-foundation/lib/es/tooltip/tooltip.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +0ms vite:resolve 1248.18ms @douyinfe/semi-foundation/lib/es/select/constants -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/select/constants.js +1ms vite:resolve 1248.22ms @babel/runtime/helpers/esm/objectWithoutPropertiesLoose -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0ms vite:resolve 1245.11ms lodash/toNumber -> E:/desktop/vite-semi-yarn/node_modules/lodash/toNumber.js +1ms vite:resolve 1245.30ms @douyinfe/semi-foundation/lib/es/datePicker/datePicker.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +0ms vite:resolve 904.26ms @babel/runtime-corejs3/core-js-stable/url -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/url.js +913ms vite:resolve 904.33ms @babel/runtime-corejs3/core-js-stable/number/is-nan -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/number/is-nan.js +0ms vite:resolve 904.23ms @douyinfe/semi-foundation/lib/es/transfer/transfer.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +0ms vite:resolve 903.95ms @douyinfe/semi-foundation/lib/es/utils/getHighlight -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/utils/getHighlight.js +1ms vite:resolve 904.01ms @babel/runtime/helpers/esm/getPrototypeOf -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0ms vite:resolve 901.02ms lodash/clone -> E:/desktop/vite-semi-yarn/node_modules/lodash/clone.js +0ms vite:resolve 900.31ms @babel/runtime-corejs3/core-js-stable/object/define-properties -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/object/define-properties.js +1ms vite:resolve 843.01ms @babel/runtime/helpers/esm/inherits -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime/helpers/esm/inherits.js +1s vite:resolve 843.04ms @babel/runtime-corejs3/core-js-stable/instance/entries -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/entries.js +1ms vite:resolve 843.14ms @douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +0ms vite:resolve 842.95ms @douyinfe/semi-foundation/lib/es/cascader/util -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/cascader/util.js +0ms vite:resolve 841.52ms core-js-pure/stable/number/is-nan -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/number/is-nan.js +6s vite:resolve 841.57ms date-fns -> E:/desktop/vite-semi-yarn/node_modules/date-fns/esm/index.js +1ms vite:resolve 223.88ms prop-types -> E:/desktop/vite-semi-yarn/node_modules/prop-types/index.js +225ms vite:resolve 223.21ms react-draggable -> E:/desktop/vite-semi-yarn/node_modules/react-draggable/build/cjs/cjs.js +0ms vite:resolve 700.04ms @douyinfe/semi-foundation/lib/es/breadcrumb/itemFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/itemFoundation.js +928ms vite:resolve 699.35ms core-js-pure/stable/object/define-properties -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/object/define-properties.js +703ms vite:resolve 1078.29ms @babel/runtime/helpers/esm/defineProperty -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1s vite:resolve 1075.23ms @douyinfe/semi-foundation/lib/es/modal/modalContentFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/modal/modalContentFoundation.js +1ms vite:resolve 1074.65ms @douyinfe/semi-foundation/lib/es/timePicker/inputFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/inputFoundation.js +0ms vite:resolve 1074.88ms core-js-pure/stable/url -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/url/index.js +1s vite:resolve 362.34ms copy-text-to-clipboard -> E:/desktop/vite-semi-yarn/node_modules/copy-text-to-clipboard/index.js +365ms vite:resolve 361.79ms lodash/max -> E:/desktop/vite-semi-yarn/node_modules/lodash/max.js +1ms vite:resolve 526.77ms @douyinfe/semi-foundation/lib/es/notification/notificationFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/notification/notificationFoundation.js +529ms vite:resolve 526.54ms @babel/runtime-corejs3/core-js-stable/instance/fill -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/instance/fill.js +0ms vite:resolve 259.40ms lodash/isEqualWith -> E:/desktop/vite-semi-yarn/node_modules/lodash/isEqualWith.js +261ms vite:resolve 258.93ms lodash/uniq -> E:/desktop/vite-semi-yarn/node_modules/lodash/uniq.js +0ms vite:resolve 471.41ms date-fns-tz -> E:/desktop/vite-semi-yarn/node_modules/date-fns-tz/index.js +473ms vite:resolve 471.56ms @douyinfe/semi-foundation/lib/es/select/select.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +0ms vite:resolve 471.42ms clsx -> E:/desktop/vite-semi-yarn/node_modules/clsx/dist/clsx.m.js +2s vite:resolve 471.53ms @douyinfe/semi-foundation/lib/es/utils/FocusHandle -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/utils/FocusHandle.js +1ms vite:resolve 471.47ms @douyinfe/semi-foundation/lib/es/timePicker/ComboxFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/ComboxFoundation.js +0ms vite:resolve 339.62ms invariant -> E:/desktop/vite-semi-yarn/node_modules/invariant/browser.js +341ms vite:resolve 339.16ms @babel/runtime-corejs3/core-js-stable/object/define-property -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/object/define-property.js +1ms vite:resolve 338.46ms core-js-pure/stable/instance/sort -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/sort.js +342ms vite:resolve 338.49ms core-js-pure/stable/instance/entries -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/entries.js +0ms vite:resolve 430.63ms lodash/without -> E:/desktop/vite-semi-yarn/node_modules/lodash/without.js +435ms vite:resolve 262.19ms @babel/runtime/helpers/esm/toConsumableArray -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +263ms vite:resolve 262.06ms lodash/assign -> E:/desktop/vite-semi-yarn/node_modules/lodash/assign.js +1ms vite:resolve 336.46ms @babel/runtime-corejs3/core-js-stable/object/freeze -> E:/desktop/vite-semi-yarn/node_modules/@babel/runtime-corejs3/core-js-stable/object/freeze.js +338ms vite:resolve 335.88ms date-fns/_lib/cloneObject/index.js -> E:/desktop/vite-semi-yarn/node_modules/date-fns/_lib/cloneObject/index.js +1s vite:resolve 336.03ms date-fns/format/index.js -> E:/desktop/vite-semi-yarn/node_modules/date-fns/format/index.js +1ms vite:resolve 336.24ms date-fns/_lib/toInteger/index.js -> E:/desktop/vite-semi-yarn/node_modules/date-fns/_lib/toInteger/index.js +0ms vite:resolve 318.36ms core-js-pure/stable/object/define-property -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/object/define-property.js +321ms vite:resolve 492.71ms date-fns/_lib/getTimezoneOffsetInMilliseconds/index.js -> E:/desktop/vite-semi-yarn/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds/index.js +501ms vite:resolve 492.12ms @douyinfe/semi-foundation/lib/es/utils/Store -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/utils/Store.js +824ms vite:resolve 188.69ms @douyinfe/semi-foundation/lib/es/datePicker/inputFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/inputFoundation.js +191ms vite:resolve 370.32ms @douyinfe/semi-foundation/lib/es/table/foundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/table/foundation.js +372ms vite:resolve 208.40ms @douyinfe/semi-foundation/lib/es/datePicker/yearAndMonthFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/yearAndMonthFoundation.js +210ms vite:resolve 549.96ms core-js-pure/stable/object/freeze -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/object/freeze.js +1s vite:resolve 549.80ms @douyinfe/semi-foundation/lib/es/datePicker/_utils/index -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/_utils/index.js +554ms vite:resolve 526.91ms @douyinfe/semi-foundation/lib/es/datePicker/monthsGridFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/monthsGridFoundation.js +529ms vite:resolve 526.95ms @douyinfe/semi-foundation/lib/es/table/table.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +1ms vite:hmr [self-accepts] src\index.css +22s vite:import-analysis 1.20ms [0 imports rewritten] src\index.css +22s vite:transform 25481.50ms /src/index.css +22s vite:time 21640.83ms /src/index.css +18s vite:resolve 291.72ms @douyinfe/semi-foundation/lib/es/datePicker/_utils/parser -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/_utils/parser.js +751ms vite:resolve 294.10ms lodash/isMap -> E:/desktop/vite-semi-yarn/node_modules/lodash/isMap.js +762ms vite:resolve 293.97ms @douyinfe/semi-foundation/lib/es/datePicker/_utils/getDefaultFormatToken -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/_utils/getDefaultFormatToken.js +0ms vite:hmr [self-accepts] src\App.css +1s vite:import-analysis 0.56ms [0 imports rewritten] src\App.css +1s vite:transform 20283.99ms /src/App.css +1s vite:time 17290.70ms /src/App.css +1s vite:resolve 371.05ms @douyinfe/semi-foundation/lib/es/datePicker/_utils/getDefaultPickerDate -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/_utils/getDefaultPickerDate.js +378ms vite:resolve 338.41ms core-js-pure/stable/instance/fill -> E:/desktop/vite-semi-yarn/node_modules/core-js-pure/stable/instance/fill.js +3s vite:deps ✨ static imports crawl ended +1m vite:resolve 326.42ms lodash/pull -> E:/desktop/vite-semi-yarn/node_modules/lodash/pull.js +686ms vite:resolve 7.20ms lodash/size -> E:/desktop/vite-semi-yarn/node_modules/lodash/size.js +8ms vite:resolve 278.35ms @douyinfe/semi-foundation/lib/es/table/tableSelectionCellFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/table/tableSelectionCellFoundation.js +280ms vite:resolve 178.14ms @douyinfe/semi-foundation/lib/es/datePicker/monthFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/monthFoundation.js +1s vite:resolve 46.00ms @douyinfe/semi-foundation/lib/es/table/bodyFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/table/bodyFoundation.js +714ms vite:resolve 82.02ms lodash/findLastIndex -> E:/desktop/vite-semi-yarn/node_modules/lodash/findLastIndex.js +295ms vite:resolve 87.21ms lodash/stubTrue -> E:/desktop/vite-semi-yarn/node_modules/lodash/stubTrue.js +203ms vite:resolve 39.04ms @douyinfe/semi-foundation/lib/es/utils/shallowEqualObjects -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/utils/shallowEqualObjects.js +900ms vite:resolve 39.77ms @douyinfe/semi-foundation/lib/es/table/tableRowFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/table/tableRowFoundation.js +40ms vite:resolve 37.96ms @douyinfe/semi-foundation/lib/es/table/cellFoundation -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/table/cellFoundation.js +261ms vite:deps deps bundled in 71257.33ms +5s vite:deps ✨ using post-scan optimizer result, the scanner found every used dependency +0ms vite:optimize-deps load E:/desktop/vite-semi-yarn/node_modules/.vite/deps/react.js +0ms vite:optimize-deps load E:/desktop/vite-semi-yarn/node_modules/.vite/deps/react-dom_client.js +0ms vite:optimize-deps load E:/desktop/vite-semi-yarn/node_modules/.vite/deps/react_jsx-dev-runtime.js +1ms vite:optimize-deps load E:/desktop/vite-semi-yarn/node_modules/.vite/deps/@douyinfe_semi-ui.js +0ms vite:deps ✨ dependencies optimized +10ms vite:load 36248.83ms [plugin] /node_modules/.vite/deps/react.js?v=05fd48b5 +26s vite:resolve 0.80ms ./chunk-KD7XVJGB.js -> E:/desktop/vite-semi-yarn/node_modules/.vite/deps/chunk-KD7XVJGB.js?v=a5eb47a8 +29s vite:resolve 0.13ms /node_modules/.vite/deps/chunk-KD7XVJGB.js?v=a5eb47a8 -> E:/desktop/vite-semi-yarn/node_modules/.vite/deps/chunk-KD7XVJGB.js?v=a5eb47a8 +0ms vite:import-analysis 3.38ms [1 imports rewritten] node_modules\.vite\deps\react.js?v=05fd48b5 +6s vite:transform 5.19ms /node_modules/.vite/deps/react.js?v=05fd48b5 +6s vite:time 28761.06ms /node_modules/.vite/deps/react.js?v=05fd48b5 +6s vite:optimize-deps load E:/desktop/vite-semi-yarn/node_modules/.vite/deps/chunk-KD7XVJGB.js +13ms vite:load 36259.85ms [plugin] /node_modules/.vite/deps/react-dom_client.js?v=42874b7a +11ms vite:resolve 0.29ms ./chunk-WMNN7CXD.js -> E:/desktop/vite-semi-yarn/node_modules/.vite/deps/chunk-WMNN7CXD.js?v=a5eb47a8 +7ms vite:resolve 0.12ms /node_modules/.vite/deps/chunk-WMNN7CXD.js?v=a5eb47a8 -> E:/desktop/vite-semi-yarn/node_modules/.vite/deps/chunk-WMNN7CXD.js?v=a5eb47a8 +1ms vite:import-analysis 3.45ms [2 imports rewritten] node_modules\.vite\deps\react-dom_client.js?v=42874b7a +8ms vite:transform 4.48ms /node_modules/.vite/deps/react-dom_client.js?v=42874b7a +8ms vite:time 28556.75ms /node_modules/.vite/deps/react-dom_client.js?v=42874b7a +8ms vite:optimize-deps load E:/desktop/vite-semi-yarn/node_modules/.vite/deps/chunk-WMNN7CXD.js +7ms vite:load 36263.37ms [plugin] /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=05fd48b5 +7ms vite:import-analysis 2.28ms [1 imports rewritten] node_modules\.vite\deps\react_jsx-dev-runtime.js?v=05fd48b5 +7ms vite:transform 3.07ms /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=05fd48b5 +6ms vite:time 27163.48ms /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=05fd48b5 +6ms vite:load 19.03ms [plugin] /node_modules/.vite/deps/chunk-KD7XVJGB.js?v=a5eb47a8 +11ms vite:import-analysis 1.06ms [no imports] node_modules\.vite\deps\chunk-KD7XVJGB.js?v=a5eb47a8 +10ms vite:transform 2.31ms /node_modules/.vite/deps/chunk-KD7XVJGB.js?v=a5eb47a8 +10ms vite:cache [memory] /node_modules/.vite/deps/chunk-KD7XVJGB.js?v=a5eb47a8 +29s vite:time 5.62ms /node_modules/.vite/deps/chunk-KD7XVJGB.js?v=a5eb47a8 +21ms vite:load 27.90ms [plugin] /node_modules/.vite/deps/chunk-WMNN7CXD.js?v=a5eb47a8 +16ms vite:import-analysis 24.73ms [1 imports rewritten] node_modules\.vite\deps\chunk-WMNN7CXD.js?v=a5eb47a8 +45ms vite:transform 31.22ms /node_modules/.vite/deps/chunk-WMNN7CXD.js?v=a5eb47a8 +45ms vite:time 35.69ms /node_modules/.vite/deps/chunk-WMNN7CXD.js?v=a5eb47a8 +37ms vite:cache [memory] /node_modules/.vite/deps/chunk-KD7XVJGB.js?v=a5eb47a8 +41ms vite:load 28880.50ms [plugin] /node_modules/.vite/deps/@douyinfe_semi-ui.js?v=0b355a96 +79ms vite:resolve 2.36ms /node_modules/@douyinfe/semi-ui/lib/es/_base/base.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +307ms vite:resolve 1.42ms /node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +4ms vite:resolve 1.42ms /node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +3ms vite:resolve 1.47ms /node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +4ms vite:resolve 1.41ms /node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +3ms vite:resolve 1.44ms /node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +4ms vite:resolve 1.38ms /node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +3ms vite:resolve 1.46ms /node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +4ms vite:resolve 1.40ms /node_modules/@douyinfe/semi-foundation/lib/es/input/input.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +3ms vite:resolve 1.61ms /node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +3ms vite:resolve 1.50ms /node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +5ms vite:resolve 1.37ms /node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +3ms vite:resolve 1.42ms /node_modules/@douyinfe/semi-foundation/lib/es/button/button.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +4ms vite:resolve 1.35ms /node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +3ms vite:resolve 1.59ms /node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +4ms vite:resolve 1.39ms /node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +3ms vite:resolve 1.42ms /node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +4ms vite:resolve 1.55ms /node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +6ms vite:resolve 1.41ms /node_modules/@douyinfe/semi-foundation/lib/es/card/card.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +22ms vite:resolve 1.46ms /node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +4ms vite:resolve 1.42ms /node_modules/@douyinfe/semi-foundation/lib/es/space/space.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +6ms vite:resolve 1.38ms /node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +4ms vite:resolve 1.49ms /node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +3ms vite:resolve 1.43ms /node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +4ms vite:resolve 1.30ms /node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +3ms vite:resolve 1.37ms /node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +3ms vite:resolve 1.36ms /node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +4ms vite:resolve 1.44ms /node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +4ms vite:resolve 1.31ms /node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +3ms vite:resolve 1.86ms /node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +4ms vite:resolve 1.65ms /node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +6ms vite:resolve 1.41ms /node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +4ms vite:resolve 1.28ms /node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +3ms vite:resolve 1.43ms /node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +12ms vite:resolve 1.32ms /node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +4ms vite:resolve 1.43ms /node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +3ms vite:resolve 1.33ms /node_modules/@douyinfe/semi-foundation/lib/es/list/list.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +4ms vite:resolve 1.31ms /node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +3ms vite:resolve 1.35ms /node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +3ms vite:resolve 1.54ms /node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +4ms vite:resolve 1.46ms /node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +12ms vite:resolve 1.40ms /node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +7ms vite:resolve 1.39ms /node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +3ms vite:resolve 1.32ms /node_modules/@douyinfe/semi-foundation/lib/es/select/select.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +3ms vite:resolve 1.45ms /node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +4ms vite:resolve 2.84ms /node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +5ms vite:resolve 1.39ms /node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +3ms vite:resolve 1.38ms /node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +3ms vite:resolve 1.51ms /node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +7ms vite:resolve 1.36ms /node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +3ms vite:resolve 1.28ms /node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +6ms vite:resolve 1.28ms /node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +3ms vite:resolve 1.72ms /node_modules/@douyinfe/semi-foundation/lib/es/table/table.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +4ms vite:resolve 1.37ms /node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +3ms vite:resolve 1.41ms /node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +3ms vite:resolve 1.26ms /node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +6ms vite:resolve 1.57ms /node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +4ms vite:resolve 1.41ms /node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +3ms vite:resolve 1.29ms /node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +6ms vite:resolve 1.28ms /node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +3ms vite:resolve 1.67ms /node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +4ms vite:resolve 1.44ms /node_modules/@douyinfe/semi-foundation/lib/es/form/form.css -> E:/desktop/vite-semi-yarn/node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +3ms vite:import-analysis 530.05ms [64 imports rewritten] node_modules\.vite\deps\@douyinfe_semi-ui.js?v=0b355a96 +610ms vite:transform 563.44ms /node_modules/.vite/deps/@douyinfe_semi-ui.js?v=0b355a96 +612ms vite:time 23642.20ms /node_modules/.vite/deps/@douyinfe_semi-ui.js?v=0b355a96 +632ms vite:cache [memory] /node_modules/.vite/deps/chunk-WMNN7CXD.js?v=a5eb47a8 +797ms vite:cache [memory] /node_modules/.vite/deps/chunk-KD7XVJGB.js?v=a5eb47a8 +0ms vite:load 32.36ms [fs] /node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +887ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-ui\lib\es\_base\base.css +7s vite:import-analysis 1.28ms [0 imports rewritten] node_modules\@douyinfe\semi-ui\lib\es\_base\base.css +333ms vite:transform 5.76ms /node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +332ms vite:load 42.90ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +11ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\typography\typography.css +5ms vite:import-analysis 1.13ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\typography\typography.css +6ms vite:transform 1.81ms /node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +5ms vite:load 47.69ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +5ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\tooltip\tooltip.css +5ms vite:import-analysis 0.51ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\tooltip\tooltip.css +4ms vite:transform 1.25ms /node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +4ms vite:load 51.69ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\_portal\portal.css +3ms vite:import-analysis 0.42ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\_portal\portal.css +3ms vite:transform 0.89ms /node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +4ms vite:load 55.10ms [fs] /node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-icons\lib\es\styles\icons.css +4ms vite:import-analysis 0.42ms [0 imports rewritten] node_modules\@douyinfe\semi-icons\lib\es\styles\icons.css +4ms vite:transform 0.89ms /node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +3ms vite:load 58.58ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\popover\popover.css +3ms vite:import-analysis 0.43ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\popover\popover.css +4ms vite:transform 0.96ms /node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +4ms vite:load 62.10ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\anchor\anchor.css +4ms vite:import-analysis 0.43ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\anchor\anchor.css +3ms vite:transform 1.03ms /node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +3ms vite:load 65.72ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\spin\spin.css +3ms vite:import-analysis 0.36ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\spin\spin.css +3ms vite:transform 0.80ms /node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +4ms vite:load 68.85ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\input\input.css +4ms vite:import-analysis 0.55ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\input\input.css +4ms vite:transform 1.56ms /node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +3ms vite:load 72.61ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\autoComplete\autoComplete.css +3ms vite:import-analysis 0.32ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\autoComplete\autoComplete.css +3ms vite:transform 0.75ms /node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +3ms vite:load 75.53ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\avatar\avatar.css +3ms vite:import-analysis 0.41ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\avatar\avatar.css +3ms vite:transform 1.00ms /node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +4ms vite:load 78.78ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\backtop\backtop.css +3ms vite:import-analysis 0.33ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\backtop\backtop.css +4ms vite:transform 0.73ms /node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +3ms vite:load 81.91ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\button\button.css +4ms vite:import-analysis 0.43ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\button\button.css +3ms vite:transform 1.05ms /node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +3ms vite:load 85.28ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\button\iconButton.css +3ms vite:import-analysis 0.40ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\button\iconButton.css +3ms vite:transform 0.85ms /node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +3ms vite:load 88.54ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\badge\badge.css +3ms vite:import-analysis 0.36ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\badge\badge.css +3ms vite:transform 0.78ms /node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +3ms vite:load 91.54ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\banner\banner.css +5ms vite:import-analysis 0.65ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\banner\banner.css +5ms vite:transform 1.37ms /node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +6ms vite:load 96.80ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +5ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\breadcrumb\breadcrumb.css +3ms vite:import-analysis 0.35ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\breadcrumb\breadcrumb.css +4ms vite:transform 0.80ms /node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +3ms vite:load 99.91ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\calendar\calendar.css +5ms vite:import-analysis 0.48ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\calendar\calendar.css +4ms vite:transform 1.24ms /node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +4ms vite:load 104.06ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\card\card.css +3ms vite:import-analysis 0.39ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\card\card.css +3ms vite:transform 0.87ms /node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +4ms vite:load 107.55ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\skeleton\skeleton.css +4ms vite:import-analysis 0.45ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\skeleton\skeleton.css +5ms vite:transform 1.02ms /node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +4ms vite:load 112.17ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\space\space.css +4ms vite:import-analysis 0.37ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\space\space.css +4ms vite:transform 0.80ms /node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +4ms vite:load 115.84ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\carousel\carousel.css +4ms vite:import-analysis 0.42ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\carousel\carousel.css +3ms vite:transform 1.01ms /node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +3ms vite:load 119.28ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\cascader\cascader.css +3ms vite:import-analysis 0.43ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\cascader\cascader.css +4ms vite:transform 1.07ms /node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +4ms vite:load 122.73ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\checkbox\checkbox.css +4ms vite:import-analysis 0.47ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\checkbox\checkbox.css +3ms vite:transform 1.18ms /node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +3ms vite:load 126.36ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\tag\tag.css +3ms vite:import-analysis 0.41ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\tag\tag.css +4ms vite:transform 1.03ms /node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +4ms vite:load 129.78ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\tagInput\tagInput.css +4ms vite:import-analysis 0.37ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\tagInput\tagInput.css +3ms vite:transform 0.84ms /node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +3ms vite:load 132.86ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\collapse\collapse.css +3ms vite:import-analysis 0.39ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\collapse\collapse.css +3ms vite:transform 0.88ms /node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +3ms vite:load 136.04ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\scrollList\scrollList.css +3ms vite:import-analysis 0.56ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\scrollList\scrollList.css +3ms vite:transform 1.07ms /node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +4ms vite:load 139.36ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\datePicker\datePicker.css +5ms vite:import-analysis 0.78ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\datePicker\datePicker.css +6ms vite:transform 2.50ms /node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +5ms vite:load 144.82ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +5ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\descriptions\descriptions.css +4ms vite:import-analysis 0.38ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\descriptions\descriptions.css +4ms vite:transform 0.89ms /node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +4ms vite:load 148.74ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\divider\divider.css +3ms vite:import-analysis 0.31ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\divider\divider.css +3ms vite:transform 0.69ms /node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +3ms vite:load 151.66ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\empty\empty.css +4ms vite:import-analysis 0.61ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\empty\empty.css +3ms vite:transform 1.60ms /node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +4ms vite:load 155.86ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\modal\modal.css +4ms vite:import-analysis 0.38ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\modal\modal.css +4ms vite:transform 0.82ms /node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +3ms vite:load 158.99ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\dropdown\dropdown.css +4ms vite:import-analysis 0.45ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\dropdown\dropdown.css +5ms vite:transform 1.09ms /node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +5ms vite:load 163.52ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\grid\grid.css +6ms vite:import-analysis 0.92ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\grid\grid.css +5ms vite:transform 3.01ms /node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +5ms vite:load 169.10ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +6ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\layout\layout.css +3ms vite:import-analysis 0.33ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\layout\layout.css +3ms vite:transform 0.71ms /node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +4ms vite:load 172.22ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\list\list.css +3ms vite:import-analysis 0.37ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\list\list.css +3ms vite:transform 0.84ms /node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +3ms vite:load 175.39ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\input\textarea.css +4ms vite:import-analysis 0.41ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\input\textarea.css +4ms vite:transform 0.95ms /node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +4ms vite:load 179.18ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\inputNumber\inputNumber.css +3ms vite:import-analysis 0.39ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\inputNumber\inputNumber.css +4ms vite:transform 0.88ms /node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +3ms vite:load 182.38ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\navigation\navigation.css +5ms vite:import-analysis 0.86ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\navigation\navigation.css +4ms vite:transform 2.20ms /node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +5ms vite:load 187.38ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +5ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\notification\notification.css +4ms vite:import-analysis 0.43ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\notification\notification.css +4ms vite:transform 0.92ms /node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +3ms vite:load 190.82ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\overflowList\overflowList.css +4ms vite:import-analysis 0.36ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\overflowList\overflowList.css +4ms vite:transform 0.84ms /node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +4ms vite:load 194.58ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\pagination\pagination.css +3ms vite:import-analysis 0.49ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\pagination\pagination.css +3ms vite:transform 1.03ms /node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +4ms vite:load 198.04ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\select\select.css +4ms vite:import-analysis 0.50ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\select\select.css +4ms vite:transform 1.23ms /node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +4ms vite:load 202.19ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\popconfirm\popconfirm.css +4ms vite:import-analysis 0.40ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\popconfirm\popconfirm.css +4ms vite:transform 0.92ms /node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +3ms vite:load 205.62ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\progress\progress.css +3ms vite:import-analysis 0.37ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\progress\progress.css +3ms vite:transform 0.86ms /node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +4ms vite:load 209.28ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\radio\radio.css +4ms vite:import-analysis 0.53ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\radio\radio.css +5ms vite:transform 1.25ms /node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +4ms vite:load 213.36ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\rating\rating.css +4ms vite:import-analysis 0.41ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\rating\rating.css +4ms vite:transform 1.05ms /node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +4ms vite:load 217.31ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\sideSheet\sideSheet.css +4ms vite:import-analysis 0.34ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\sideSheet\sideSheet.css +3ms vite:transform 0.77ms /node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +3ms vite:load 220.42ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\slider\slider.css +3ms vite:import-analysis 0.35ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\slider\slider.css +3ms vite:transform 0.82ms /node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +3ms vite:load 223.49ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\steps\steps.css +3ms vite:import-analysis 0.46ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\steps\steps.css +4ms vite:transform 1.26ms /node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +4ms vite:load 227.15ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\switch\switch.css +4ms vite:import-analysis 0.35ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\switch\switch.css +3ms vite:transform 0.86ms /node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +3ms vite:load 230.28ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\table\table.css +4ms vite:import-analysis 0.47ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\table\table.css +4ms vite:transform 1.27ms /node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +4ms vite:load 234.42ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\tabs\tabs.css +3ms vite:import-analysis 0.40ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\tabs\tabs.css +3ms vite:transform 1.04ms /node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +3ms vite:load 237.75ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\timeline\timeline.css +3ms vite:import-analysis 0.34ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\timeline\timeline.css +3ms vite:transform 0.89ms /node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +4ms vite:load 240.91ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\timePicker\timePicker.css +4ms vite:import-analysis 0.69ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\timePicker\timePicker.css +4ms vite:transform 1.16ms /node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +3ms vite:load 244.76ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\toast\toast.css +3ms vite:import-analysis 0.48ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\toast\toast.css +4ms vite:transform 0.98ms /node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +4ms vite:load 248.23ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\tree\tree.css +4ms vite:import-analysis 0.44ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\tree\tree.css +3ms vite:transform 1.12ms /node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +3ms vite:load 251.60ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\treeSelect\treeSelect.css +3ms vite:import-analysis 0.41ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\treeSelect\treeSelect.css +3ms vite:transform 1.04ms /node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +4ms vite:load 255.07ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\upload\upload.css +5ms vite:import-analysis 0.59ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\upload\upload.css +6ms vite:transform 1.56ms /node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +5ms vite:load 260.11ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +5ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\transfer\transfer.css +4ms vite:import-analysis 0.38ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\transfer\transfer.css +3ms vite:transform 0.89ms /node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +4ms vite:load 263.69ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\form\form.css +3ms vite:import-analysis 0.33ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\form\form.css +3ms vite:transform 0.81ms /node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +26s vite:time 2.41ms /node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +538ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +3ms vite:time 2.24ms /node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +3ms vite:time 2.67ms /node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +3ms vite:time 2.38ms /node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +4ms vite:cache [304] /node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +6ms vite:time 2.29ms /node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +5ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +3ms vite:time 2.28ms /node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +3ms vite:time 2.36ms /node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +4ms vite:time 3.22ms /node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +4ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +3ms vite:time 2.37ms /node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +3ms vite:time 2.36ms /node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +3ms vite:time 2.31ms /node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +3ms vite:time 2.37ms /node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +4ms vite:time 2.75ms /node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +4ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +3ms vite:time 2.47ms /node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +3ms vite:time 2.33ms /node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +3ms vite:time 2.22ms /node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +3ms vite:time 2.46ms /node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +4ms vite:time 2.95ms /node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +4ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +3ms vite:time 2.31ms /node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +3ms vite:time 2.34ms /node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +3ms vite:time 2.21ms /node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +3ms vite:time 2.25ms /node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +3ms vite:time 2.39ms /node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +3ms vite:time 2.67ms /node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +4ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +3ms vite:time 2.34ms /node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +2ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +3ms vite:time 2.18ms /node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +3ms vite:time 2.12ms /node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +3ms vite:time 2.50ms /node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +3ms vite:time 2.54ms /node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +3ms vite:time 2.27ms /node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +3ms vite:time 2.30ms /node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +3ms vite:time 3.07ms /node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +4ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +4ms vite:time 2.81ms /node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +3ms vite:time 2.76ms /node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +4ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +3ms vite:time 2.32ms /node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +3ms vite:time 2.23ms /node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +3ms vite:time 2.30ms /node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +2ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +3ms vite:time 2.23ms /node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +3ms vite:time 2.68ms /node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +4ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +5ms vite:time 4.17ms /node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +5ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +5ms vite:time 3.34ms /node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +4ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +4ms vite:time 3.23ms /node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +4ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +3ms vite:time 2.34ms /node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +4ms vite:time 3.31ms /node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +4ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +3ms vite:time 2.32ms /node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +3ms vite:time 2.72ms /node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +3ms vite:time 2.48ms /node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +3ms vite:time 2.26ms /node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +3ms vite:time 2.83ms /node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +3ms vite:time 2.27ms /node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +3ms vite:time 2.49ms /node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +4ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +3ms vite:time 2.24ms /node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +3ms vite:time 2.27ms /node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +2ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +3ms vite:time 2.26ms /node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +3ms vite:time 2.42ms /node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +4ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +4ms vite:time 2.65ms /node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +3ms vite:time 2.18ms /node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +2ms vite:time 2.20ms /node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +3ms vite:time 2.20ms /node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +2ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +3ms vite:time 2.55ms /node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +3ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +5ms vite:time 3.59ms /node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +5ms vite:cache [304] /node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +3ms vite:time 2.38ms /node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +3ms vite:time 1.27ms /vite.svg +397ms vite:time 1.94ms /src/assets/react.svg +6ms vite:deps ✨ static imports crawl ended +2s ```
pointhalo commented 2 years ago

get,@DaiQiangReal 在看这个问题了

pointhalo commented 2 years ago

@guangzan 麻烦再帮测试一下这个版本可以吗?@douyinfe/semi-ui@2.19.1-alpha.0 做了一些改动,我本地测试 Network里看@douyinfe/semi-ui.js 这个module 之前的构建速度是8s,目前是2s

pointhalo commented 2 years ago

我们本地机子首次构建倒没到1 or 3min这么高的等待时长,但这个可能也跟机器配置相关。需要综合看下。

guangzan commented 2 years ago

我们本地机子首次构建倒没到1 or 3min这么高的等待时长,但这个可能也跟机器配置相关。需要综合看下。

是的,确实与机器配置有很大关系。我的机器有些老:

处理器 Intel(R) Core(TM) i7-2760QM CPU @ 2.40GHz   2.40 GHz
机带 RAM  12.0 GB
系统类型    64 位操作系统, 基于 x64 的处理器

但是通过与引入的其他组件库进行对比(上面只对比了 arco),同样在都只导入 Button 组件的前提下,pnpm + vite + semi 冷启动时间为 3分钟左右,pnpm + vite + arco-react 只需要 3s 左右。

guangzan commented 2 years ago

pnpm+vite+@douyinfe/semi-ui@2.19.1-alpha.0

👍 @douyinfe/semi-ui@2.19.1-alpha.0 在我这台机器上,冷启动时间缩短了1分钟+ !,现在页面 load 时间是 1.77 分钟。

日志 ``` vite:config bundled config file loaded in 722.36ms +0ms vite:esbuild init tsconfck (root: E:/desktop/vite-semi.alpha) +0ms vite:esbuild init tsconfck (root: E:/desktop/vite-semi.alpha) +2ms vite:esbuild init tsconfck end +2ms vite:esbuild init tsconfck end +1ms vite:config using resolved config: { vite:config plugins: [ vite:config 'vite:pre-alias', vite:config 'alias', vite:config 'vite:react-babel', vite:config 'vite:react-refresh', vite:config 'vite:react-jsx', vite:config 'vite:modulepreload-polyfill', vite:config 'vite:optimized-deps', vite:config 'vite:resolve', vite:config 'vite:html-inline-proxy', vite:config 'vite:css', vite:config 'vite:esbuild', vite:config 'vite:json', vite:config 'vite:wasm-helper', vite:config 'vite:worker', vite:config 'vite:asset', vite:config 'vite:wasm-fallback', vite:config 'vite:define', vite:config 'vite:css-post', vite:config 'vite:worker-import-meta-url', vite:config 'vite:dynamic-import-vars', vite:config 'vite:import-glob', vite:config 'vite:client-inject', vite:config 'vite:import-analysis' vite:config ], vite:config optimizeDeps: { vite:config disabled: 'build', vite:config force: undefined, vite:config include: [ 'react/jsx-runtime', 'react/jsx-dev-runtime', 'react' ], vite:config esbuildOptions: { preserveSymlinks: undefined } vite:config }, vite:config server: { vite:config preTransformRequests: true, vite:config middlewareMode: false, vite:config fs: { strict: true, allow: [Array], deny: [Array] } vite:config }, vite:config resolve: { dedupe: [ 'react', 'react-dom' ], alias: [ [Object], [Object] ] }, vite:config configFile: 'E:/desktop/vite-semi.alpha/vite.config.ts', vite:config configFileDependencies: [ 'E:/desktop/vite-semi.alpha/vite.config.ts' ], vite:config inlineConfig: { vite:config root: undefined, vite:config base: undefined, vite:config mode: undefined, vite:config configFile: undefined, vite:config logLevel: undefined, vite:config clearScreen: undefined, vite:config optimizeDeps: { force: undefined }, vite:config server: {} vite:config }, vite:config root: 'E:/desktop/vite-semi.alpha', vite:config base: '/', vite:config publicDir: 'E:\\desktop\\vite-semi.alpha\\public', vite:config cacheDir: 'E:\\desktop\\vite-semi.alpha\\node_modules\\.vite', vite:config command: 'serve', vite:config mode: 'development', vite:config ssr: { vite:config format: 'esm', vite:config target: 'node', vite:config optimizeDeps: { disabled: true, esbuildOptions: [Object] } vite:config }, vite:config isWorker: false, vite:config mainConfig: null, vite:config isProduction: false, vite:config build: { vite:config target: [ 'es2020', 'edge88', 'firefox78', 'chrome87', 'safari13' ], vite:config polyfillModulePreload: true, vite:config outDir: 'dist', vite:config assetsDir: 'assets', vite:config assetsInlineLimit: 4096, vite:config cssCodeSplit: true, vite:config cssTarget: [ 'es2020', 'edge88', 'firefox78', 'chrome87', 'safari13' ], vite:config sourcemap: false, vite:config rollupOptions: {}, vite:config minify: 'esbuild', vite:config terserOptions: {}, vite:config write: true, vite:config emptyOutDir: null, vite:config manifest: false, vite:config lib: false, vite:config ssr: false, vite:config ssrManifest: false, vite:config reportCompressedSize: true, vite:config chunkSizeWarningLimit: 500, vite:config watch: null, vite:config commonjsOptions: { include: [Array], extensions: [Array] }, vite:config dynamicImportVarsOptions: { warnOnError: true, exclude: [Array] } vite:config }, vite:config preview: { vite:config port: undefined, vite:config strictPort: undefined, vite:config host: undefined, vite:config https: undefined, vite:config open: undefined, vite:config proxy: undefined, vite:config cors: undefined, vite:config headers: undefined vite:config }, vite:config env: { BASE_URL: '/', MODE: 'development', DEV: true, PROD: false }, vite:config assetsInclude: [Function: assetsInclude], vite:config logger: { vite:config hasWarned: false, vite:config info: [Function: info], vite:config warn: [Function: warn], vite:config warnOnce: [Function: warnOnce], vite:config error: [Function: error], vite:config clearScreen: [Function: clearScreen], vite:config hasErrorLogged: [Function: hasErrorLogged] vite:config }, vite:config packageCache: Map(0) {}, vite:config createResolver: [Function: createResolver], vite:config worker: { vite:config format: 'iife', vite:config plugins: [ vite:config 'vite:pre-alias', vite:config 'alias', vite:config 'vite:modulepreload-polyfill', vite:config 'vite:optimized-deps', vite:config 'vite:resolve', vite:config 'vite:html-inline-proxy', vite:config 'vite:css', vite:config 'vite:esbuild', vite:config 'vite:json', vite:config 'vite:wasm-helper', vite:config 'vite:worker', vite:config 'vite:asset', vite:config 'vite:wasm-fallback', vite:config 'vite:define', vite:config 'vite:css-post', vite:config 'vite:worker-import-meta-url', vite:config 'vite:dynamic-import-vars', vite:config 'vite:import-glob', vite:config 'vite:client-inject', vite:config 'vite:import-analysis' vite:config ], vite:config rollupOptions: {}, vite:config getSortedPlugins: [Function: getSortedPlugins], vite:config getSortedPluginHooks: [Function: getSortedPluginHooks] vite:config }, vite:config appType: 'spa', vite:config experimental: { importGlobRestoreExtension: false, hmrPartialAccept: false }, vite:config getSortedPlugins: [Function: getSortedPlugins], vite:config getSortedPluginHooks: [Function: getSortedPluginHooks] vite:config } +18ms vite:resolve 12.09ms react/jsx-runtime -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-runtime.js +0ms vite:resolve 8.18ms react/jsx-dev-runtime -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/react@18.2.0/node_modules/react/jsx-dev-runtime.js +9ms vite:resolve 6.85ms react -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/react@18.2.0/node_modules/react/index.js +7ms vite:deps scanning for dependencies... +0ms VITE v3.1.0 ready in 1094 ms ➜ Local: http://127.0.0.1:5173/ ➜ Network: use --host to expose vite:deps Crawling dependencies using entries: vite:deps E:/desktop/vite-semi.alpha/index.html +0ms vite:resolve 2.55ms /src/main.tsx -> E:/desktop/vite-semi.alpha/src/main.tsx +0ms vite:resolve 6.22ms react -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/react@18.2.0/node_modules/react/index.js +10ms vite:resolve 7.48ms react-dom/client -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/client.js +8ms vite:resolve 2.39ms ./App -> E:/desktop/vite-semi.alpha/src/App.tsx +4ms vite:resolve 8.67ms @douyinfe/semi-ui -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-ui@2.19.1-alpha.0_biqbaboplfbrettd7655fr4n2y/node_modules/@douyinfe/semi-ui/lib/es/index.js +13ms vite:deps Scan completed in 88.77ms: { react: 'E:/desktop/vite-semi.alpha/node_modules/.pnpm/react@18.2.0/node_modules/react/index.js', 'react-dom/client': 'E:/desktop/vite-semi.alpha/node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/client.js', '@douyinfe/semi-ui': 'E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-ui@2.19.1-alpha.0_biqbaboplfbrettd7655fr4n2y/node_modules/@douyinfe/semi-ui/lib/es/index.js' } +57ms vite:deps dependencies found by scanner: @douyinfe/semi-ui, react, react-dom/client +105ms vite:resolve 11.44ms react-dom -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/index.js +0ms vite:resolve 14.85ms react -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/react@18.2.0/node_modules/react/index.js +19ms vite:resolve 2.82ms ./_base/base.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-ui@2.19.1-alpha.0_biqbaboplfbrettd7655fr4n2y/node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +0ms vite:resolve 9.93ms react -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/react@18.2.0/node_modules/react/index.js +50ms vite:resolve 196.77ms lodash/get -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/get.js +199ms vite:resolve 196.38ms lodash/noop -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/noop.js +0ms vite:resolve 196.04ms lodash/throttle -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/throttle.js +1ms vite:resolve 195.45ms lodash/times -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/times.js +0ms vite:resolve 195.09ms lodash/isNumber -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isNumber.js +0ms vite:resolve 193.92ms lodash/isPlainObject -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isPlainObject.js +1ms vite:resolve 193.04ms lodash/isFunction -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isFunction.js +0ms vite:resolve 192.49ms lodash/isUndefined -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isUndefined.js +0ms vite:resolve 898.40ms @douyinfe/semi-foundation/lib/es/modal/modal.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +901ms vite:resolve 897.42ms @douyinfe/semi-icons -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-icons@2.19.1-alpha.0_react@18.2.0/node_modules/@douyinfe/semi-icons/lib/es/index.js +0ms vite:resolve 896.98ms prop-types -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js +1ms vite:resolve 895.73ms lodash/isString -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isString.js +0ms vite:resolve 892.06ms @douyinfe/semi-foundation/lib/es/utils/object -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/utils/object.js +1ms vite:resolve 891.78ms lodash/pick -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/pick.js +1ms vite:resolve 889.40ms lodash/debounce -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/debounce.js +0ms vite:resolve 889.15ms lodash/isEqual -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isEqual.js +0ms vite:resolve 887.52ms @douyinfe/semi-animation-react -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-animation-react@2.19.1-alpha.0/node_modules/@douyinfe/semi-animation-react/lib/es/index.js +1ms vite:resolve 886.79ms lodash/flatten -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/flatten.js +0ms vite:resolve 885.83ms lodash/isBoolean -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isBoolean.js +0ms vite:resolve 885.75ms lodash/isArray -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isArray.js +1ms vite:resolve 374.59ms classnames -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/classnames@2.3.1/node_modules/classnames/index.js +379ms vite:resolve 373.93ms react-dom -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/react-dom@18.2.0_react@18.2.0/node_modules/react-dom/index.js +0ms vite:resolve 373.73ms lodash/isEmpty -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isEmpty.js +0ms vite:resolve 374.30ms lodash/isNull -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isNull.js +2ms vite:resolve 5407.11ms lodash/cloneDeep -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/cloneDeep.js +5s vite:resolve 5406.30ms lodash/omit -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/omit.js +1ms vite:resolve 5405.81ms scheduler -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/scheduler@0.23.0/node_modules/scheduler/index.js +7s vite:resolve 5404.96ms lodash/findIndex -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/findIndex.js +1ms vite:resolve 5399.94ms @douyinfe/semi-foundation/lib/es/scrollList/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/constants.js +1ms vite:resolve 5400.08ms lodash/isObject -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isObject.js +0ms vite:resolve 5400.09ms @babel/runtime-corejs3/core-js-stable/instance/index-of -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/index-of.js +0ms vite:resolve 5400.30ms @babel/runtime-corejs3/core-js-stable/object/assign -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/object/assign.js +1ms vite:spa-fallback Rewriting GET / to /index.html +0ms vite:resolve 2764.02ms @douyinfe/semi-foundation/lib/es/datePicker/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/constants.js +33s vite:resolve 2764.24ms lodash/each -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/each.js +0ms vite:resolve 2764.08ms @douyinfe/semi-foundation/lib/es/divider/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/divider/constants.js +1ms vite:resolve 2763.83ms @douyinfe/semi-foundation/lib/es/empty/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/empty/constants.js +0ms vite:resolve 2763.18ms @douyinfe/semi-foundation/lib/es/button/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/button/constants.js +0ms vite:resolve 2763.22ms @douyinfe/semi-foundation/lib/es/form/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/form/constants.js +1ms vite:resolve 2763.24ms @douyinfe/semi-foundation/lib/es/typography/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/typography/constants.js +0ms vite:resolve 2762.65ms lodash/map -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/map.js +0ms vite:resolve 2761.91ms @douyinfe/semi-foundation/lib/es/base/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/base/constants.js +1ms vite:resolve 2760.44ms @douyinfe/semi-foundation/lib/es/card/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/card/constants.js +0ms vite:resolve 2760.18ms lodash/isNaN -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isNaN.js +1ms vite:resolve 2759.85ms @babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols.js +1ms vite:resolve 945.19ms date-fns/locale -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/date-fns@2.29.2/node_modules/date-fns/esm/locale/index.js +956ms vite:resolve 945.24ms @douyinfe/semi-foundation/lib/es/table/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/table/constants.js +1ms vite:resolve 945.10ms @douyinfe/semi-foundation/lib/es/calendar/calendar.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +0ms vite:resolve 944.88ms react-is -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js +34s vite:time 23554.50ms /index.html +0ms vite:resolve 2.53ms E:\desktop\vite-semi.alpha\node_modules\.pnpm\vite@3.1.0\node_modules\vite\dist\client\client.mjs -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/client.mjs +0ms vite:resolve 3.52ms /@vite/client -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/client.mjs +0ms vite:resolve 1.28ms /src/main.tsx -> E:/desktop/vite-semi.alpha/src/main.tsx +692ms vite:load 0.04ms [plugin] /@react-refresh +0ms vite:import-analysis 2.32ms [no imports] /@react-refresh +0ms vite:transform 10.37ms /@react-refresh +0ms vite:time 12.14ms /@react-refresh +2s vite:resolve 3944.66ms @douyinfe/semi-foundation/lib/es/backtop/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/backtop/constants.js +6s vite:resolve 3945.00ms @douyinfe/semi-foundation/lib/es/dropdown/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/constants.js +1ms vite:resolve 3945.19ms @douyinfe/semi-foundation/lib/es/divider/divider.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +0ms vite:resolve 3945.36ms @douyinfe/semi-foundation/lib/es/empty/empty.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +0ms vite:resolve 3944.91ms @douyinfe/semi-foundation/lib/es/grid/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/grid/constants.js +1ms vite:resolve 3945.14ms @douyinfe/semi-foundation/lib/es/avatar/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/avatar/constants.js +0ms vite:resolve 3945.24ms @douyinfe/semi-foundation/lib/es/layout/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/layout/constants.js +1ms vite:resolve 3944.97ms @babel/runtime-corejs3/core-js-stable/instance/concat -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/concat.js +0ms vite:resolve 3945.14ms lodash/values -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/values.js +1ms vite:resolve 3945.34ms @douyinfe/semi-foundation/lib/es/tabs/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tabs/constants.js +0ms vite:resolve 3945.55ms @douyinfe/semi-foundation/lib/es/steps/steps.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +0ms vite:resolve 3945.61ms @douyinfe/semi-foundation/lib/es/button/button.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +0ms vite:resolve 3945.81ms @douyinfe/semi-foundation/lib/es/toast/toastListFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/toast/toastListFoundation.js +1ms vite:resolve 3945.99ms @douyinfe/semi-foundation/lib/es/form/utils -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/form/utils.js +0ms vite:resolve 3945.56ms @douyinfe/semi-foundation/lib/es/utils/uuid -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/utils/uuid.js +1ms vite:resolve 3945.69ms @douyinfe/semi-foundation/lib/es/progress/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/progress/constants.js +0ms vite:resolve 3945.85ms lodash/find -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/find.js +0ms vite:resolve 3945.95ms @douyinfe/semi-foundation/lib/es/spin/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/spin/constants.js +0ms vite:resolve 3945.60ms @douyinfe/semi-foundation/lib/es/skeleton/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/constants.js +1ms vite:resolve 3945.50ms @douyinfe/semi-foundation/lib/es/modal/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/modal/constants.js +0ms vite:resolve 3945.25ms @douyinfe/semi-foundation/lib/es/timeline/timeline.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +0ms vite:resolve 3945.38ms @douyinfe/semi-foundation/lib/es/tag/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tag/constants.js +1ms vite:resolve 3945.48ms core-js-pure/stable/object/assign -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/object/assign.js +6s vite:resolve 3945.62ms @douyinfe/semi-foundation/lib/es/banner/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/banner/constants.js +0ms vite:resolve 3945.21ms @douyinfe/semi-foundation/lib/es/rating/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/rating/constants.js +1ms vite:resolve 1810.75ms @douyinfe/semi-foundation/lib/es/dropdown/menuFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/menuFoundation.js +2s vite:resolve 1810.99ms @douyinfe/semi-foundation/lib/es/avatar/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/avatar/foundation.js +1ms vite:resolve 1811.01ms @douyinfe/semi-foundation/lib/es/notification/notificationListFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/notification/notificationListFoundation.js +0ms vite:resolve 1810.00ms @douyinfe/semi-foundation/lib/es/descriptions/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/constants.js +0ms vite:resolve 1809.78ms @douyinfe/semi-foundation/lib/es/layout/layout.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +1ms vite:resolve 1809.86ms @douyinfe/semi-foundation/lib/es/skeleton/skeleton.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +0ms vite:resolve 1809.73ms @babel/runtime-corejs3/core-js-stable/number/is-safe-integer -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/number/is-safe-integer.js +0ms vite:resolve 1809.79ms @douyinfe/semi-foundation/lib/es/breadcrumb/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/constants.js +1ms vite:resolve 1809.93ms lodash/unset -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/unset.js +0ms vite:resolve 1810.07ms @douyinfe/semi-foundation/lib/es/backtop/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/backtop/foundation.js +0ms vite:resolve 1810.23ms @douyinfe/semi-foundation/lib/es/utils/getDataAttr -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/utils/getDataAttr.js +0ms vite:resolve 1810.15ms @douyinfe/semi-foundation/lib/es/progress/progress.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +1ms vite:resolve 3421.84ms @douyinfe/semi-foundation/lib/es/spin/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/spin/foundation.js +3s vite:resolve 3422.11ms @douyinfe/semi-foundation/lib/es/form/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/form/foundation.js +0ms vite:resolve 3422.21ms @douyinfe/semi-foundation/lib/es/radio/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/radio/constants.js +0ms vite:resolve 3421.96ms @douyinfe/semi-foundation/lib/es/checkbox/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/constants.js +1ms vite:resolve 3421.85ms @douyinfe/semi-foundation/lib/es/banner/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/banner/foundation.js +0ms vite:resolve 3421.88ms @douyinfe/semi-foundation/lib/es/list/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/list/constants.js +0ms vite:resolve 3421.92ms @douyinfe/semi-foundation/lib/es/utils/warning -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/utils/warning.js +0ms vite:resolve 3422.50ms @douyinfe/semi-foundation/lib/es/grid/grid.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +1ms vite:resolve 3422.53ms @douyinfe/semi-foundation/lib/es/switch/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/switch/foundation.js +0ms vite:resolve 3422.53ms @douyinfe/semi-foundation/lib/es/collapsible/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/collapsible/constants.js +1ms vite:resolve 3422.66ms lodash/merge -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/merge.js +0ms vite:resolve 3422.65ms object-assign -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/object-assign@4.1.1/node_modules/object-assign/index.js +5s vite:resolve 3422.51ms @douyinfe/semi-foundation/lib/es/utils/log -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/utils/log.js +0ms vite:resolve 3422.62ms @douyinfe/semi-foundation/lib/es/collapse/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/collapse/constants.js +1ms vite:resolve 3422.76ms @douyinfe/semi-foundation/lib/es/navigation/navigation.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +0ms vite:resolve 3422.78ms @douyinfe/semi-foundation/lib/es/toast/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/toast/constants.js +0ms vite:resolve 3422.85ms @douyinfe/semi-foundation/lib/es/timeline/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/timeline/constants.js +0ms vite:resolve 3422.94ms react-window -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/react-window@1.8.7_biqbaboplfbrettd7655fr4n2y/node_modules/react-window/dist/index.esm.js +1ms vite:resolve 3423.01ms @douyinfe/semi-foundation/lib/es/typography/typography.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +0ms vite:resolve 3422.96ms @douyinfe/semi-foundation/lib/es/modal/modalFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/modal/modalFoundation.js +0ms vite:resolve 3422.81ms @douyinfe/semi-foundation/lib/es/sideSheet/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/constants.js +1ms vite:resolve 3422.91ms @douyinfe/semi-foundation/lib/es/scrollList/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/foundation.js +0ms vite:resolve 3423.03ms @douyinfe/semi-foundation/lib/es/carousel/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/carousel/constants.js +0ms vite:resolve 3423.06ms @douyinfe/semi-foundation/lib/es/steps/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/steps/constants.js +0ms vite:load 9218.38ms [fs] /src/main.tsx +9s vite:load 10133.51ms [fs] /@vite/client +225ms vite:resolve 2925.76ms @douyinfe/semi-foundation/lib/es/descriptions/descriptions.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +3s vite:resolve 2925.93ms @douyinfe/semi-foundation/lib/es/avatar/avatar.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +0ms vite:resolve 2926.05ms @douyinfe/semi-foundation/lib/es/input/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/input/constants.js +1ms vite:resolve 2925.73ms @douyinfe/semi-foundation/lib/es/utils/isNullOrUndefined -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/utils/isNullOrUndefined.js +0ms vite:resolve 2925.82ms @douyinfe/semi-foundation/lib/es/autoComplete/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/constants.js +0ms vite:resolve 2924.06ms @douyinfe/semi-foundation/lib/es/notification/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/notification/constants.js +1ms vite:resolve 2923.86ms @douyinfe/semi-foundation/lib/es/breadcrumb/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/foundation.js +0ms vite:resolve 2922.70ms lodash/toPath -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toPath.js +0ms vite:resolve 2922.37ms @douyinfe/semi-foundation/lib/es/card/card.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +1ms vite:resolve 2922.47ms @douyinfe/semi-animation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-animation@2.12.0/node_modules/@douyinfe/semi-animation/lib/es/index.js +0ms vite:resolve 2920.46ms @douyinfe/semi-foundation/lib/es/backtop/backtop.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +0ms vite:resolve 2919.39ms lodash/toInteger -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toInteger.js +1ms vite:resolve 2919.22ms @douyinfe/semi-foundation/lib/es/popover/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/popover/constants.js +0ms vite:resolve 2917.84ms @douyinfe/semi-foundation/lib/es/radio/radioGroupFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/radio/radioGroupFoundation.js +0ms vite:resolve 2912.19ms @douyinfe/semi-foundation/lib/es/upload/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/upload/foundation.js +0ms vite:resolve 2911.76ms @douyinfe/semi-foundation/lib/es/utils/getMotionObjFromProps -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/utils/getMotionObjFromProps.js +1ms vite:resolve 2911.52ms @douyinfe/semi-foundation/lib/es/collapse/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/collapse/foundation.js +0ms vite:resolve 2911.40ms @douyinfe/semi-foundation/lib/es/banner/banner.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +0ms vite:resolve 2911.56ms @douyinfe/semi-foundation/lib/es/list/list.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +1ms vite:resolve 3.29ms E:\desktop\vite-semi.alpha\node_modules\.pnpm\vite@3.1.0\node_modules\vite\dist\client\env.mjs -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +12s vite:resolve 3.75ms @vite/env -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +0ms vite:resolve 1.80ms /node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +2ms vite:import-analysis 10.05ms [1 imports rewritten] node_modules\.pnpm\vite@3.1.0\node_modules\vite\dist\client\client.mjs +12s vite:transform 2947.89ms /@vite/client +12s vite:time 13096.46ms /@vite/client +12s vite:resolve 4028.32ms lodash/difference -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/difference.js +4s vite:resolve 4028.49ms @douyinfe/semi-foundation/lib/es/popconfirm/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/constants.js +0ms vite:resolve 4028.44ms @douyinfe/semi-foundation/lib/es/spin/spin.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +1ms vite:resolve 4027.86ms @douyinfe/semi-foundation/lib/es/scrollList/scrollList.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +0ms vite:resolve 4027.74ms @douyinfe/semi-foundation/lib/es/carousel/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/carousel/foundation.js +0ms vite:resolve 4027.44ms @douyinfe/semi-foundation/lib/es/utils/function -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/utils/function.js +1ms vite:resolve 4027.57ms @douyinfe/semi-foundation/lib/es/switch/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/switch/constants.js +0ms vite:resolve 4027.70ms @douyinfe/semi-foundation/lib/es/checkbox/checkboxGroupFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkboxGroupFoundation.js +0ms vite:resolve 4027.85ms @douyinfe/semi-foundation/lib/es/utils/isPromise -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/utils/isPromise.js +0ms vite:resolve 4027.82ms @douyinfe/semi-foundation/lib/es/icons/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/icons/constants.js +1ms vite:resolve 4027.82ms @douyinfe/semi-foundation/lib/es/pagination/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/pagination/foundation.js +0ms vite:resolve 4027.57ms @douyinfe/semi-foundation/lib/es/sideSheet/sideSheetFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheetFoundation.js +0ms vite:resolve 4027.52ms @douyinfe/semi-foundation/lib/es/toast/toast.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +0ms vite:resolve 4027.48ms @douyinfe/semi-foundation/lib/es/anchor/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/anchor/constants.js +1ms vite:resolve 4027.45ms lodash/has -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/has.js +0ms vite:resolve 4027.48ms @douyinfe/semi-foundation/lib/es/input/textareaFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/input/textareaFoundation.js +0ms vite:resolve 4027.39ms @douyinfe/semi-foundation/lib/es/space/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/space/constants.js +0ms vite:resolve 4027.50ms @douyinfe/semi-foundation/lib/es/input/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/input/foundation.js +1ms vite:resolve 4027.64ms @douyinfe/semi-foundation/lib/es/notification/notification.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +0ms vite:resolve 4027.76ms @douyinfe/semi-foundation/lib/es/slider/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/slider/constants.js +0ms vite:resolve 4026.87ms @douyinfe/semi-foundation/lib/es/upload/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/upload/constants.js +0ms vite:resolve 4026.65ms @douyinfe/semi-foundation/lib/es/popover/popover.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +1ms vite:resolve 4620.05ms @douyinfe/semi-foundation/lib/es/autoComplete/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/foundation.js +5s vite:resolve 4620.10ms @douyinfe/semi-foundation/lib/es/collapse/collapse.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +1ms vite:resolve 4619.55ms @douyinfe/semi-foundation/lib/es/badge/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/badge/constants.js +0ms vite:resolve 4619.15ms @douyinfe/semi-foundation/lib/es/navigation/itemFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/navigation/itemFoundation.js +0ms vite:resolve 4619.29ms @douyinfe/semi-foundation/lib/es/tooltip/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/constants.js +1ms vite:resolve 4619.32ms @babel/runtime-corejs3/core-js-stable/parse-float -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/parse-float.js +0ms vite:resolve 4619.58ms @babel/runtime-corejs3/core-js-stable/instance/map -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/map.js +0ms vite:resolve 4619.73ms @babel/runtime-corejs3/core-js-stable/date/now -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/date/now.js +1ms vite:resolve 4619.83ms @douyinfe/semi-foundation/lib/es/radio/radioFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/radio/radioFoundation.js +0ms vite:resolve 4620.01ms @douyinfe/semi-foundation/lib/es/navigation/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/navigation/foundation.js +0ms vite:resolve 4620.17ms lodash/set -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/set.js +0ms vite:resolve 4619.75ms @douyinfe/semi-foundation/lib/es/popconfirm/popconfirmFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirmFoundation.js +1ms vite:resolve 4619.79ms @douyinfe/semi-foundation/lib/es/utils/a11y -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/utils/a11y.js +0ms vite:resolve 4619.28ms @douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +0ms vite:resolve 4619.18ms @douyinfe/semi-foundation/lib/es/pagination/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/pagination/constants.js +1ms vite:resolve 4619.24ms @douyinfe/semi-foundation/lib/es/space/space.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +0ms vite:resolve 4619.35ms @douyinfe/semi-foundation/lib/es/anchor/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/anchor/foundation.js +0ms vite:resolve 4619.26ms lodash/isSet -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isSet.js +0ms vite:resolve 4619.27ms lodash/isDate -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isDate.js +0ms vite:resolve 4619.35ms @douyinfe/semi-foundation/lib/es/navigation/subNavFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/navigation/subNavFoundation.js +1ms vite:resolve 4619.35ms @douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +0ms vite:resolve 4619.07ms @douyinfe/semi-foundation/lib/es/carousel/carousel.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +0ms vite:resolve 4619.09ms @douyinfe/semi-foundation/lib/es/checkbox/checkboxFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkboxFoundation.js +0ms vite:resolve 4618.86ms @douyinfe/semi-foundation/lib/es/button/iconButton.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +1ms vite:resolve 4618.85ms @douyinfe/semi-foundation/lib/es/slider/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/slider/foundation.js +0ms vite:resolve 4618.83ms @douyinfe/semi-foundation/lib/es/switch/switch.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +0ms vite:resolve 4618.84ms @douyinfe/semi-foundation/lib/es/rating/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/rating/foundation.js +0ms vite:resolve 3825.87ms @douyinfe/semi-foundation/lib/es/dropdown/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/foundation.js +4s vite:resolve 3826.02ms react-sortable-hoc -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/react-sortable-hoc@2.0.0_biqbaboplfbrettd7655fr4n2y/node_modules/react-sortable-hoc/dist/react-sortable-hoc.esm.js +0ms vite:resolve 3825.61ms @babel/runtime-corejs3/core-js-stable/array/is-array -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/array/is-array.js +0ms vite:resolve 3825.03ms @douyinfe/semi-foundation/lib/es/navigation/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/navigation/constants.js +0ms vite:resolve 3824.96ms lodash/cloneDeepWith -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/cloneDeepWith.js +1ms vite:resolve 3824.98ms @douyinfe/semi-foundation/lib/es/badge/badge.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +0ms vite:resolve 3824.93ms @douyinfe/semi-foundation/lib/es/overflowList/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/constants.js +0ms vite:resolve 3824.94ms lodash/stubFalse -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/stubFalse.js +1ms vite:resolve 3825.02ms @douyinfe/semi-foundation/lib/es/tag/tag.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +0ms vite:resolve 3824.91ms @douyinfe/semi-foundation/lib/es/upload/upload.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +0ms vite:resolve 3824.38ms @douyinfe/semi-foundation/lib/es/calendar/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/calendar/foundation.js +1ms vite:resolve 3824.51ms @douyinfe/semi-foundation/lib/es/pagination/pagination.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +0ms vite:resolve 3822.41ms @douyinfe/semi-foundation/lib/es/timePicker/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/constants.js +1ms vite:resolve 1657.56ms @douyinfe/semi-foundation/lib/es/rating/rating.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +2s vite:resolve 1656.28ms @douyinfe/semi-foundation/lib/es/checkbox/checkbox.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +0ms vite:resolve 1655.90ms @douyinfe/semi-foundation/lib/es/tree/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tree/foundation.js +0ms vite:resolve 1655.94ms @douyinfe/semi-foundation/lib/es/input/textarea.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +1ms vite:resolve 1656.03ms @douyinfe/semi-foundation/lib/es/input/input.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +0ms vite:resolve 1656.12ms @douyinfe/semi-foundation/lib/es/form/form.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +0ms vite:resolve 1655.85ms @douyinfe/semi-foundation/lib/es/slider/slider.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +1ms vite:resolve 1655.97ms @douyinfe/semi-foundation/lib/es/anchor/anchor.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +0ms vite:load 14172.12ms [fs] /node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +17s vite:resolve 2540.24ms @douyinfe/semi-foundation/lib/es/utils/isBothNaN -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/utils/isBothNaN.js +3s vite:resolve 2539.94ms @babel/runtime-corejs3/core-js-stable/instance/for-each -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/for-each.js +0ms vite:resolve 2539.99ms ../styles/icons.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-icons@2.19.1-alpha.0_react@18.2.0/node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +0ms vite:resolve 2539.72ms @babel/runtime-corejs3/core-js-stable/object/keys -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/object/keys.js +1ms vite:resolve 2538.20ms @douyinfe/semi-foundation/lib/es/tagInput/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/constants.js +0ms vite:resolve 2537.68ms @douyinfe/semi-foundation/lib/es/tabs/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tabs/foundation.js +0ms vite:resolve 2537.15ms @douyinfe/semi-foundation/lib/es/utils/classnames -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/utils/classnames.js +1ms vite:resolve 2536.95ms @douyinfe/semi-foundation/lib/es/calendar/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/calendar/constants.js +0ms vite:resolve 2535.31ms @douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +0ms vite:resolve 2535.02ms @douyinfe/semi-foundation/lib/es/overflowList/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/foundation.js +0ms vite:resolve 2534.94ms @douyinfe/semi-foundation/lib/es/dropdown/dropdown.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +1ms vite:import-analysis 0.05ms [no imports] node_modules\.pnpm\vite@3.1.0\node_modules\vite\dist\client\env.mjs +17s vite:transform 2546.42ms /node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +17s vite:time 12683.46ms /node_modules/.pnpm/vite@3.1.0/node_modules/vite/dist/client/env.mjs +17s vite:resolve 2827.54ms @douyinfe/semi-foundation/lib/es/tree/treeUtil -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tree/treeUtil.js +3s vite:resolve 2826.68ms @douyinfe/semi-foundation/lib/es/utils/dom -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/utils/dom.js +0ms vite:resolve 2824.86ms async-validator -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/async-validator@3.5.2/node_modules/async-validator/dist-web/index.js +1ms vite:resolve 2823.17ms @douyinfe/semi-foundation/lib/es/radio/radio.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +0ms vite:resolve 2823.26ms @douyinfe/semi-foundation/lib/es/inputNumber/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/foundation.js +0ms vite:resolve 2823.24ms @douyinfe/semi-foundation/lib/es/transfer/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/transfer/foundation.js +1ms vite:resolve 2822.76ms @douyinfe/semi-foundation/lib/es/select/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/select/foundation.js +0ms vite:resolve 2822.88ms @babel/runtime-corejs3/core-js-stable/parse-int -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/parse-int.js +0ms vite:resolve 2822.54ms lodash/flattenDeep -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/flattenDeep.js +1ms vite:resolve 2822.16ms @douyinfe/semi-foundation/lib/es/tagInput/tagInput.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +0ms vite:resolve 2821.66ms @douyinfe/semi-foundation/lib/es/timePicker/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/foundation.js +0ms vite:resolve 3733.19ms core-js-pure/stable/instance/index-of -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/index-of.js +26s vite:resolve 3733.35ms core-js-pure/stable/number/is-safe-integer -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/number/is-safe-integer.js +0ms vite:resolve 3733.30ms @douyinfe/semi-foundation/lib/es/treeSelect/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/foundation.js +4s vite:resolve 3733.42ms core-js-pure/stable/instance/concat -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/concat.js +1ms vite:resolve 3733.38ms @douyinfe/semi-foundation/lib/es/overflowList/overflowList.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +0ms vite:resolve 3733.36ms @douyinfe/semi-foundation/lib/es/calendar/eventUtil -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/calendar/eventUtil.js +1ms vite:resolve 3733.46ms core-js-pure/stable/object/get-own-property-symbols -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/object/get-own-property-symbols.js +1ms vite:resolve 3732.83ms @douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +0ms vite:resolve 3732.92ms @douyinfe/semi-foundation/lib/es/tabs/tabs.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +1ms vite:resolve 3732.65ms core-js-pure/stable/parse-float -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/parse-float.js +1ms vite:resolve 3732.53ms core-js-pure/stable/array/is-array -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/array/is-array.js +0ms vite:resolve 3732.36ms core-js-pure/stable/instance/for-each -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/for-each.js +0ms vite:resolve 3732.06ms @douyinfe/semi-foundation/lib/es/tree/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tree/constants.js +1ms vite:resolve 3731.55ms @douyinfe/semi-foundation/lib/es/transfer/transferUtils -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transferUtils.js +0ms vite:resolve 3731.59ms @douyinfe/semi-foundation/lib/es/select/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/select/constants.js +0ms vite:resolve 3731.70ms @douyinfe/semi-foundation/lib/es/utils/getHighlight -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/utils/getHighlight.js +0ms vite:resolve 3731.81ms @babel/runtime-corejs3/core-js-stable/set-timeout -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/set-timeout.js +0ms vite:resolve 3731.69ms @douyinfe/semi-foundation/lib/es/table/utils -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/table/utils.js +1ms vite:resolve 3731.80ms @douyinfe/semi-foundation/lib/es/tagInput/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/foundation.js +0ms vite:resolve 3731.10ms @babel/runtime-corejs3/core-js-stable/instance/trim -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/trim.js +0ms vite:resolve 3731.04ms @douyinfe/semi-animation-styled -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-animation-styled@2.19.1-alpha.0/node_modules/@douyinfe/semi-animation-styled/lib/es/index.js +1ms vite:resolve 223.61ms @douyinfe/semi-foundation/lib/es/inputNumber/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/constants.js +232ms vite:resolve 0.35ms react -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/react.js?v=6c8b05b6 +24s vite:resolve 0.10ms /node_modules/.vite/deps/react.js?v=6c8b05b6 -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/react.js?v=6c8b05b6 +0ms vite:import-analysis /node_modules/.vite/deps/react.js?v=6c8b05b6 needs interop +7s vite:resolve 0.11ms react-dom/client -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/react-dom_client.js?v=3c22fc5e +7ms vite:resolve 0.10ms /node_modules/.vite/deps/react-dom_client.js?v=3c22fc5e -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/react-dom_client.js?v=3c22fc5e +0ms vite:import-analysis /node_modules/.vite/deps/react-dom_client.js?v=3c22fc5e needs interop +6ms vite:resolve 1.78ms ./App -> E:/desktop/vite-semi.alpha/src/App.tsx +3ms vite:resolve 0.93ms /src/App.tsx -> E:/desktop/vite-semi.alpha/src/App.tsx +1ms vite:resolve 0.89ms ./index.css -> E:/desktop/vite-semi.alpha/src/index.css +2ms vite:resolve 0.85ms /src/index.css -> E:/desktop/vite-semi.alpha/src/index.css +1ms vite:resolve 0.05ms react/jsx-dev-runtime -> react/jsx-dev-runtime +1ms vite:resolve 1.47ms /@id/__x00__react/jsx-dev-runtime -> null +2ms vite:import-analysis 23.69ms [5 imports rewritten] src\main.tsx +16ms vite:transform 26749.00ms /src/main.tsx +7s vite:resolve 7.58ms react/jsx-dev-runtime -> null +14ms vite:load 0.04ms [plugin] react/jsx-dev-runtime +9s vite:resolve 0.12ms react/jsx-dev-runtime -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/react_jsx-dev-runtime.js?v=6c8b05b6 +3ms vite:resolve 0.10ms /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=6c8b05b6 -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/react_jsx-dev-runtime.js?v=6c8b05b6 +1ms vite:import-analysis /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=6c8b05b6 needs interop +12ms vite:import-analysis 2.15ms [1 imports rewritten] react/jsx-dev-runtime +1ms vite:transform 2.59ms react/jsx-dev-runtime +9ms vite:resolve 3013.06ms @douyinfe/semi-foundation/lib/es/scrollList/itemFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/itemFoundation.js +3s vite:resolve 3012.44ms lodash/some -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/some.js +1ms vite:resolve 3012.58ms @douyinfe/semi-foundation/lib/es/transfer/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/transfer/constants.js +1ms vite:resolve 3012.78ms bezier-easing -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/bezier-easing@2.1.0/node_modules/bezier-easing/src/index.js +0ms vite:resolve 3011.23ms core-js-pure/stable/date/now -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/date/now.js +3s vite:resolve 3011.34ms core-js-pure/stable/object/keys -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/object/keys.js +0ms vite:resolve 3011.40ms core-js-pure/stable/parse-int -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/parse-int.js +0ms vite:resolve 3011.47ms core-js-pure/stable/set-timeout -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/set-timeout.js +0ms vite:resolve 3011.53ms @babel/runtime-corejs3/core-js-stable/map -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/map.js +2ms vite:resolve 3011.59ms @douyinfe/semi-foundation/lib/es/timePicker/timePicker.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +0ms vite:resolve 3011.55ms @babel/runtime/helpers/esm/extends -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/extends.js +0ms vite:resolve 3011.65ms date-fns -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/date-fns@2.29.2/node_modules/date-fns/esm/index.js +0ms vite:resolve 1099.68ms @douyinfe/semi-foundation/lib/es/scrollList/scrollTo -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollTo.js +1s vite:resolve 1099.67ms @douyinfe/semi-foundation/lib/es/cascader/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/cascader/foundation.js +1ms vite:resolve 1099.29ms @douyinfe/semi-foundation/lib/es/treeSelect/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/constants.js +0ms vite:resolve 2840.47ms @douyinfe/semi-foundation/lib/es/transfer/transfer.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +3s vite:resolve 2840.60ms @douyinfe/semi-foundation/lib/es/utils/Logger -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/utils/Logger.js +1ms vite:resolve 2840.84ms @douyinfe/semi-foundation/lib/es/utils/Event -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/utils/Event.js +0ms vite:resolve 2840.97ms lodash/toString -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toString.js +1ms vite:resolve 2841.09ms @douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +0ms vite:resolve 2841.09ms @babel/runtime/helpers/esm/assertThisInitialized -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0ms vite:resolve 2841.23ms react-resizable -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/react-resizable@1.11.1_biqbaboplfbrettd7655fr4n2y/node_modules/react-resizable/index.js +1ms vite:resolve 2841.25ms lodash/filter -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/filter.js +0ms vite:resolve 2841.29ms @douyinfe/semi-foundation/lib/es/upload/utils -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/upload/utils.js +1ms vite:resolve 2841.38ms @douyinfe/semi-foundation/lib/es/datePicker/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/foundation.js +0ms vite:resolve 2841.53ms @douyinfe/semi-foundation/lib/es/tree/tree.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +0ms vite:resolve 2841.66ms @douyinfe/semi-foundation/lib/es/toast/toastFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/toast/toastFoundation.js +0ms vite:resolve 2841.83ms core-js-pure/stable/instance/trim -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/trim.js +4s vite:resolve 2841.84ms core-js-pure/stable/instance/map -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/map.js +0ms vite:resolve 2841.95ms scroll-into-view-if-needed -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/scroll-into-view-if-needed@2.2.29/node_modules/scroll-into-view-if-needed/es/index.js +1ms vite:resolve 2841.71ms lodash/split -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/split.js +1ms vite:resolve 2841.79ms @douyinfe/semi-foundation/lib/es/cascader/constants -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/cascader/constants.js +0ms vite:load 6976.04ms [fs] /src/App.tsx +7s vite:load 7053.55ms [fs] /src/index.css +77ms vite:resolve 2659.10ms @douyinfe/semi-foundation/lib/es/utils/isElement -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/utils/isElement.js +3s vite:resolve 2659.18ms @babel/runtime-corejs3/core-js-stable/instance/find-index -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/find-index.js +0ms vite:resolve 2659.25ms @douyinfe/semi-foundation/lib/es/_portal/portal.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +1ms vite:resolve 2659.03ms lodash/includes -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/includes.js +0ms vite:resolve 2659.15ms @babel/runtime/helpers/esm/inheritsLoose -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +0ms vite:resolve 2658.79ms @douyinfe/semi-foundation/lib/es/utils/isEnterPress -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/utils/isEnterPress.js +1ms vite:resolve 2658.96ms @douyinfe/semi-foundation/lib/es/radio/radioInnerFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/radio/radioInnerFoundation.js +0ms vite:resolve 2658.85ms @douyinfe/semi-foundation/lib/es/notification/notificationFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/notification/notificationFoundation.js +0ms vite:resolve 2658.41ms compute-scroll-into-view -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/compute-scroll-into-view@1.0.17/node_modules/compute-scroll-into-view/dist/index.module.js +1ms vite:time 45700.62ms /src/main.tsx +17s vite:resolve 2259.27ms @babel/runtime-corejs3/core-js-stable/instance/splice -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime-corejs3@7.19.0/node_modules/@babel/runtime-corejs3/core-js-stable/instance/splice.js +2s vite:resolve 2249.19ms @douyinfe/semi-foundation/lib/es/tooltip/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/foundation.js +0ms vite:resolve 2249.12ms memoize-one -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/memoize-one@5.2.1/node_modules/memoize-one/dist/memoize-one.esm.js +0ms vite:resolve 2241.49ms @douyinfe/semi-foundation/lib/es/cascader/cascader.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +1ms vite:resolve 2241.00ms resize-observer-polyfill -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/resize-observer-polyfill@1.5.1/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +0ms vite:resolve 2241.01ms @douyinfe/semi-foundation/lib/es/anchor/linkFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/anchor/linkFoundation.js +0ms vite:resolve 2240.98ms prop-types -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js +5s vite:resolve 2241.11ms react-draggable -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/react-draggable@4.4.5_biqbaboplfbrettd7655fr4n2y/node_modules/react-draggable/build/cjs/cjs.js +0ms vite:resolve 2239.82ms @babel/runtime/helpers/esm/slicedToArray -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +1ms vite:import-analysis /node_modules/.vite/deps/react.js?v=6c8b05b6 needs interop +12s vite:resolve 1.23ms ./assets/react.svg -> E:/desktop/vite-semi.alpha/src/assets/react.svg +12s vite:resolve 1.04ms /src/assets/react.svg -> E:/desktop/vite-semi.alpha/src/assets/react.svg +1ms vite:resolve 0.84ms ./App.css -> E:/desktop/vite-semi.alpha/src/App.css +1ms vite:resolve 0.81ms /src/App.css -> E:/desktop/vite-semi.alpha/src/App.css +2ms vite:resolve 0.09ms @douyinfe/semi-ui -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/@douyinfe_semi-ui.js?v=d17c8d6d +0ms vite:resolve 0.09ms /node_modules/.vite/deps/@douyinfe_semi-ui.js?v=d17c8d6d -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/@douyinfe_semi-ui.js?v=d17c8d6d +0ms vite:hmr [self-accepts] src\App.tsx +0ms vite:import-analysis 16.07ms [6 imports rewritten] src\App.tsx +15ms vite:transform 5032.27ms /src/App.tsx +12s vite:cache [memory] /@react-refresh +0ms vite:cache [memory] react/jsx-dev-runtime +2ms vite:load 0.71ms [plugin] /src/assets/react.svg +5s vite:import-analysis 0.02ms [no imports] src\assets\react.svg +11ms vite:transform 0.41ms /src/assets/react.svg +8ms vite:resolve 229.11ms date-fns-tz -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/date-fns-tz@1.3.7_date-fns@2.29.2/node_modules/date-fns-tz/index.js +264ms vite:resolve 229.26ms lodash/toNumber -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/toNumber.js +0ms vite:resolve 229.31ms @douyinfe/semi-foundation/lib/es/modal/modalContentFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/modal/modalContentFoundation.js +1ms vite:cache [memory] react/jsx-dev-runtime +244ms vite:time 0.50ms /@id/__x00__react/jsx-dev-runtime +3s vite:resolve 1652.70ms @babel/runtime/helpers/esm/objectSpread -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/objectSpread.js +2s vite:resolve 1652.72ms @douyinfe/semi-foundation/lib/es/datePicker/datePicker.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +1ms vite:resolve 1686.07ms @douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +2s vite:resolve 1686.33ms lodash/slice -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/slice.js +0ms vite:resolve 1686.09ms @babel/runtime/helpers/esm/classCallCheck -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +1ms vite:resolve 1686.04ms @babel/runtime/helpers/esm/objectWithoutPropertiesLoose -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0ms vite:resolve 1686.18ms @douyinfe/semi-foundation/lib/es/select/select.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +0ms vite:resolve 1686.26ms @douyinfe/semi-foundation/lib/es/cascader/util -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/cascader/util.js +1ms vite:resolve 1686.25ms core-js-pure/stable/instance/splice -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/splice.js +4s vite:resolve 1686.41ms core-js-pure/stable/instance/find-index -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/instance/find-index.js +0ms vite:resolve 1686.55ms core-js-pure/stable/map -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/core-js-pure@3.25.0/node_modules/core-js-pure/stable/map/index.js +0ms vite:load 3593.71ms [fs] /src/App.css +4s vite:resolve 682.50ms @douyinfe/semi-foundation/lib/es/utils/FocusHandle -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/utils/FocusHandle.js +691ms vite:resolve 682.71ms @babel/runtime/helpers/esm/createClass -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/createClass.js +0ms vite:resolve 682.26ms copy-text-to-clipboard -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/copy-text-to-clipboard@2.2.0/node_modules/copy-text-to-clipboard/index.js +0ms vite:resolve 682.44ms @douyinfe/semi-foundation/lib/es/tooltip/tooltip.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +1ms vite:resolve 682.66ms @douyinfe/semi-foundation/lib/es/breadcrumb/itemFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/itemFoundation.js +0ms vite:resolve 682.88ms lodash/clone -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/clone.js +0ms vite:time 4045.29ms /src/App.tsx +4s vite:resolve 523.68ms @douyinfe/semi-foundation/lib/es/timePicker/inputFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/inputFoundation.js +527ms vite:resolve 523.58ms @douyinfe/semi-foundation/lib/es/timePicker/ComboxFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/ComboxFoundation.js +0ms vite:resolve 523.15ms date-fns/_lib/cloneObject/index.js -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/date-fns@2.29.2/node_modules/date-fns/_lib/cloneObject/index.js +1s vite:resolve 523.04ms date-fns/format/index.js -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/date-fns@2.29.2/node_modules/date-fns/format/index.js +0ms vite:resolve 523.05ms date-fns/_lib/toInteger/index.js -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/date-fns@2.29.2/node_modules/date-fns/_lib/toInteger/index.js +0ms vite:cache [memory] /src/assets/react.svg +5s vite:time 1.79ms /src/assets/react.svg?import +529ms vite:resolve 828.32ms @babel/runtime/helpers/esm/possibleConstructorReturn -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +834ms vite:resolve 826.96ms lodash/without -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/without.js +0ms vite:resolve 825.87ms date-fns/_lib/getTimezoneOffsetInMilliseconds/index.js -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/date-fns@2.29.2/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds/index.js +834ms vite:resolve 488.92ms @babel/runtime/helpers/esm/getPrototypeOf -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +494ms vite:resolve 488.83ms clsx -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/clsx@1.2.1/node_modules/clsx/dist/clsx.m.js +494ms vite:resolve 759.81ms @babel/runtime/helpers/esm/inherits -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/inherits.js +766ms vite:resolve 760.03ms @douyinfe/semi-foundation/lib/es/datePicker/inputFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/inputFoundation.js +1ms vite:resolve 759.63ms @douyinfe/semi-foundation/lib/es/utils/Store -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/utils/Store.js +0ms vite:resolve 956.53ms @douyinfe/semi-foundation/lib/es/datePicker/yearAndMonthFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/yearAndMonthFoundation.js +989ms vite:resolve 956.50ms @douyinfe/semi-foundation/lib/es/table/foundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/table/foundation.js +0ms vite:resolve 956.42ms lodash/max -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/max.js +1ms vite:resolve 144.68ms lodash/assign -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/assign.js +145ms vite:resolve 758.76ms @babel/runtime/helpers/esm/defineProperty -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/defineProperty.js +760ms vite:resolve 758.84ms lodash/isEqualWith -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isEqualWith.js +1ms vite:resolve 758.82ms lodash/uniq -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/uniq.js +0ms vite:resolve 758.75ms @douyinfe/semi-foundation/lib/es/datePicker/_utils/index -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/_utils/index.js +0ms vite:resolve 800.31ms @douyinfe/semi-foundation/lib/es/datePicker/monthsGridFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/monthsGridFoundation.js +818ms vite:resolve 800.35ms @douyinfe/semi-foundation/lib/es/table/table.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +1ms vite:resolve 419.90ms invariant -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/invariant@2.2.4/node_modules/invariant/browser.js +832ms vite:resolve 420.01ms @douyinfe/semi-foundation/lib/es/datePicker/_utils/parser -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/_utils/parser.js +1ms vite:resolve 115.95ms lodash/isMap -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isMap.js +118ms vite:resolve 116.06ms @babel/runtime/helpers/esm/toConsumableArray -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@babel+runtime@7.19.0/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +0ms vite:resolve 399.95ms @douyinfe/semi-foundation/lib/es/datePicker/_utils/getDefaultFormatToken -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/_utils/getDefaultFormatToken.js +402ms vite:resolve 725.72ms @douyinfe/semi-foundation/lib/es/datePicker/_utils/getDefaultPickerDate -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/_utils/getDefaultPickerDate.js +739ms vite:resolve 10.39ms lodash/pull -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/pull.js +11ms vite:resolve 460.06ms @douyinfe/semi-foundation/lib/es/table/tableSelectionCellFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/table/tableSelectionCellFoundation.js +462ms vite:resolve 188.22ms lodash/size -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/size.js +200ms vite:resolve 133.11ms @douyinfe/semi-foundation/lib/es/datePicker/monthFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/monthFoundation.js +844ms vite:hmr [self-accepts] src\index.css +14s vite:import-analysis 0.56ms [0 imports rewritten] src\index.css +14s vite:transform 18466.62ms /src/index.css +14s vite:time 13264.92ms /src/index.css +9s vite:resolve 334.96ms @douyinfe/semi-foundation/lib/es/table/bodyFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/table/bodyFoundation.js +612ms vite:hmr [self-accepts] src\App.css +489ms vite:import-analysis 0.45ms [0 imports rewritten] src\App.css +488ms vite:transform 10398.57ms /src/App.css +489ms vite:time 8347.84ms /src/App.css +489ms vite:resolve 49.65ms lodash/findLastIndex -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/findLastIndex.js +265ms vite:resolve 23.26ms lodash/stubTrue -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/stubTrue.js +65ms vite:deps ✨ static imports crawl ended +2m vite:resolve 129.29ms @douyinfe/semi-foundation/lib/es/utils/shallowEqualObjects -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/utils/shallowEqualObjects.js +1s vite:resolve 130.53ms @douyinfe/semi-foundation/lib/es/table/tableRowFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/table/tableRowFoundation.js +132ms vite:resolve 127.08ms @douyinfe/semi-foundation/lib/es/table/cellFoundation -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/table/cellFoundation.js +469ms vite:deps deps bundled in 106778.29ms +2s vite:deps ✨ using post-scan optimizer result, the scanner found every used dependency +0ms vite:optimize-deps load E:/desktop/vite-semi.alpha/node_modules/.vite/deps/react.js +0ms vite:optimize-deps load E:/desktop/vite-semi.alpha/node_modules/.vite/deps/react-dom_client.js +1ms vite:optimize-deps load E:/desktop/vite-semi.alpha/node_modules/.vite/deps/react_jsx-dev-runtime.js +0ms vite:optimize-deps load E:/desktop/vite-semi.alpha/node_modules/.vite/deps/@douyinfe_semi-ui.js +0ms vite:deps ✨ dependencies optimized +4ms vite:load 28441.42ms [plugin] /node_modules/.vite/deps/react.js?v=6c8b05b6 +13s vite:resolve 0.40ms ./chunk-UTTTBJE4.js -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/chunk-UTTTBJE4.js?v=8b618990 +16s vite:resolve 0.17ms /node_modules/.vite/deps/chunk-UTTTBJE4.js?v=8b618990 -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/chunk-UTTTBJE4.js?v=8b618990 +0ms vite:import-analysis 2.24ms [1 imports rewritten] node_modules\.vite\deps\react.js?v=6c8b05b6 +2s vite:transform 3.90ms /node_modules/.vite/deps/react.js?v=6c8b05b6 +2s vite:time 16426.30ms /node_modules/.vite/deps/react.js?v=6c8b05b6 +2s vite:optimize-deps load E:/desktop/vite-semi.alpha/node_modules/.vite/deps/chunk-UTTTBJE4.js +9ms vite:load 28448.85ms [plugin] /node_modules/.vite/deps/react-dom_client.js?v=3c22fc5e +8ms vite:resolve 0.24ms ./chunk-4EAVA5RD.js -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/chunk-4EAVA5RD.js?v=8b618990 +6ms vite:resolve 0.13ms /node_modules/.vite/deps/chunk-4EAVA5RD.js?v=8b618990 -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/chunk-4EAVA5RD.js?v=8b618990 +1ms vite:import-analysis 2.65ms [2 imports rewritten] node_modules\.vite\deps\react-dom_client.js?v=3c22fc5e +7ms vite:transform 3.83ms /node_modules/.vite/deps/react-dom_client.js?v=3c22fc5e +7ms vite:time 16198.86ms /node_modules/.vite/deps/react-dom_client.js?v=3c22fc5e +7ms vite:optimize-deps load E:/desktop/vite-semi.alpha/node_modules/.vite/deps/chunk-4EAVA5RD.js +7ms vite:load 28450.96ms [plugin] /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=6c8b05b6 +6ms vite:import-analysis 2.27ms [1 imports rewritten] node_modules\.vite\deps\react_jsx-dev-runtime.js?v=6c8b05b6 +6ms vite:transform 3.20ms /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=6c8b05b6 +6ms vite:time 14542.76ms /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=6c8b05b6 +6ms vite:load 20.66ms [plugin] /node_modules/.vite/deps/chunk-UTTTBJE4.js?v=8b618990 +13ms vite:import-analysis 0.81ms [no imports] node_modules\.vite\deps\chunk-UTTTBJE4.js?v=8b618990 +13ms vite:transform 1.73ms /node_modules/.vite/deps/chunk-UTTTBJE4.js?v=8b618990 +12ms vite:time 5.74ms /node_modules/.vite/deps/chunk-UTTTBJE4.js?v=8b618990 +13ms vite:load 19.38ms [plugin] /node_modules/.vite/deps/chunk-4EAVA5RD.js?v=8b618990 +6ms vite:import-analysis 22.56ms [1 imports rewritten] node_modules\.vite\deps\chunk-4EAVA5RD.js?v=8b618990 +33ms vite:transform 28.43ms /node_modules/.vite/deps/chunk-4EAVA5RD.js?v=8b618990 +34ms vite:cache [memory] /node_modules/.vite/deps/chunk-UTTTBJE4.js?v=8b618990 +12s vite:cache [memory] /node_modules/.vite/deps/chunk-4EAVA5RD.js?v=8b618990 +1ms vite:time 0.85ms /node_modules/.vite/deps/chunk-4EAVA5RD.js?v=8b618990 +37ms vite:load 16520.07ms [plugin] /node_modules/.vite/deps/@douyinfe_semi-ui.js?v=d17c8d6d +62ms vite:resolve 1.76ms /node_modules/.pnpm/@douyinfe+semi-ui@2.19.1-alpha.0_biqbaboplfbrettd7655fr4n2y/node_modules/@douyinfe/semi-ui/lib/es/_base/base.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-ui@2.19.1-alpha.0_biqbaboplfbrettd7655fr4n2y/node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +238ms vite:resolve 1.78ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +4ms vite:resolve 1.99ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +5ms vite:resolve 1.72ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +4ms vite:resolve 1.69ms /node_modules/.pnpm/@douyinfe+semi-icons@2.19.1-alpha.0_react@18.2.0/node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-icons@2.19.1-alpha.0_react@18.2.0/node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +4ms vite:resolve 1.76ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +4ms vite:resolve 1.96ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +5ms vite:resolve 1.70ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +4ms vite:resolve 1.70ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/input/input.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +4ms vite:resolve 2.10ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +4ms vite:resolve 1.83ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +5ms vite:resolve 1.74ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +4ms vite:resolve 1.63ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/button/button.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +4ms vite:resolve 2.29ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +4ms vite:resolve 1.75ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +5ms vite:resolve 1.63ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +4ms vite:resolve 1.66ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +3ms vite:resolve 1.75ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +10ms vite:resolve 2.08ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/card/card.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +26ms vite:resolve 1.85ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +5ms vite:resolve 1.59ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/space/space.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +7ms vite:resolve 2.07ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +4ms vite:resolve 1.85ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +5ms vite:resolve 1.71ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +4ms vite:resolve 1.59ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +3ms vite:resolve 2.05ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +4ms vite:resolve 2.00ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +5ms vite:resolve 1.71ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +4ms vite:resolve 1.60ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +3ms vite:resolve 2.08ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +4ms vite:resolve 1.62ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +10ms vite:resolve 1.63ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +3ms vite:resolve 1.87ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +4ms vite:resolve 1.74ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +16ms vite:resolve 1.77ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +4ms vite:resolve 1.71ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +4ms vite:resolve 1.59ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/list/list.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +4ms vite:resolve 1.95ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +4ms vite:resolve 1.71ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +4ms vite:resolve 1.76ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +4ms vite:resolve 1.73ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +15ms vite:resolve 1.88ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +8ms vite:resolve 1.71ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +4ms vite:resolve 1.68ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/select/select.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +3ms vite:resolve 1.71ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +4ms vite:resolve 1.76ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +5ms vite:resolve 2.74ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +4ms vite:resolve 1.79ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +4ms vite:resolve 1.80ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +10ms vite:resolve 1.74ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +4ms vite:resolve 1.74ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +8ms vite:resolve 1.63ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +4ms vite:resolve 1.60ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/table/table.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +3ms vite:resolve 1.56ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +4ms vite:resolve 2.12ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +4ms vite:resolve 1.63ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +8ms vite:resolve 1.64ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +4ms vite:resolve 4.10ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +6ms vite:resolve 1.64ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +7ms vite:resolve 1.60ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +4ms vite:resolve 1.80ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +5ms vite:resolve 1.69ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/form/form.css -> E:/desktop/vite-semi.alpha/node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +4ms vite:import-analysis 576.61ms [64 imports rewritten] node_modules\.vite\deps\@douyinfe_semi-ui.js?v=d17c8d6d +636ms vite:transform 605.69ms /node_modules/.vite/deps/@douyinfe_semi-ui.js?v=d17c8d6d +637ms vite:time 11500.22ms /node_modules/.vite/deps/@douyinfe_semi-ui.js?v=d17c8d6d +655ms vite:cache [memory] /node_modules/.vite/deps/chunk-4EAVA5RD.js?v=8b618990 +867ms vite:cache [memory] /node_modules/.vite/deps/chunk-UTTTBJE4.js?v=8b618990 +0ms vite:load 35.85ms [fs] /node_modules/.pnpm/@douyinfe+semi-ui@2.19.1-alpha.0_biqbaboplfbrettd7655fr4n2y/node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +1s vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-ui@2.19.1-alpha.0_biqbaboplfbrettd7655fr4n2y\node_modules\@douyinfe\semi-ui\lib\es\_base\base.css +4s vite:import-analysis 0.68ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-ui@2.19.1-alpha.0_biqbaboplfbrettd7655fr4n2y\node_modules\@douyinfe\semi-ui\lib\es\_base\base.css +412ms vite:transform 1.91ms /node_modules/.pnpm/@douyinfe+semi-ui@2.19.1-alpha.0_biqbaboplfbrettd7655fr4n2y/node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +410ms vite:load 46.72ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +11ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\typography\typography.css +5ms vite:import-analysis 0.95ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\typography\typography.css +6ms vite:transform 1.51ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +6ms vite:load 51.94ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\tooltip\tooltip.css +4ms vite:import-analysis 0.35ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\tooltip\tooltip.css +3ms vite:transform 0.86ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +3ms vite:load 55.33ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\_portal\portal.css +3ms vite:import-analysis 0.36ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\_portal\portal.css +4ms vite:transform 0.74ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +4ms vite:load 59.00ms [fs] /node_modules/.pnpm/@douyinfe+semi-icons@2.19.1-alpha.0_react@18.2.0/node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-icons@2.19.1-alpha.0_react@18.2.0\node_modules\@douyinfe\semi-icons\lib\es\styles\icons.css +4ms vite:import-analysis 0.38ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-icons@2.19.1-alpha.0_react@18.2.0\node_modules\@douyinfe\semi-icons\lib\es\styles\icons.css +3ms vite:transform 0.79ms /node_modules/.pnpm/@douyinfe+semi-icons@2.19.1-alpha.0_react@18.2.0/node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +3ms vite:load 62.42ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\popover\popover.css +4ms vite:import-analysis 0.41ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\popover\popover.css +4ms vite:transform 0.97ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +4ms vite:load 66.46ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\anchor\anchor.css +4ms vite:import-analysis 0.43ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\anchor\anchor.css +4ms vite:transform 1.05ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +4ms vite:load 70.54ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\spin\spin.css +3ms vite:import-analysis 0.37ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\spin\spin.css +4ms vite:transform 0.88ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +4ms vite:load 74.00ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\input\input.css +5ms vite:import-analysis 0.58ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\input\input.css +5ms vite:transform 1.63ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +5ms vite:load 79.16ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\autoComplete\autoComplete.css +4ms vite:import-analysis 0.37ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\autoComplete\autoComplete.css +4ms vite:transform 0.83ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +4ms vite:load 82.90ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\avatar\avatar.css +4ms vite:import-analysis 0.42ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\avatar\avatar.css +3ms vite:transform 1.01ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +4ms vite:load 86.61ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\backtop\backtop.css +5ms vite:import-analysis 0.36ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\backtop\backtop.css +5ms vite:transform 0.87ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +4ms vite:load 91.41ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\button\button.css +4ms vite:import-analysis 0.41ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\button\button.css +4ms vite:transform 1.01ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +4ms vite:load 95.01ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\button\iconButton.css +4ms vite:import-analysis 0.51ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\button\iconButton.css +4ms vite:transform 1.19ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +5ms vite:load 99.54ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\badge\badge.css +4ms vite:import-analysis 0.36ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\badge\badge.css +4ms vite:transform 0.85ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +3ms vite:load 103.35ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\banner\banner.css +4ms vite:import-analysis 0.72ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\banner\banner.css +4ms vite:transform 1.38ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +5ms vite:load 107.75ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\breadcrumb\breadcrumb.css +4ms vite:import-analysis 0.75ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\breadcrumb\breadcrumb.css +5ms vite:transform 1.40ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +4ms vite:load 112.47ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\calendar\calendar.css +5ms vite:import-analysis 0.50ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\calendar\calendar.css +5ms vite:transform 1.30ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +5ms vite:load 116.86ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\card\card.css +4ms vite:import-analysis 0.41ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\card\card.css +4ms vite:transform 0.94ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +4ms vite:load 120.84ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\skeleton\skeleton.css +6ms vite:import-analysis 0.39ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\skeleton\skeleton.css +5ms vite:transform 0.96ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +5ms vite:load 126.32ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +6ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\space\space.css +4ms vite:import-analysis 0.45ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\space\space.css +5ms vite:transform 0.94ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +5ms vite:load 130.88ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\carousel\carousel.css +5ms vite:import-analysis 0.45ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\carousel\carousel.css +4ms vite:transform 1.14ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +4ms vite:load 135.07ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\cascader\cascader.css +4ms vite:import-analysis 0.46ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\cascader\cascader.css +4ms vite:transform 1.17ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +4ms vite:load 139.17ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\checkbox\checkbox.css +4ms vite:import-analysis 0.50ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\checkbox\checkbox.css +5ms vite:transform 1.37ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +5ms vite:load 143.80ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\tagInput\tagInput.css +4ms vite:import-analysis 0.39ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\tagInput\tagInput.css +4ms vite:transform 0.89ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +4ms vite:load 147.71ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\collapse\collapse.css +4ms vite:import-analysis 0.32ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\collapse\collapse.css +3ms vite:transform 0.75ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +3ms vite:load 151.12ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\scrollList\scrollList.css +4ms vite:import-analysis 0.34ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\scrollList\scrollList.css +4ms vite:transform 0.87ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +4ms vite:load 154.76ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\tag\tag.css +4ms vite:import-analysis 0.48ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\tag\tag.css +4ms vite:transform 1.26ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +5ms vite:load 159.47ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\datePicker\datePicker.css +6ms vite:import-analysis 0.76ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\datePicker\datePicker.css +6ms vite:transform 2.50ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +6ms vite:load 165.67ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +6ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\descriptions\descriptions.css +4ms vite:import-analysis 0.38ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\descriptions\descriptions.css +4ms vite:transform 0.96ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +4ms vite:load 169.45ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\divider\divider.css +4ms vite:import-analysis 0.40ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\divider\divider.css +4ms vite:transform 0.97ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +3ms vite:load 173.22ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\empty\empty.css +4ms vite:import-analysis 0.38ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\empty\empty.css +5ms vite:transform 0.81ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +5ms vite:load 177.42ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\modal\modal.css +4ms vite:import-analysis 0.36ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\modal\modal.css +3ms vite:transform 0.85ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +3ms vite:load 180.90ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\dropdown\dropdown.css +3ms vite:import-analysis 0.36ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\dropdown\dropdown.css +4ms vite:transform 0.82ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +4ms vite:load 184.23ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\grid\grid.css +6ms vite:import-analysis 1.25ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\grid\grid.css +6ms vite:transform 3.81ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +6ms vite:load 191.19ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +7ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\layout\layout.css +5ms vite:import-analysis 0.36ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\layout\layout.css +4ms vite:transform 0.77ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +4ms vite:load 194.64ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\list\list.css +3ms vite:import-analysis 0.35ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\list\list.css +3ms vite:transform 0.83ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +4ms vite:load 197.85ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\input\textarea.css +4ms vite:import-analysis 0.36ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\input\textarea.css +4ms vite:transform 0.85ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +3ms vite:load 201.13ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\inputNumber\inputNumber.css +3ms vite:import-analysis 0.45ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\inputNumber\inputNumber.css +3ms vite:transform 0.93ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +3ms vite:load 204.43ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\notification\notification.css +4ms vite:import-analysis 0.42ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\notification\notification.css +4ms vite:transform 0.98ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +4ms vite:load 208.31ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\navigation\navigation.css +4ms vite:import-analysis 0.61ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\navigation\navigation.css +4ms vite:transform 1.61ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +4ms vite:load 212.66ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\overflowList\overflowList.css +3ms vite:import-analysis 0.33ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\overflowList\overflowList.css +4ms vite:transform 0.70ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +4ms vite:load 215.76ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\pagination\pagination.css +4ms vite:import-analysis 0.34ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\pagination\pagination.css +3ms vite:transform 0.78ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +3ms vite:load 218.89ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\select\select.css +3ms vite:import-analysis 0.40ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\select\select.css +3ms vite:transform 0.99ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +4ms vite:load 222.47ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\popconfirm\popconfirm.css +4ms vite:import-analysis 0.35ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\popconfirm\popconfirm.css +4ms vite:transform 0.74ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +3ms vite:load 225.85ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\radio\radio.css +3ms vite:import-analysis 0.33ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\radio\radio.css +3ms vite:transform 0.88ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +3ms vite:load 229.19ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\progress\progress.css +3ms vite:import-analysis 0.26ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\progress\progress.css +3ms vite:transform 0.61ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +3ms vite:load 232.12ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\rating\rating.css +3ms vite:import-analysis 0.27ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\rating\rating.css +3ms vite:transform 0.63ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +3ms vite:load 235.06ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\sideSheet\sideSheet.css +3ms vite:import-analysis 0.42ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\sideSheet\sideSheet.css +4ms vite:transform 0.89ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +4ms vite:load 238.83ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\slider\slider.css +4ms vite:import-analysis 0.38ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\slider\slider.css +4ms vite:transform 0.88ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +4ms vite:load 242.60ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\steps\steps.css +4ms vite:import-analysis 0.42ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\steps\steps.css +3ms vite:transform 1.14ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +4ms vite:load 246.38ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\table\table.css +4ms vite:import-analysis 0.42ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\table\table.css +4ms vite:transform 1.13ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +3ms vite:load 250.02ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\switch\switch.css +3ms vite:import-analysis 0.36ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\switch\switch.css +4ms vite:transform 0.84ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +4ms vite:load 253.45ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\tabs\tabs.css +4ms vite:import-analysis 0.45ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\tabs\tabs.css +3ms vite:transform 1.14ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +3ms vite:load 256.90ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\timeline\timeline.css +3ms vite:import-analysis 0.30ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\timeline\timeline.css +3ms vite:transform 0.78ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +4ms vite:load 260.11ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\timePicker\timePicker.css +3ms vite:import-analysis 0.28ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\timePicker\timePicker.css +3ms vite:transform 0.68ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +3ms vite:load 263.11ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\toast\toast.css +3ms vite:import-analysis 0.24ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\toast\toast.css +3ms vite:transform 0.60ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +3ms vite:load 266.36ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\tree\tree.css +6ms vite:import-analysis 0.53ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\tree\tree.css +6ms vite:transform 1.40ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +5ms vite:load 271.60ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +5ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\treeSelect\treeSelect.css +3ms vite:import-analysis 0.37ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\treeSelect\treeSelect.css +3ms vite:transform 0.92ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +4ms vite:load 275.07ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +4ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\upload\upload.css +4ms vite:import-analysis 0.45ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\upload\upload.css +4ms vite:transform 1.09ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +3ms vite:load 278.63ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +3ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\transfer\transfer.css +5ms vite:import-analysis 0.45ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\transfer\transfer.css +5ms vite:transform 1.02ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +5ms vite:load 283.82ms [fs] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +6ms vite:hmr [self-accepts] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\form\form.css +4ms vite:import-analysis 0.38ms [0 imports rewritten] node_modules\.pnpm\@douyinfe+semi-foundation@2.19.1-alpha.0\node_modules\@douyinfe\semi-foundation\lib\es\form\form.css +4ms vite:transform 0.88ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-ui@2.19.1-alpha.0_biqbaboplfbrettd7655fr4n2y/node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +423ms vite:time 3.68ms /node_modules/.pnpm/@douyinfe+semi-ui@2.19.1-alpha.0_biqbaboplfbrettd7655fr4n2y/node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +636ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +4ms vite:time 2.67ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +3ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +4ms vite:time 3.76ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +5ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +4ms vite:time 2.80ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +3ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-icons@2.19.1-alpha.0_react@18.2.0/node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +4ms vite:time 3.31ms /node_modules/.pnpm/@douyinfe+semi-icons@2.19.1-alpha.0_react@18.2.0/node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +4ms vite:time 2.94ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +6ms vite:time 2.82ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +6ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +3ms vite:time 2.63ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +3ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +4ms vite:time 2.99ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +3ms vite:time 2.78ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +3ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +4ms vite:time 3.24ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +4ms vite:time 2.83ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +4ms vite:time 2.98ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +5ms vite:time 4.04ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +6ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +6ms vite:time 4.54ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +6ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +4ms vite:time 2.65ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +3ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +4ms vite:time 3.70ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +5ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +5ms vite:time 3.89ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +4ms vite:time 3.43ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +5ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +6ms vite:time 4.95ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +6ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +6ms vite:time 4.24ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +5ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +5ms vite:time 3.95ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +5ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +5ms vite:time 4.68ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +6ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +6ms vite:time 4.85ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +6ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +5ms vite:time 3.51ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +4ms vite:time 3.04ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +4ms vite:time 3.34ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +5ms vite:time 3.57ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +5ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +4ms vite:time 3.37ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +3ms vite:time 2.65ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +3ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +4ms vite:time 3.33ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +5ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +4ms vite:time 2.90ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +3ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +3ms vite:time 2.65ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +4ms vite:time 2.47ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +3ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +3ms vite:time 2.55ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +3ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +6ms vite:time 5.16ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +6ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +3ms vite:time 2.71ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +3ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +3ms vite:time 2.51ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +3ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +3ms vite:time 2.50ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +3ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +4ms vite:time 3.45ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +4ms vite:time 2.88ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +3ms vite:time 2.51ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +3ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +3ms vite:time 2.38ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +3ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +3ms vite:time 2.30ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +3ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +5ms vite:time 4.19ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +5ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +3ms vite:time 2.76ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +3ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +3ms vite:time 2.54ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +4ms vite:time 2.59ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +3ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +4ms vite:time 3.45ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +4ms vite:time 2.97ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +3ms vite:time 2.66ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +3ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +4ms vite:time 2.83ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +4ms vite:time 3.88ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +5ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +5ms vite:time 3.48ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +3ms vite:time 2.74ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +3ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +5ms vite:time 3.80ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +5ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +5ms vite:time 4.46ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +6ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +4ms vite:time 3.19ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +4ms vite:time 2.66ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +3ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +4ms vite:time 3.41ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +4ms vite:time 2.67ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +4ms vite:cache [memory] /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +3ms vite:time 2.91ms /node_modules/.pnpm/@douyinfe+semi-foundation@2.19.1-alpha.0/node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +3ms vite:time 7.28ms /vite.svg +440ms vite:time 5.51ms /src/assets/react.svg +2ms vite:deps ✨ static imports crawl ended +2s ```
guangzan commented 2 years ago

yarn+vite+@douyinfe/semi-ui@2.19.1-alpha.0

用 yarn,冷启动时间现在只有 30s+!

日志 ``` vite:config bundled config file loaded in 940.85ms +0ms vite:esbuild init tsconfck (root: E:/desktop/vite-semi.alpha) +0ms vite:esbuild init tsconfck (root: E:/desktop/vite-semi.alpha) +2ms vite:esbuild init tsconfck end +3ms vite:esbuild init tsconfck end +1ms vite:config using resolved config: { vite:config plugins: [ vite:config 'vite:pre-alias', vite:config 'alias', vite:config 'vite:react-babel', vite:config 'vite:react-refresh', vite:config 'vite:react-jsx', vite:config 'vite:modulepreload-polyfill', vite:config 'vite:optimized-deps', vite:config 'vite:resolve', vite:config 'vite:html-inline-proxy', vite:config 'vite:css', vite:config 'vite:esbuild', vite:config 'vite:json', vite:config 'vite:wasm-helper', vite:config 'vite:worker', vite:config 'vite:asset', vite:config 'vite:wasm-fallback', vite:config 'vite:define', vite:config 'vite:css-post', vite:config 'vite:worker-import-meta-url', vite:config 'vite:dynamic-import-vars', vite:config 'vite:import-glob', vite:config 'vite:client-inject', vite:config 'vite:import-analysis' vite:config ], vite:config optimizeDeps: { vite:config disabled: 'build', vite:config force: undefined, vite:config include: [ 'react/jsx-runtime', 'react/jsx-dev-runtime', 'react' ], vite:config esbuildOptions: { preserveSymlinks: undefined } vite:config }, vite:config server: { vite:config preTransformRequests: true, vite:config middlewareMode: false, vite:config fs: { strict: true, allow: [Array], deny: [Array] } vite:config }, vite:config resolve: { dedupe: [ 'react', 'react-dom' ], alias: [ [Object], [Object] ] }, vite:config configFile: 'E:/desktop/vite-semi.alpha/vite.config.ts', vite:config configFileDependencies: [ 'E:/desktop/vite-semi.alpha/vite.config.ts' ], vite:config inlineConfig: { vite:config root: undefined, vite:config base: undefined, vite:config mode: undefined, vite:config configFile: undefined, vite:config logLevel: undefined, vite:config clearScreen: undefined, vite:config optimizeDeps: { force: undefined }, vite:config server: {} vite:config }, vite:config root: 'E:/desktop/vite-semi.alpha', vite:config base: '/', vite:config publicDir: 'E:\\desktop\\vite-semi.alpha\\public', vite:config cacheDir: 'E:\\desktop\\vite-semi.alpha\\node_modules\\.vite', vite:config command: 'serve', vite:config mode: 'development', vite:config ssr: { vite:config format: 'esm', vite:config target: 'node', vite:config optimizeDeps: { disabled: true, esbuildOptions: [Object] } vite:config }, vite:config isWorker: false, vite:config mainConfig: null, vite:config isProduction: false, vite:config build: { vite:config target: [ 'es2020', 'edge88', 'firefox78', 'chrome87', 'safari13' ], vite:config polyfillModulePreload: true, vite:config outDir: 'dist', vite:config assetsDir: 'assets', vite:config assetsInlineLimit: 4096, vite:config cssCodeSplit: true, vite:config cssTarget: [ 'es2020', 'edge88', 'firefox78', 'chrome87', 'safari13' ], vite:config sourcemap: false, vite:config rollupOptions: {}, vite:config minify: 'esbuild', vite:config terserOptions: {}, vite:config write: true, vite:config emptyOutDir: null, vite:config manifest: false, vite:config lib: false, vite:config ssr: false, vite:config ssrManifest: false, vite:config reportCompressedSize: true, vite:config chunkSizeWarningLimit: 500, vite:config watch: null, vite:config commonjsOptions: { include: [Array], extensions: [Array] }, vite:config dynamicImportVarsOptions: { warnOnError: true, exclude: [Array] } vite:config }, vite:config preview: { vite:config port: undefined, vite:config strictPort: undefined, vite:config host: undefined, vite:config https: undefined, vite:config open: undefined, vite:config proxy: undefined, vite:config cors: undefined, vite:config headers: undefined vite:config }, vite:config env: { BASE_URL: '/', MODE: 'development', DEV: true, PROD: false }, vite:config assetsInclude: [Function: assetsInclude], vite:config logger: { vite:config hasWarned: false, vite:config info: [Function: info], vite:config warn: [Function: warn], vite:config warnOnce: [Function: warnOnce], vite:config error: [Function: error], vite:config clearScreen: [Function: clearScreen], vite:config hasErrorLogged: [Function: hasErrorLogged] vite:config }, vite:config packageCache: Map(0) {}, vite:config createResolver: [Function: createResolver], vite:config worker: { vite:config format: 'iife', vite:config plugins: [ vite:config 'vite:pre-alias', vite:config 'alias', vite:config 'vite:modulepreload-polyfill', vite:config 'vite:optimized-deps', vite:config 'vite:resolve', vite:config 'vite:html-inline-proxy', vite:config 'vite:css', vite:config 'vite:esbuild', vite:config 'vite:json', vite:config 'vite:wasm-helper', vite:config 'vite:worker', vite:config 'vite:asset', vite:config 'vite:wasm-fallback', vite:config 'vite:define', vite:config 'vite:css-post', vite:config 'vite:worker-import-meta-url', vite:config 'vite:dynamic-import-vars', vite:config 'vite:import-glob', vite:config 'vite:client-inject', vite:config 'vite:import-analysis' vite:config ], vite:config rollupOptions: {}, vite:config getSortedPlugins: [Function: getSortedPlugins], vite:config getSortedPluginHooks: [Function: getSortedPluginHooks] vite:config }, vite:config appType: 'spa', vite:config experimental: { importGlobRestoreExtension: false, hmrPartialAccept: false }, vite:config getSortedPlugins: [Function: getSortedPlugins], vite:config getSortedPluginHooks: [Function: getSortedPluginHooks] vite:config } +20ms vite:resolve 12.14ms react/jsx-runtime -> E:/desktop/vite-semi.alpha/node_modules/react/jsx-runtime.js +0ms vite:resolve 6.53ms react/jsx-dev-runtime -> E:/desktop/vite-semi.alpha/node_modules/react/jsx-dev-runtime.js +8ms vite:resolve 6.44ms react -> E:/desktop/vite-semi.alpha/node_modules/react/index.js +7ms vite:deps scanning for dependencies... +0ms VITE v3.1.0 ready in 1311 ms ➜ Local: http://127.0.0.1:5173/ ➜ Network: use --host to expose vite:deps Crawling dependencies using entries: vite:deps E:/desktop/vite-semi.alpha/index.html +0ms vite:resolve 2.13ms /src/main.tsx -> E:/desktop/vite-semi.alpha/src/main.tsx +0ms vite:resolve 4.53ms react -> E:/desktop/vite-semi.alpha/node_modules/react/index.js +7ms vite:resolve 12.49ms react-dom/client -> E:/desktop/vite-semi.alpha/node_modules/react-dom/client.js +14ms vite:resolve 2.53ms ./App -> E:/desktop/vite-semi.alpha/src/App.tsx +4ms vite:resolve 7.00ms @douyinfe/semi-ui -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-ui/lib/es/index.js +12ms vite:deps Scan completed in 94.56ms: { react: 'E:/desktop/vite-semi.alpha/node_modules/react/index.js', 'react-dom/client': 'E:/desktop/vite-semi.alpha/node_modules/react-dom/client.js', '@douyinfe/semi-ui': 'E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-ui/lib/es/index.js' } +62ms vite:deps dependencies found by scanner: @douyinfe/semi-ui, react, react-dom/client +111ms vite:resolve 2.79ms ./_base/base.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +0ms vite:resolve 17.85ms react-dom -> E:/desktop/vite-semi.alpha/node_modules/react-dom/index.js +0ms vite:resolve 18.35ms react -> E:/desktop/vite-semi.alpha/node_modules/react/index.js +0ms vite:resolve 18.73ms react -> E:/desktop/vite-semi.alpha/node_modules/react/index.js +0ms vite:resolve 12.80ms @douyinfe/semi-animation-react -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-animation-react/lib/es/index.js +44ms vite:resolve 235.12ms react -> E:/desktop/vite-semi.alpha/node_modules/react/index.js +239ms vite:resolve 234.89ms @douyinfe/semi-foundation/lib/es/modal/modal.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +0ms vite:resolve 234.24ms lodash/isFunction -> E:/desktop/vite-semi.alpha/node_modules/lodash/isFunction.js +0ms vite:resolve 233.60ms @douyinfe/semi-icons -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-icons/lib/es/index.js +1ms vite:resolve 233.40ms lodash/noop -> E:/desktop/vite-semi.alpha/node_modules/lodash/noop.js +0ms vite:resolve 233.22ms lodash/debounce -> E:/desktop/vite-semi.alpha/node_modules/lodash/debounce.js +0ms vite:resolve 232.72ms lodash/times -> E:/desktop/vite-semi.alpha/node_modules/lodash/times.js +0ms vite:resolve 230.92ms lodash/isPlainObject -> E:/desktop/vite-semi.alpha/node_modules/lodash/isPlainObject.js +1ms vite:resolve 230.78ms lodash/get -> E:/desktop/vite-semi.alpha/node_modules/lodash/get.js +0ms vite:resolve 230.06ms lodash/isNumber -> E:/desktop/vite-semi.alpha/node_modules/lodash/isNumber.js +0ms vite:resolve 544.80ms lodash/isUndefined -> E:/desktop/vite-semi.alpha/node_modules/lodash/isUndefined.js +552ms vite:resolve 543.83ms lodash/throttle -> E:/desktop/vite-semi.alpha/node_modules/lodash/throttle.js +1ms vite:resolve 543.69ms lodash/isString -> E:/desktop/vite-semi.alpha/node_modules/lodash/isString.js +0ms vite:resolve 543.26ms lodash/isEqual -> E:/desktop/vite-semi.alpha/node_modules/lodash/isEqual.js +0ms vite:resolve 541.83ms lodash/isBoolean -> E:/desktop/vite-semi.alpha/node_modules/lodash/isBoolean.js +1ms vite:resolve 541.10ms prop-types -> E:/desktop/vite-semi.alpha/node_modules/prop-types/index.js +0ms vite:resolve 535.96ms lodash/pick -> E:/desktop/vite-semi.alpha/node_modules/lodash/pick.js +1ms vite:resolve 535.04ms lodash/flatten -> E:/desktop/vite-semi.alpha/node_modules/lodash/flatten.js +0ms vite:resolve 534.48ms lodash/isArray -> E:/desktop/vite-semi.alpha/node_modules/lodash/isArray.js +1ms vite:resolve 529.41ms @douyinfe/semi-foundation/lib/es/utils/object -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/utils/object.js +0ms vite:resolve 528.55ms classnames -> E:/desktop/vite-semi.alpha/node_modules/classnames/index.js +1ms vite:resolve 4468.96ms react-dom -> E:/desktop/vite-semi.alpha/node_modules/react-dom/index.js +4s vite:resolve 4463.26ms @douyinfe/semi-foundation/lib/es/scrollList/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/constants.js +1ms vite:resolve 4463.16ms lodash/omit -> E:/desktop/vite-semi.alpha/node_modules/lodash/omit.js +0ms vite:resolve 4458.36ms @babel/runtime-corejs3/core-js-stable/instance/index-of -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime-corejs3/core-js-stable/instance/index-of.js +0ms vite:resolve 4458.33ms @babel/runtime-corejs3/core-js-stable/object/assign -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime-corejs3/core-js-stable/object/assign.js +1ms vite:spa-fallback Rewriting GET / to /index.html +0ms vite:resolve 3974.05ms lodash/isNull -> E:/desktop/vite-semi.alpha/node_modules/lodash/isNull.js +9s vite:resolve 3972.65ms lodash/findIndex -> E:/desktop/vite-semi.alpha/node_modules/lodash/findIndex.js +1ms vite:resolve 3972.06ms lodash/isEmpty -> E:/desktop/vite-semi.alpha/node_modules/lodash/isEmpty.js +0ms vite:resolve 807.60ms lodash/cloneDeep -> E:/desktop/vite-semi.alpha/node_modules/lodash/cloneDeep.js +817ms vite:resolve 806.74ms scheduler -> E:/desktop/vite-semi.alpha/node_modules/scheduler/index.js +15s vite:resolve 806.85ms @douyinfe/semi-foundation/lib/es/empty/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/empty/constants.js +0ms vite:resolve 806.95ms lodash/isObject -> E:/desktop/vite-semi.alpha/node_modules/lodash/isObject.js +1ms vite:resolve 807.00ms @douyinfe/semi-foundation/lib/es/base/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/base/constants.js +0ms vite:resolve 806.25ms @douyinfe/semi-foundation/lib/es/divider/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/divider/constants.js +0ms vite:resolve 805.16ms @babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols.js +1ms vite:resolve 800.03ms @douyinfe/semi-foundation/lib/es/calendar/calendar.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +1ms vite:resolve 954.07ms @douyinfe/semi-foundation/lib/es/datePicker/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/constants.js +2s vite:resolve 953.91ms lodash/map -> E:/desktop/vite-semi.alpha/node_modules/lodash/map.js +1ms vite:resolve 954.12ms lodash/isNaN -> E:/desktop/vite-semi.alpha/node_modules/lodash/isNaN.js +1ms vite:resolve 953.73ms @douyinfe/semi-foundation/lib/es/card/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/card/constants.js +0ms vite:resolve 953.85ms @douyinfe/semi-foundation/lib/es/typography/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/typography/constants.js +0ms vite:resolve 953.65ms lodash/each -> E:/desktop/vite-semi.alpha/node_modules/lodash/each.js +1ms vite:resolve 953.43ms react-is -> E:/desktop/vite-semi.alpha/node_modules/react-is/index.js +2s vite:resolve 953.55ms date-fns/locale -> E:/desktop/vite-semi.alpha/node_modules/date-fns/esm/locale/index.js +1ms vite:resolve 953.18ms @douyinfe/semi-foundation/lib/es/dropdown/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/constants.js +0ms vite:resolve 953.23ms @babel/runtime-corejs3/core-js-stable/instance/concat -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime-corejs3/core-js-stable/instance/concat.js +0ms vite:resolve 952.99ms @douyinfe/semi-foundation/lib/es/form/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/form/constants.js +1ms vite:resolve 952.95ms @douyinfe/semi-foundation/lib/es/empty/empty.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +0ms vite:resolve 952.95ms @douyinfe/semi-foundation/lib/es/divider/divider.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +0ms vite:time 6425.43ms /index.html +0ms vite:resolve 1699.76ms @douyinfe/semi-foundation/lib/es/layout/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/layout/constants.js +2s vite:resolve 1700.19ms @douyinfe/semi-foundation/lib/es/progress/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/progress/constants.js +1ms vite:resolve 1700.23ms @douyinfe/semi-foundation/lib/es/avatar/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/avatar/constants.js +0ms vite:resolve 1699.90ms @douyinfe/semi-foundation/lib/es/button/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/button/constants.js +0ms vite:resolve 1699.91ms @douyinfe/semi-foundation/lib/es/modal/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/modal/constants.js +1ms vite:resolve 1699.97ms @douyinfe/semi-foundation/lib/es/table/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/table/constants.js +0ms vite:resolve 1700.06ms core-js-pure/stable/object/assign -> E:/desktop/vite-semi.alpha/node_modules/core-js-pure/stable/object/assign.js +2s vite:resolve 1700.04ms @douyinfe/semi-foundation/lib/es/rating/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/rating/constants.js +0ms vite:resolve 1698.71ms @douyinfe/semi-foundation/lib/es/skeleton/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/constants.js +0ms vite:resolve 1698.64ms lodash/find -> E:/desktop/vite-semi.alpha/node_modules/lodash/find.js +1ms vite:resolve 1698.74ms @douyinfe/semi-foundation/lib/es/backtop/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/backtop/constants.js +0ms vite:resolve 1698.84ms @douyinfe/semi-foundation/lib/es/collapsible/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/collapsible/constants.js +0ms vite:resolve 1696.31ms @douyinfe/semi-foundation/lib/es/timeline/timeline.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +0ms vite:resolve 1696.01ms @babel/runtime-corejs3/core-js-stable/number/is-safe-integer -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime-corejs3/core-js-stable/number/is-safe-integer.js +1ms vite:resolve 1695.45ms @douyinfe/semi-foundation/lib/es/form/utils -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/form/utils.js +0ms vite:resolve 1694.79ms @douyinfe/semi-foundation/lib/es/tabs/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/tabs/constants.js +0ms vite:resolve 1694.54ms @douyinfe/semi-foundation/lib/es/grid/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/grid/constants.js +0ms vite:resolve 1694.63ms @douyinfe/semi-foundation/lib/es/list/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/list/constants.js +1ms vite:resolve 1694.64ms @douyinfe/semi-foundation/lib/es/steps/steps.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +0ms vite:resolve 1694.72ms @douyinfe/semi-foundation/lib/es/utils/uuid -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/utils/uuid.js +0ms vite:resolve 1694.75ms @douyinfe/semi-foundation/lib/es/descriptions/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/constants.js +0ms vite:resolve 1694.75ms @douyinfe/semi-foundation/lib/es/breadcrumb/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/constants.js +0ms vite:resolve 1694.64ms @douyinfe/semi-foundation/lib/es/toast/toastListFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/toast/toastListFoundation.js +1ms vite:resolve 1694.74ms lodash/values -> E:/desktop/vite-semi.alpha/node_modules/lodash/values.js +0ms vite:resolve 1694.77ms @douyinfe/semi-foundation/lib/es/dropdown/menuFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/menuFoundation.js +0ms vite:resolve 1694.63ms @douyinfe/semi-foundation/lib/es/carousel/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/carousel/constants.js +0ms vite:resolve 1694.69ms @douyinfe/semi-foundation/lib/es/spin/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/spin/constants.js +0ms vite:resolve 1694.64ms @douyinfe/semi-foundation/lib/es/banner/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/banner/constants.js +0ms vite:resolve 1694.60ms @douyinfe/semi-foundation/lib/es/scrollList/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/foundation.js +1ms vite:resolve 2.65ms E:\Desktop\vite-semi.alpha\node_modules\vite\dist\client\client.mjs -> E:/Desktop/vite-semi.alpha/node_modules/vite/dist/client/client.mjs +0ms vite:resolve 4.09ms /@vite/client -> E:/Desktop/vite-semi.alpha/node_modules/vite/dist/client/client.mjs +0ms vite:resolve 1.08ms /src/main.tsx -> E:/desktop/vite-semi.alpha/src/main.tsx +8ms vite:load 0.03ms [plugin] /@react-refresh +0ms vite:import-analysis 2.12ms [no imports] /@react-refresh +0ms vite:transform 13.39ms /@react-refresh +0ms vite:time 15.46ms /@react-refresh +2s vite:resolve 1602.01ms @douyinfe/semi-foundation/lib/es/progress/progress.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +2s vite:resolve 1601.95ms @douyinfe/semi-foundation/lib/es/button/button.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +1ms vite:resolve 1602.05ms react-window -> E:/desktop/vite-semi.alpha/node_modules/react-window/dist/index.esm.js +0ms vite:resolve 1601.98ms @douyinfe/semi-foundation/lib/es/layout/layout.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +1ms vite:resolve 1601.12ms @douyinfe/semi-foundation/lib/es/avatar/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/avatar/foundation.js +0ms vite:resolve 1601.22ms @douyinfe/semi-foundation/lib/es/notification/notificationListFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/notification/notificationListFoundation.js +0ms vite:resolve 1601.16ms @douyinfe/semi-foundation/lib/es/tag/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/tag/constants.js +1ms vite:resolve 1601.09ms @douyinfe/semi-foundation/lib/es/utils/getDataAttr -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/utils/getDataAttr.js +0ms vite:resolve 1601.26ms @douyinfe/semi-foundation/lib/es/skeleton/skeleton.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +0ms vite:resolve 1601.44ms @douyinfe/semi-foundation/lib/es/collapse/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/collapse/constants.js +0ms vite:resolve 1601.67ms @douyinfe/semi-foundation/lib/es/utils/log -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/utils/log.js +1ms vite:resolve 1601.71ms @douyinfe/semi-foundation/lib/es/carousel/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/carousel/foundation.js +0ms vite:resolve 1601.76ms @douyinfe/semi-foundation/lib/es/switch/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/switch/foundation.js +0ms vite:resolve 1601.63ms @douyinfe/semi-foundation/lib/es/utils/isNullOrUndefined -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/utils/isNullOrUndefined.js +1ms vite:resolve 1601.76ms @douyinfe/semi-foundation/lib/es/backtop/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/backtop/foundation.js +0ms vite:resolve 1601.96ms @douyinfe/semi-foundation/lib/es/toast/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/toast/constants.js +0ms vite:resolve 1602.06ms lodash/unset -> E:/desktop/vite-semi.alpha/node_modules/lodash/unset.js +0ms vite:resolve 1602.17ms @douyinfe/semi-foundation/lib/es/list/list.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +1ms vite:resolve 1602.30ms @douyinfe/semi-foundation/lib/es/utils/getMotionObjFromProps -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/utils/getMotionObjFromProps.js +0ms vite:resolve 1602.12ms @douyinfe/semi-foundation/lib/es/typography/typography.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +0ms vite:resolve 1602.22ms @douyinfe/semi-foundation/lib/es/timeline/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/timeline/constants.js +0ms vite:resolve 1602.15ms @douyinfe/semi-foundation/lib/es/checkbox/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/constants.js +0ms vite:resolve 1602.03ms @douyinfe/semi-foundation/lib/es/radio/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/radio/constants.js +1ms vite:resolve 1601.23ms @douyinfe/semi-foundation/lib/es/breadcrumb/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/foundation.js +0ms vite:resolve 1601.24ms @douyinfe/semi-foundation/lib/es/descriptions/descriptions.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +0ms vite:resolve 1601.35ms @douyinfe/semi-foundation/lib/es/banner/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/banner/foundation.js +1ms vite:resolve 1601.43ms @douyinfe/semi-foundation/lib/es/spin/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/spin/foundation.js +0ms vite:resolve 1601.51ms lodash/merge -> E:/desktop/vite-semi.alpha/node_modules/lodash/merge.js +0ms vite:resolve 1601.52ms @douyinfe/semi-foundation/lib/es/scrollList/scrollList.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +0ms vite:resolve 1601.49ms object-assign -> E:/desktop/vite-semi.alpha/node_modules/object-assign/index.js +2s vite:resolve 1601.42ms @douyinfe/semi-foundation/lib/es/utils/warning -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/utils/warning.js +1ms vite:resolve 1601.42ms @douyinfe/semi-foundation/lib/es/modal/modalFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/modal/modalFoundation.js +0ms vite:resolve 45.41ms @douyinfe/semi-foundation/lib/es/popover/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/popover/constants.js +48ms vite:resolve 1457.74ms @douyinfe/semi-foundation/lib/es/icons/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/icons/constants.js +1s vite:resolve 1458.04ms @douyinfe/semi-foundation/lib/es/input/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/input/constants.js +0ms vite:resolve 1453.99ms @douyinfe/semi-foundation/lib/es/form/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/form/foundation.js +0ms vite:resolve 1454.04ms @douyinfe/semi-foundation/lib/es/upload/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/upload/foundation.js +1ms vite:resolve 1454.21ms @douyinfe/semi-animation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-animation/lib/es/index.js +0ms vite:resolve 1454.33ms @douyinfe/semi-foundation/lib/es/checkbox/checkboxGroupFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkboxGroupFoundation.js +0ms vite:resolve 1454.47ms @douyinfe/semi-foundation/lib/es/utils/function -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/utils/function.js +0ms vite:resolve 1454.53ms @douyinfe/semi-foundation/lib/es/popconfirm/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/constants.js +1ms vite:resolve 1454.65ms @douyinfe/semi-foundation/lib/es/navigation/navigation.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +0ms vite:resolve 1454.79ms @douyinfe/semi-foundation/lib/es/radio/radioGroupFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/radio/radioGroupFoundation.js +0ms vite:resolve 1454.92ms @douyinfe/semi-foundation/lib/es/grid/grid.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +0ms vite:resolve 1455.04ms @douyinfe/semi-foundation/lib/es/pagination/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/pagination/foundation.js +0ms vite:resolve 1455.10ms @douyinfe/semi-foundation/lib/es/card/card.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +1ms vite:resolve 1455.06ms @douyinfe/semi-foundation/lib/es/avatar/avatar.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +0ms vite:resolve 1454.98ms @douyinfe/semi-foundation/lib/es/autoComplete/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/constants.js +0ms vite:resolve 1455.04ms @douyinfe/semi-foundation/lib/es/steps/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/steps/constants.js +0ms vite:resolve 1455.15ms @douyinfe/semi-foundation/lib/es/notification/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/notification/constants.js +1ms vite:resolve 1454.71ms @douyinfe/semi-foundation/lib/es/backtop/backtop.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +0ms vite:resolve 1454.82ms @douyinfe/semi-foundation/lib/es/utils/isPromise -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/utils/isPromise.js +0ms vite:resolve 1454.09ms @douyinfe/semi-foundation/lib/es/banner/banner.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +0ms vite:resolve 1454.10ms @douyinfe/semi-foundation/lib/es/collapse/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/collapse/foundation.js +1ms vite:resolve 1452.90ms @douyinfe/semi-foundation/lib/es/switch/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/switch/constants.js +0ms vite:resolve 1451.98ms lodash/toPath -> E:/desktop/vite-semi.alpha/node_modules/lodash/toPath.js +0ms vite:resolve 1451.18ms @douyinfe/semi-foundation/lib/es/sideSheet/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/constants.js +1ms vite:resolve 1451.23ms lodash/toInteger -> E:/desktop/vite-semi.alpha/node_modules/lodash/toInteger.js +0ms vite:resolve 1451.13ms @douyinfe/semi-foundation/lib/es/badge/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/badge/constants.js +0ms vite:resolve 1451.18ms @douyinfe/semi-foundation/lib/es/spin/spin.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +0ms vite:resolve 1450.96ms @douyinfe/semi-foundation/lib/es/navigation/itemFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/navigation/itemFoundation.js +0ms vite:resolve 1450.64ms @douyinfe/semi-foundation/lib/es/tooltip/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/constants.js +1ms vite:resolve 1450.65ms @douyinfe/semi-foundation/lib/es/carousel/carousel.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +0ms vite:resolve 1450.68ms @douyinfe/semi-foundation/lib/es/toast/toast.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +0ms vite:resolve 1380.13ms @douyinfe/semi-foundation/lib/es/popover/popover.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +1s vite:resolve 1379.84ms @douyinfe/semi-foundation/lib/es/upload/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/upload/constants.js +0ms vite:resolve 1379.90ms @douyinfe/semi-foundation/lib/es/input/textareaFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/input/textareaFoundation.js +1ms vite:resolve 1380.00ms @douyinfe/semi-foundation/lib/es/pagination/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/pagination/constants.js +0ms vite:resolve 1379.89ms @douyinfe/semi-foundation/lib/es/popconfirm/popconfirmFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirmFoundation.js +0ms vite:resolve 1380.02ms @douyinfe/semi-foundation/lib/es/anchor/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/anchor/constants.js +1ms vite:resolve 1379.79ms @douyinfe/semi-foundation/lib/es/slider/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/slider/constants.js +0ms vite:resolve 1379.55ms @douyinfe/semi-foundation/lib/es/radio/radioFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/radio/radioFoundation.js +0ms vite:resolve 1379.48ms @douyinfe/semi-foundation/lib/es/input/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/input/foundation.js +0ms vite:resolve 1379.46ms @douyinfe/semi-foundation/lib/es/autoComplete/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/foundation.js +1ms vite:resolve 1379.68ms @douyinfe/semi-foundation/lib/es/navigation/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/navigation/foundation.js +0ms vite:resolve 1379.64ms @douyinfe/semi-foundation/lib/es/badge/badge.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +1ms vite:resolve 1379.72ms @douyinfe/semi-foundation/lib/es/notification/notification.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +0ms vite:resolve 1379.85ms @douyinfe/semi-foundation/lib/es/button/iconButton.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +0ms vite:resolve 1379.61ms lodash/isDate -> E:/desktop/vite-semi.alpha/node_modules/lodash/isDate.js +0ms vite:resolve 1379.61ms @douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +1ms vite:resolve 1379.78ms lodash/has -> E:/desktop/vite-semi.alpha/node_modules/lodash/has.js +0ms vite:resolve 1379.45ms @douyinfe/semi-foundation/lib/es/dropdown/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/foundation.js +0ms vite:resolve 1379.41ms @douyinfe/semi-foundation/lib/es/collapse/collapse.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +0ms vite:resolve 1379.27ms @douyinfe/semi-foundation/lib/es/navigation/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/navigation/constants.js +1ms vite:resolve 1379.02ms lodash/difference -> E:/desktop/vite-semi.alpha/node_modules/lodash/difference.js +0ms vite:resolve 1378.78ms @douyinfe/semi-foundation/lib/es/utils/a11y -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/utils/a11y.js +0ms vite:resolve 1378.68ms @douyinfe/semi-foundation/lib/es/rating/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/rating/foundation.js +0ms vite:load 4545.86ms [fs] /@vite/client +5s vite:load 4548.23ms [fs] /src/main.tsx +10ms vite:resolve 1736.94ms @douyinfe/semi-foundation/lib/es/switch/switch.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +2s vite:resolve 1736.90ms @douyinfe/semi-foundation/lib/es/sideSheet/sideSheetFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheetFoundation.js +1ms vite:resolve 1737.05ms @babel/runtime-corejs3/core-js-stable/parse-float -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime-corejs3/core-js-stable/parse-float.js +0ms vite:resolve 1737.15ms @babel/runtime-corejs3/core-js-stable/instance/map -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime-corejs3/core-js-stable/instance/map.js +0ms vite:resolve 1737.22ms @babel/runtime-corejs3/core-js-stable/date/now -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime-corejs3/core-js-stable/date/now.js +0ms vite:resolve 1737.24ms @douyinfe/semi-foundation/lib/es/space/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/space/constants.js +0ms vite:resolve 1737.32ms @douyinfe/semi-foundation/lib/es/navigation/subNavFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/navigation/subNavFoundation.js +1ms vite:resolve 1737.34ms @douyinfe/semi-foundation/lib/es/calendar/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/calendar/foundation.js +0ms vite:resolve 1737.40ms @douyinfe/semi-foundation/lib/es/checkbox/checkboxFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkboxFoundation.js +0ms vite:resolve 1737.35ms @douyinfe/semi-foundation/lib/es/pagination/pagination.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +0ms vite:resolve 1737.30ms @douyinfe/semi-foundation/lib/es/anchor/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/anchor/foundation.js +0ms vite:resolve 1737.36ms lodash/set -> E:/desktop/vite-semi.alpha/node_modules/lodash/set.js +0ms vite:resolve 1737.14ms ../styles/icons.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +1ms vite:resolve 1736.95ms react-sortable-hoc -> E:/desktop/vite-semi.alpha/node_modules/react-sortable-hoc/dist/react-sortable-hoc.esm.js +0ms vite:resolve 1736.95ms @douyinfe/semi-foundation/lib/es/overflowList/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/constants.js +0ms vite:resolve 1736.86ms lodash/stubFalse -> E:/desktop/vite-semi.alpha/node_modules/lodash/stubFalse.js +0ms vite:resolve 1736.78ms lodash/isSet -> E:/desktop/vite-semi.alpha/node_modules/lodash/isSet.js +0ms vite:resolve 1736.40ms @douyinfe/semi-foundation/lib/es/tag/tag.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +1ms vite:resolve 1736.83ms @douyinfe/semi-foundation/lib/es/rating/rating.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +1ms vite:resolve 1736.41ms @douyinfe/semi-foundation/lib/es/timePicker/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/constants.js +0ms vite:resolve 1736.46ms @douyinfe/semi-foundation/lib/es/slider/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/slider/foundation.js +0ms vite:resolve 1736.37ms @douyinfe/semi-foundation/lib/es/tree/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/tree/foundation.js +1ms vite:resolve 1736.27ms @douyinfe/semi-foundation/lib/es/dropdown/dropdown.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +0ms vite:resolve 2.31ms E:\Desktop\vite-semi.alpha\node_modules\vite\dist\client\env.mjs -> E:/Desktop/vite-semi.alpha/node_modules/vite/dist/client/env.mjs +6s vite:resolve 2.89ms @vite/env -> E:/Desktop/vite-semi.alpha/node_modules/vite/dist/client/env.mjs +0ms vite:import-analysis 11.31ms [1 imports rewritten] E:/Desktop/vite-semi.alpha/node_modules/vite/dist/client/client.mjs +6s vite:transform 1937.41ms /@vite/client +6s vite:time 6501.15ms /@vite/client +6s vite:resolve 1361.72ms @babel/runtime-corejs3/core-js-stable/array/is-array -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime-corejs3/core-js-stable/array/is-array.js +1s vite:resolve 1361.77ms @douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +0ms vite:resolve 1361.48ms @douyinfe/semi-foundation/lib/es/tabs/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/tabs/foundation.js +1ms vite:resolve 1361.09ms @douyinfe/semi-foundation/lib/es/space/space.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +0ms vite:resolve 1360.49ms @douyinfe/semi-foundation/lib/es/calendar/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/calendar/constants.js +1ms vite:resolve 1360.20ms @douyinfe/semi-foundation/lib/es/tree/treeUtil -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/tree/treeUtil.js +0ms vite:resolve 1359.85ms lodash/cloneDeepWith -> E:/desktop/vite-semi.alpha/node_modules/lodash/cloneDeepWith.js +1ms vite:resolve 1360.05ms async-validator -> E:/desktop/vite-semi.alpha/node_modules/async-validator/dist-web/index.js +0ms vite:resolve 1360.25ms @douyinfe/semi-foundation/lib/es/upload/upload.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +0ms vite:resolve 1360.44ms @douyinfe/semi-foundation/lib/es/utils/dom -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/utils/dom.js +0ms vite:resolve 1360.29ms core-js-pure/stable/instance/concat -> E:/desktop/vite-semi.alpha/node_modules/core-js-pure/stable/instance/concat.js +6s vite:resolve 1360.47ms core-js-pure/stable/instance/index-of -> E:/desktop/vite-semi.alpha/node_modules/core-js-pure/stable/instance/index-of.js +0ms vite:resolve 1360.62ms core-js-pure/stable/number/is-safe-integer -> E:/desktop/vite-semi.alpha/node_modules/core-js-pure/stable/number/is-safe-integer.js +0ms vite:resolve 1360.72ms core-js-pure/stable/object/get-own-property-symbols -> E:/desktop/vite-semi.alpha/node_modules/core-js-pure/stable/object/get-own-property-symbols.js +1ms vite:resolve 1360.77ms @douyinfe/semi-foundation/lib/es/input/textarea.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +2ms vite:resolve 1360.45ms @douyinfe/semi-foundation/lib/es/slider/slider.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +0ms vite:resolve 1360.29ms @douyinfe/semi-foundation/lib/es/checkbox/checkbox.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +0ms vite:resolve 1360.20ms @douyinfe/semi-foundation/lib/es/overflowList/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/foundation.js +1ms vite:resolve 1360.23ms @douyinfe/semi-foundation/lib/es/input/input.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +0ms vite:resolve 1360.26ms @douyinfe/semi-foundation/lib/es/anchor/anchor.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +0ms vite:resolve 1359.73ms @douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +0ms vite:time 4718.77ms /vite.svg +1s vite:resolve 1080.10ms @douyinfe/semi-foundation/lib/es/tree/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/tree/constants.js +1s vite:resolve 1079.16ms @douyinfe/semi-foundation/lib/es/select/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/select/foundation.js +0ms vite:resolve 1078.89ms @douyinfe/semi-foundation/lib/es/overflowList/overflowList.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +0ms vite:resolve 1077.19ms @douyinfe/semi-foundation/lib/es/timePicker/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/foundation.js +1ms vite:resolve 1077.19ms @douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +0ms vite:resolve 1075.50ms @douyinfe/semi-foundation/lib/es/calendar/eventUtil -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/calendar/eventUtil.js +0ms vite:resolve 1074.56ms @douyinfe/semi-foundation/lib/es/radio/radio.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +1ms vite:resolve 1074.64ms @babel/runtime-corejs3/core-js-stable/instance/for-each -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime-corejs3/core-js-stable/instance/for-each.js +0ms vite:resolve 1074.52ms @douyinfe/semi-foundation/lib/es/utils/isBothNaN -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/utils/isBothNaN.js +0ms vite:resolve 1074.60ms @douyinfe/semi-foundation/lib/es/transfer/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/transfer/foundation.js +0ms vite:resolve 1074.60ms @babel/runtime-corejs3/core-js-stable/object/keys -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime-corejs3/core-js-stable/object/keys.js +1ms vite:resolve 1073.65ms @douyinfe/semi-foundation/lib/es/utils/classnames -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/utils/classnames.js +0ms vite:resolve 1073.58ms @douyinfe/semi-foundation/lib/es/tabs/tabs.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +0ms vite:resolve 1073.34ms @douyinfe/semi-foundation/lib/es/tagInput/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/constants.js +0ms vite:resolve 86.23ms @douyinfe/semi-foundation/lib/es/form/form.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +91ms vite:load 2556.64ms [fs] node_modules\vite\dist\client\env.mjs +4s vite:resolve 1133.63ms @douyinfe/semi-animation-styled -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-animation-styled/lib/es/index.js +1s vite:resolve 1133.83ms @douyinfe/semi-foundation/lib/es/inputNumber/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/foundation.js +1ms vite:resolve 1133.73ms lodash/flattenDeep -> E:/desktop/vite-semi.alpha/node_modules/lodash/flattenDeep.js +0ms vite:resolve 1133.68ms @douyinfe/semi-foundation/lib/es/transfer/transferUtils -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transferUtils.js +1ms vite:resolve 1133.79ms @douyinfe/semi-foundation/lib/es/select/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/select/constants.js +0ms vite:resolve 1133.91ms @babel/runtime-corejs3/core-js-stable/parse-int -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime-corejs3/core-js-stable/parse-int.js +0ms vite:resolve 1132.92ms @douyinfe/semi-foundation/lib/es/treeSelect/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/foundation.js +1ms vite:resolve 1132.56ms @douyinfe/semi-foundation/lib/es/tagInput/tagInput.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +0ms vite:resolve 1131.87ms date-fns -> E:/desktop/vite-semi.alpha/node_modules/date-fns/esm/index.js +0ms vite:resolve 1131.96ms core-js-pure/stable/parse-float -> E:/desktop/vite-semi.alpha/node_modules/core-js-pure/stable/parse-float.js +2s vite:resolve 1132.10ms core-js-pure/stable/array/is-array -> E:/desktop/vite-semi.alpha/node_modules/core-js-pure/stable/array/is-array.js +0ms vite:resolve 1132.11ms core-js-pure/stable/instance/for-each -> E:/desktop/vite-semi.alpha/node_modules/core-js-pure/stable/instance/for-each.js +0ms vite:import-analysis 0.05ms [no imports] E:/Desktop/vite-semi.alpha/node_modules/vite/dist/client/env.mjs +4s vite:transform 1140.69ms node_modules\vite\dist\client\env.mjs +4s vite:time 2323.52ms node_modules\vite\dist\client\env.mjs +2s vite:resolve 950.28ms @douyinfe/semi-foundation/lib/es/tree/tree.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +957ms vite:resolve 949.93ms @douyinfe/semi-foundation/lib/es/utils/getHighlight -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/utils/getHighlight.js +0ms vite:resolve 950.12ms @douyinfe/semi-foundation/lib/es/scrollList/itemFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/itemFoundation.js +1ms vite:resolve 950.09ms @babel/runtime-corejs3/core-js-stable/instance/trim -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime-corejs3/core-js-stable/instance/trim.js +0ms vite:resolve 950.28ms @douyinfe/semi-foundation/lib/es/table/utils -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/table/utils.js +0ms vite:resolve 950.42ms @douyinfe/semi-foundation/lib/es/transfer/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/transfer/constants.js +1ms vite:resolve 950.25ms @babel/runtime-corejs3/core-js-stable/set-timeout -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime-corejs3/core-js-stable/set-timeout.js +0ms vite:resolve 947.36ms @douyinfe/semi-foundation/lib/es/tagInput/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/foundation.js +1ms vite:resolve 946.90ms @douyinfe/semi-foundation/lib/es/inputNumber/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/constants.js +0ms vite:resolve 946.69ms @douyinfe/semi-foundation/lib/es/timePicker/timePicker.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +0ms vite:resolve 636.11ms @babel/runtime/helpers/esm/extends -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime/helpers/esm/extends.js +639ms vite:resolve 636.36ms @douyinfe/semi-foundation/lib/es/scrollList/scrollTo -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollTo.js +0ms vite:resolve 636.43ms lodash/some -> E:/desktop/vite-semi.alpha/node_modules/lodash/some.js +1ms vite:resolve 636.51ms @douyinfe/semi-foundation/lib/es/transfer/transfer.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +0ms vite:resolve 635.53ms bezier-easing -> E:/desktop/vite-semi.alpha/node_modules/bezier-easing/src/index.js +0ms vite:resolve 635.23ms @douyinfe/semi-foundation/lib/es/treeSelect/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/constants.js +1ms vite:resolve 635.31ms @douyinfe/semi-foundation/lib/es/toast/toastFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/toast/toastFoundation.js +0ms vite:resolve 633.10ms @douyinfe/semi-foundation/lib/es/cascader/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/cascader/foundation.js +0ms vite:resolve 1167.17ms core-js-pure/stable/set-timeout -> E:/desktop/vite-semi.alpha/node_modules/core-js-pure/stable/set-timeout.js +3s vite:resolve 1166.84ms core-js-pure/stable/object/keys -> E:/desktop/vite-semi.alpha/node_modules/core-js-pure/stable/object/keys.js +0ms vite:resolve 1166.87ms core-js-pure/stable/date/now -> E:/desktop/vite-semi.alpha/node_modules/core-js-pure/stable/date/now.js +0ms vite:resolve 1166.92ms core-js-pure/stable/parse-int -> E:/desktop/vite-semi.alpha/node_modules/core-js-pure/stable/parse-int.js +1ms vite:resolve 1166.77ms @douyinfe/semi-foundation/lib/es/datePicker/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/foundation.js +1s vite:resolve 1166.88ms scroll-into-view-if-needed -> E:/desktop/vite-semi.alpha/node_modules/scroll-into-view-if-needed/es/index.js +0ms vite:resolve 1166.88ms @babel/runtime-corejs3/core-js-stable/map -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime-corejs3/core-js-stable/map.js +0ms vite:resolve 1166.44ms lodash/split -> E:/desktop/vite-semi.alpha/node_modules/lodash/split.js +1ms vite:resolve 1166.35ms @douyinfe/semi-foundation/lib/es/upload/utils -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/upload/utils.js +0ms vite:resolve 1166.47ms @babel/runtime/helpers/esm/assertThisInitialized -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0ms vite:resolve 1166.38ms @douyinfe/semi-foundation/lib/es/utils/isElement -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/utils/isElement.js +0ms vite:resolve 1166.44ms @douyinfe/semi-foundation/lib/es/cascader/constants -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/cascader/constants.js +0ms vite:resolve 1166.11ms @douyinfe/semi-foundation/lib/es/utils/Event -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/utils/Event.js +1ms vite:resolve 1166.10ms @douyinfe/semi-foundation/lib/es/_portal/portal.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +0ms vite:resolve 1166.22ms resize-observer-polyfill -> E:/desktop/vite-semi.alpha/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +0ms vite:resolve 1166.24ms @douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +1ms vite:resolve 1166.30ms @douyinfe/semi-foundation/lib/es/radio/radioInnerFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/radio/radioInnerFoundation.js +0ms vite:resolve 1166.15ms core-js-pure/stable/instance/map -> E:/desktop/vite-semi.alpha/node_modules/core-js-pure/stable/instance/map.js +3ms vite:resolve 1166.14ms core-js-pure/stable/instance/trim -> E:/desktop/vite-semi.alpha/node_modules/core-js-pure/stable/instance/trim.js +1ms vite:resolve 0.34ms react -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/react.js?v=e48a5cd4 +7s vite:resolve 0.10ms /node_modules/.vite/deps/react.js?v=e48a5cd4 -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/react.js?v=e48a5cd4 +0ms vite:import-analysis /node_modules/.vite/deps/react.js?v=e48a5cd4 needs interop +3s vite:resolve 0.13ms react-dom/client -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/react-dom_client.js?v=80c1d9eb +9ms vite:resolve 0.09ms /node_modules/.vite/deps/react-dom_client.js?v=80c1d9eb -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/react-dom_client.js?v=80c1d9eb +0ms vite:import-analysis /node_modules/.vite/deps/react-dom_client.js?v=80c1d9eb needs interop +9ms vite:resolve 1.79ms ./App -> E:/desktop/vite-semi.alpha/src/App.tsx +4ms vite:resolve 0.92ms /src/App.tsx -> E:/desktop/vite-semi.alpha/src/App.tsx +1ms vite:resolve 0.94ms ./index.css -> E:/desktop/vite-semi.alpha/src/index.css +1ms vite:resolve 0.94ms /src/index.css -> E:/desktop/vite-semi.alpha/src/index.css +2ms vite:resolve 0.15ms react/jsx-dev-runtime -> react/jsx-dev-runtime +1ms vite:resolve 2.57ms /@id/__x00__react/jsx-dev-runtime -> null +4ms vite:import-analysis 26.87ms [5 imports rewritten] src\main.tsx +16ms vite:transform 8494.15ms /src/main.tsx +3s vite:resolve 7.57ms react/jsx-dev-runtime -> null +12ms vite:load 0.06ms [plugin] react/jsx-dev-runtime +4s vite:resolve 0.15ms react/jsx-dev-runtime -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/react_jsx-dev-runtime.js?v=e48a5cd4 +4ms vite:resolve 0.10ms /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=e48a5cd4 -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/react_jsx-dev-runtime.js?v=e48a5cd4 +1ms vite:import-analysis /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=e48a5cd4 needs interop +13ms vite:import-analysis 1.94ms [1 imports rewritten] react/jsx-dev-runtime +1ms vite:transform 2.30ms react/jsx-dev-runtime +9ms vite:resolve 1029.63ms react-resizable -> E:/desktop/vite-semi.alpha/node_modules/react-resizable/index.js +1s vite:resolve 1029.88ms @douyinfe/semi-foundation/lib/es/notification/notificationFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/notification/notificationFoundation.js +1ms vite:resolve 1030.05ms @douyinfe/semi-foundation/lib/es/utils/Logger -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/utils/Logger.js +0ms vite:resolve 1030.17ms lodash/filter -> E:/desktop/vite-semi.alpha/node_modules/lodash/filter.js +0ms vite:resolve 1030.28ms @douyinfe/semi-foundation/lib/es/utils/isEnterPress -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/utils/isEnterPress.js +1ms vite:resolve 1030.25ms lodash/toString -> E:/desktop/vite-semi.alpha/node_modules/lodash/toString.js +0ms vite:resolve 1030.24ms @babel/runtime/helpers/esm/inheritsLoose -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +0ms vite:resolve 1029.33ms @douyinfe/semi-foundation/lib/es/anchor/linkFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/anchor/linkFoundation.js +1ms vite:resolve 1028.55ms compute-scroll-into-view -> E:/desktop/vite-semi.alpha/node_modules/compute-scroll-into-view/dist/index.module.js +1ms vite:resolve 539.58ms lodash/includes -> E:/desktop/vite-semi.alpha/node_modules/lodash/includes.js +544ms vite:resolve 539.61ms @babel/runtime-corejs3/core-js-stable/instance/find-index -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime-corejs3/core-js-stable/instance/find-index.js +0ms vite:resolve 538.49ms @douyinfe/semi-foundation/lib/es/tooltip/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/foundation.js +1ms vite:resolve 538.18ms memoize-one -> E:/desktop/vite-semi.alpha/node_modules/memoize-one/dist/memoize-one.esm.js +0ms vite:resolve 538.23ms @douyinfe/semi-foundation/lib/es/cascader/cascader.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +0ms vite:resolve 538.12ms @babel/runtime/helpers/esm/slicedToArray -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +1ms vite:resolve 537.95ms @douyinfe/semi-foundation/lib/es/modal/modalContentFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/modal/modalContentFoundation.js +0ms vite:resolve 65.39ms date-fns-tz -> E:/desktop/vite-semi.alpha/node_modules/date-fns-tz/index.js +67ms vite:resolve 65.44ms lodash/toNumber -> E:/desktop/vite-semi.alpha/node_modules/lodash/toNumber.js +0ms vite:load 1652.55ms [fs] /src/App.tsx +2s vite:load 1715.65ms [fs] /src/index.css +63ms vite:resolve 490.30ms @douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +559ms vite:resolve 490.48ms @douyinfe/semi-foundation/lib/es/select/select.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +0ms vite:resolve 490.40ms @douyinfe/semi-foundation/lib/es/breadcrumb/itemFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/itemFoundation.js +1ms vite:resolve 490.49ms lodash/slice -> E:/desktop/vite-semi.alpha/node_modules/lodash/slice.js +0ms vite:resolve 490.53ms @babel/runtime-corejs3/core-js-stable/instance/splice -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime-corejs3/core-js-stable/instance/splice.js +0ms vite:resolve 489.94ms @babel/runtime/helpers/esm/objectSpread -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime/helpers/esm/objectSpread.js +1ms vite:resolve 489.91ms @douyinfe/semi-foundation/lib/es/datePicker/datePicker.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +0ms vite:resolve 489.65ms prop-types -> E:/desktop/vite-semi.alpha/node_modules/prop-types/index.js +2s vite:resolve 489.72ms react-draggable -> E:/desktop/vite-semi.alpha/node_modules/react-draggable/build/cjs/cjs.js +1ms vite:time 15267.02ms /src/main.tsx +5s vite:resolve 376.36ms @douyinfe/semi-foundation/lib/es/utils/FocusHandle -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/utils/FocusHandle.js +383ms vite:resolve 376.47ms @douyinfe/semi-foundation/lib/es/cascader/util -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/cascader/util.js +0ms vite:resolve 376.45ms @babel/runtime/helpers/esm/objectWithoutPropertiesLoose -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0ms vite:resolve 375.53ms @babel/runtime/helpers/esm/classCallCheck -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +1ms vite:resolve 240.67ms date-fns/_lib/cloneObject/index.js -> E:/desktop/vite-semi.alpha/node_modules/date-fns/_lib/cloneObject/index.js +629ms vite:resolve 240.92ms date-fns/format/index.js -> E:/desktop/vite-semi.alpha/node_modules/date-fns/format/index.js +0ms vite:resolve 240.98ms date-fns/_lib/toInteger/index.js -> E:/desktop/vite-semi.alpha/node_modules/date-fns/_lib/toInteger/index.js +1ms vite:resolve 240.99ms core-js-pure/stable/instance/find-index -> E:/desktop/vite-semi.alpha/node_modules/core-js-pure/stable/instance/find-index.js +0ms vite:resolve 241.13ms core-js-pure/stable/instance/splice -> E:/desktop/vite-semi.alpha/node_modules/core-js-pure/stable/instance/splice.js +0ms vite:resolve 241.24ms core-js-pure/stable/map -> E:/desktop/vite-semi.alpha/node_modules/core-js-pure/stable/map/index.js +0ms vite:import-analysis /node_modules/.vite/deps/react.js?v=e48a5cd4 needs interop +3s vite:resolve 1.30ms ./assets/react.svg -> E:/desktop/vite-semi.alpha/src/assets/react.svg +3s vite:resolve 1.27ms /src/assets/react.svg -> E:/desktop/vite-semi.alpha/src/assets/react.svg +1ms vite:resolve 1.14ms ./App.css -> E:/desktop/vite-semi.alpha/src/App.css +2ms vite:resolve 1.00ms /src/App.css -> E:/desktop/vite-semi.alpha/src/App.css +1ms vite:resolve 0.13ms @douyinfe/semi-ui -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/@douyinfe_semi-ui.js?v=97a5039e +1ms vite:resolve 0.09ms /node_modules/.vite/deps/@douyinfe_semi-ui.js?v=97a5039e -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/@douyinfe_semi-ui.js?v=97a5039e +0ms vite:hmr [self-accepts] src\App.tsx +0ms vite:import-analysis 16.67ms [6 imports rewritten] src\App.tsx +16ms vite:transform 1211.32ms /src/App.tsx +3s vite:cache [memory] /@react-refresh +0ms vite:cache [memory] react/jsx-dev-runtime +2ms vite:load 1.07ms [plugin] /src/assets/react.svg +1s vite:import-analysis 0.02ms [no imports] src\assets\react.svg +11ms vite:transform 0.36ms /src/assets/react.svg +7ms vite:cache [memory] react/jsx-dev-runtime +10ms vite:time 0.56ms /@id/__x00__react/jsx-dev-runtime +663ms vite:resolve 209.26ms @babel/runtime/helpers/esm/createClass -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime/helpers/esm/createClass.js +492ms vite:resolve 209.54ms @douyinfe/semi-foundation/lib/es/tooltip/tooltip.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +1ms vite:resolve 209.60ms copy-text-to-clipboard -> E:/desktop/vite-semi.alpha/node_modules/copy-text-to-clipboard/index.js +0ms vite:resolve 209.55ms @douyinfe/semi-foundation/lib/es/timePicker/ComboxFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/ComboxFoundation.js +0ms vite:resolve 209.57ms @douyinfe/semi-foundation/lib/es/timePicker/inputFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/inputFoundation.js +1ms vite:resolve 209.63ms lodash/without -> E:/desktop/vite-semi.alpha/node_modules/lodash/without.js +0ms vite:resolve 158.13ms date-fns/_lib/getTimezoneOffsetInMilliseconds/index.js -> E:/desktop/vite-semi.alpha/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds/index.js +408ms vite:resolve 156.57ms lodash/max -> E:/desktop/vite-semi.alpha/node_modules/lodash/max.js +162ms vite:resolve 156.64ms lodash/clone -> E:/desktop/vite-semi.alpha/node_modules/lodash/clone.js +0ms vite:resolve 156.65ms @babel/runtime/helpers/esm/possibleConstructorReturn -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0ms vite:resolve 241.37ms @babel/runtime/helpers/esm/getPrototypeOf -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +247ms vite:resolve 241.59ms lodash/uniq -> E:/desktop/vite-semi.alpha/node_modules/lodash/uniq.js +0ms vite:resolve 241.49ms react-dom -> E:/desktop/vite-semi.alpha/node_modules/react-dom/index.js +248ms vite:load 631.43ms [fs] /src/App.css +631ms vite:time 629.74ms /src/App.tsx +626ms vite:resolve 327.98ms @douyinfe/semi-foundation/lib/es/datePicker/inputFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/inputFoundation.js +334ms vite:resolve 328.22ms @babel/runtime/helpers/esm/inherits -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime/helpers/esm/inherits.js +1ms vite:resolve 328.10ms clsx -> E:/desktop/vite-semi.alpha/node_modules/clsx/dist/clsx.m.js +335ms vite:cache [memory] /src/assets/react.svg +960ms vite:time 1.62ms /src/assets/react.svg?import +334ms vite:resolve 323.70ms @douyinfe/semi-foundation/lib/es/datePicker/yearAndMonthFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/yearAndMonthFoundation.js +373ms vite:resolve 323.79ms @douyinfe/semi-foundation/lib/es/utils/Store -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/utils/Store.js +0ms vite:resolve 194.28ms @douyinfe/semi-foundation/lib/es/table/foundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/table/foundation.js +236ms vite:resolve 194.33ms @babel/runtime/helpers/esm/defineProperty -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1ms vite:resolve 194.35ms @douyinfe/semi-foundation/lib/es/datePicker/_utils/index -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/_utils/index.js +0ms vite:resolve 227.38ms lodash/isEqualWith -> E:/desktop/vite-semi.alpha/node_modules/lodash/isEqualWith.js +229ms vite:resolve 227.37ms @douyinfe/semi-foundation/lib/es/datePicker/monthsGridFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/monthsGridFoundation.js +0ms vite:resolve 227.23ms lodash/assign -> E:/desktop/vite-semi.alpha/node_modules/lodash/assign.js +0ms vite:resolve 141.09ms @douyinfe/semi-foundation/lib/es/table/table.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +155ms vite:resolve 116.95ms @douyinfe/semi-foundation/lib/es/datePicker/_utils/parser -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/_utils/parser.js +119ms vite:resolve 117.20ms invariant -> E:/desktop/vite-semi.alpha/node_modules/invariant/browser.js +0ms vite:resolve 21.42ms @babel/runtime/helpers/esm/toConsumableArray -> E:/desktop/vite-semi.alpha/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +98ms vite:resolve 105.40ms @douyinfe/semi-foundation/lib/es/datePicker/_utils/getDefaultFormatToken -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/_utils/getDefaultFormatToken.js +159ms vite:resolve 46.17ms lodash/isMap -> E:/desktop/vite-semi.alpha/node_modules/lodash/isMap.js +48ms vite:resolve 54.66ms @douyinfe/semi-foundation/lib/es/datePicker/_utils/getDefaultPickerDate -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/_utils/getDefaultPickerDate.js +56ms vite:resolve 146.19ms lodash/pull -> E:/desktop/vite-semi.alpha/node_modules/lodash/pull.js +416ms vite:resolve 146.23ms @douyinfe/semi-foundation/lib/es/table/tableSelectionCellFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/table/tableSelectionCellFoundation.js +1ms vite:resolve 80.33ms lodash/size -> E:/desktop/vite-semi.alpha/node_modules/lodash/size.js +82ms vite:resolve 88.59ms @douyinfe/semi-foundation/lib/es/datePicker/monthFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/monthFoundation.js +299ms vite:hmr [self-accepts] src\index.css +3s vite:import-analysis 0.49ms [0 imports rewritten] src\index.css +3s vite:transform 4450.42ms /src/index.css +3s vite:time 3292.38ms /src/index.css +2s vite:resolve 52.65ms @douyinfe/semi-foundation/lib/es/table/bodyFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/table/bodyFoundation.js +223ms vite:hmr [self-accepts] src\App.css +252ms vite:import-analysis 0.45ms [0 imports rewritten] src\App.css +253ms vite:transform 2916.98ms /src/App.css +252ms vite:time 2539.76ms /src/App.css +252ms vite:resolve 32.54ms lodash/findLastIndex -> E:/desktop/vite-semi.alpha/node_modules/lodash/findLastIndex.js +124ms vite:resolve 13.38ms lodash/stubTrue -> E:/desktop/vite-semi.alpha/node_modules/lodash/stubTrue.js +51ms vite:deps ✨ static imports crawl ended +38s vite:resolve 39.29ms @douyinfe/semi-foundation/lib/es/utils/shallowEqualObjects -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/utils/shallowEqualObjects.js +396ms vite:resolve 39.72ms @douyinfe/semi-foundation/lib/es/table/tableRowFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/table/tableRowFoundation.js +40ms vite:resolve 40.81ms @douyinfe/semi-foundation/lib/es/table/cellFoundation -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/table/cellFoundation.js +176ms vite:deps deps bundled in 39019.89ms +941ms vite:deps ✨ using post-scan optimizer result, the scanner found every used dependency +1ms vite:optimize-deps load E:/desktop/vite-semi.alpha/node_modules/.vite/deps/react.js +0ms vite:optimize-deps load E:/desktop/vite-semi.alpha/node_modules/.vite/deps/react-dom_client.js +1ms vite:optimize-deps load E:/desktop/vite-semi.alpha/node_modules/.vite/deps/react_jsx-dev-runtime.js +0ms vite:optimize-deps load E:/desktop/vite-semi.alpha/node_modules/.vite/deps/@douyinfe_semi-ui.js +0ms vite:deps ✨ dependencies optimized +5ms vite:load 7585.94ms [plugin] /node_modules/.vite/deps/react.js?v=e48a5cd4 +4s vite:resolve 0.22ms ./chunk-KD7XVJGB.js -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/chunk-KD7XVJGB.js?v=6603578b +5s vite:resolve 0.10ms /node_modules/.vite/deps/chunk-KD7XVJGB.js?v=6603578b -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/chunk-KD7XVJGB.js?v=6603578b +0ms vite:import-analysis 1.29ms [1 imports rewritten] node_modules\.vite\deps\react.js?v=e48a5cd4 +1s vite:transform 2.20ms /node_modules/.vite/deps/react.js?v=e48a5cd4 +1s vite:time 4991.66ms /node_modules/.vite/deps/react.js?v=e48a5cd4 +1s vite:optimize-deps load E:/desktop/vite-semi.alpha/node_modules/.vite/deps/chunk-KD7XVJGB.js +6ms vite:load 7590.75ms [plugin] /node_modules/.vite/deps/react-dom_client.js?v=80c1d9eb +5ms vite:resolve 0.19ms ./chunk-WMNN7CXD.js -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/chunk-WMNN7CXD.js?v=6603578b +4ms vite:resolve 0.10ms /node_modules/.vite/deps/chunk-WMNN7CXD.js?v=6603578b -> E:/desktop/vite-semi.alpha/node_modules/.vite/deps/chunk-WMNN7CXD.js?v=6603578b +0ms vite:import-analysis 2.12ms [2 imports rewritten] node_modules\.vite\deps\react-dom_client.js?v=80c1d9eb +5ms vite:transform 2.68ms /node_modules/.vite/deps/react-dom_client.js?v=80c1d9eb +5ms vite:time 4720.66ms /node_modules/.vite/deps/react-dom_client.js?v=80c1d9eb +5ms vite:optimize-deps load E:/desktop/vite-semi.alpha/node_modules/.vite/deps/chunk-WMNN7CXD.js +5ms vite:load 7591.54ms [plugin] /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=e48a5cd4 +5ms vite:import-analysis 1.61ms [1 imports rewritten] node_modules\.vite\deps\react_jsx-dev-runtime.js?v=e48a5cd4 +5ms vite:transform 2.34ms /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=e48a5cd4 +5ms vite:time 4507.54ms /node_modules/.vite/deps/react_jsx-dev-runtime.js?v=e48a5cd4 +5ms vite:load 10.15ms [plugin] /node_modules/.vite/deps/chunk-KD7XVJGB.js?v=6603578b +5ms vite:import-analysis 0.72ms [no imports] node_modules\.vite\deps\chunk-KD7XVJGB.js?v=6603578b +4ms vite:transform 1.61ms /node_modules/.vite/deps/chunk-KD7XVJGB.js?v=6603578b +4ms vite:load 9.19ms [plugin] /node_modules/.vite/deps/chunk-WMNN7CXD.js?v=6603578b +4ms vite:import-analysis 23.69ms [1 imports rewritten] node_modules\.vite\deps\chunk-WMNN7CXD.js?v=6603578b +31ms vite:transform 28.91ms /node_modules/.vite/deps/chunk-WMNN7CXD.js?v=6603578b +31ms vite:cache [memory] /node_modules/.vite/deps/chunk-KD7XVJGB.js?v=6603578b +4s vite:cache [memory] /node_modules/.vite/deps/chunk-KD7XVJGB.js?v=6603578b +1ms vite:time 0.69ms /node_modules/.vite/deps/chunk-KD7XVJGB.js?v=6603578b +40ms vite:cache [memory] /node_modules/.vite/deps/chunk-WMNN7CXD.js?v=6603578b +1ms vite:time 0.66ms /node_modules/.vite/deps/chunk-WMNN7CXD.js?v=6603578b +1ms vite:load 4796.07ms [plugin] /node_modules/.vite/deps/@douyinfe_semi-ui.js?v=97a5039e +61ms vite:resolve 1.50ms /node_modules/@douyinfe/semi-ui/lib/es/_base/base.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +236ms vite:resolve 1.49ms /node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +4ms vite:resolve 1.42ms /node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +3ms vite:resolve 1.43ms /node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +4ms vite:resolve 1.58ms /node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +4ms vite:resolve 1.45ms /node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +3ms vite:resolve 1.40ms /node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +4ms vite:resolve 1.37ms /node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +3ms vite:resolve 1.37ms /node_modules/@douyinfe/semi-foundation/lib/es/input/input.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +3ms vite:resolve 1.41ms /node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +4ms vite:resolve 1.42ms /node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +3ms vite:resolve 1.37ms /node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +3ms vite:resolve 1.37ms /node_modules/@douyinfe/semi-foundation/lib/es/button/button.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +4ms vite:resolve 1.41ms /node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +3ms vite:resolve 1.36ms /node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +3ms vite:resolve 1.51ms /node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +4ms vite:resolve 1.35ms /node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +4ms vite:resolve 1.33ms /node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +6ms vite:resolve 1.29ms /node_modules/@douyinfe/semi-foundation/lib/es/card/card.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +21ms vite:resolve 1.37ms /node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +3ms vite:resolve 1.51ms /node_modules/@douyinfe/semi-foundation/lib/es/space/space.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +6ms vite:resolve 1.37ms /node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +3ms vite:resolve 1.34ms /node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +3ms vite:resolve 1.36ms /node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +4ms vite:resolve 1.32ms /node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +3ms vite:resolve 1.51ms /node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +3ms vite:resolve 1.36ms /node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +3ms vite:resolve 1.34ms /node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +4ms vite:resolve 1.51ms /node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +3ms vite:resolve 1.33ms /node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +3ms vite:resolve 1.30ms /node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +6ms vite:resolve 1.33ms /node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +4ms vite:resolve 1.56ms /node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +3ms vite:resolve 1.32ms /node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +12ms vite:resolve 1.26ms /node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +3ms vite:resolve 2.13ms /node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +4ms vite:resolve 2.00ms /node_modules/@douyinfe/semi-foundation/lib/es/list/list.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +4ms vite:resolve 1.32ms /node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +3ms vite:resolve 1.29ms /node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +3ms vite:resolve 1.30ms /node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +3ms vite:resolve 1.33ms /node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +12ms vite:resolve 2.84ms /node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +8ms vite:resolve 1.45ms /node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +3ms vite:resolve 1.50ms /node_modules/@douyinfe/semi-foundation/lib/es/select/select.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +4ms vite:resolve 1.24ms /node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +3ms vite:resolve 1.25ms /node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +3ms vite:resolve 2.13ms /node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +5ms vite:resolve 1.37ms /node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +3ms vite:resolve 1.29ms /node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +6ms vite:resolve 1.29ms /node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +3ms vite:resolve 1.38ms /node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +7ms vite:resolve 1.28ms /node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +3ms vite:resolve 1.26ms /node_modules/@douyinfe/semi-foundation/lib/es/table/table.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +3ms vite:resolve 1.27ms /node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +3ms vite:resolve 1.71ms /node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +4ms vite:resolve 1.24ms /node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +5ms vite:resolve 1.25ms /node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +3ms vite:resolve 1.26ms /node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +3ms vite:resolve 1.35ms /node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +6ms vite:resolve 1.27ms /node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +3ms vite:resolve 1.24ms /node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +3ms vite:resolve 1.21ms /node_modules/@douyinfe/semi-foundation/lib/es/form/form.css -> E:/desktop/vite-semi.alpha/node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +3ms vite:import-analysis 492.24ms [64 imports rewritten] node_modules\.vite\deps\@douyinfe_semi-ui.js?v=97a5039e +550ms vite:transform 519.07ms /node_modules/.vite/deps/@douyinfe_semi-ui.js?v=97a5039e +552ms vite:time 4326.50ms /node_modules/.vite/deps/@douyinfe_semi-ui.js?v=97a5039e +569ms vite:cache [memory] /node_modules/.vite/deps/chunk-WMNN7CXD.js?v=6603578b +731ms vite:cache [memory] /node_modules/.vite/deps/chunk-KD7XVJGB.js?v=6603578b +0ms vite:load 34.30ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +835ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\_portal\portal.css +2s vite:import-analysis 0.53ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\_portal\portal.css +321ms vite:transform 1.17ms /node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +320ms vite:load 39.17ms [fs] /node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +5ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-icons\lib\es\styles\icons.css +4ms vite:import-analysis 0.65ms [0 imports rewritten] node_modules\@douyinfe\semi-icons\lib\es\styles\icons.css +5ms vite:transform 1.21ms /node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +4ms vite:load 43.54ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\typography\typography.css +4ms vite:import-analysis 0.54ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\typography\typography.css +4ms vite:transform 1.24ms /node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +4ms vite:load 47.50ms [fs] /node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-ui\lib\es\_base\base.css +4ms vite:import-analysis 0.75ms [0 imports rewritten] node_modules\@douyinfe\semi-ui\lib\es\_base\base.css +4ms vite:transform 1.78ms /node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +4ms vite:load 51.95ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +5ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\tooltip\tooltip.css +4ms vite:import-analysis 0.50ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\tooltip\tooltip.css +4ms vite:transform 1.15ms /node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +4ms vite:load 55.74ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\popover\popover.css +4ms vite:import-analysis 0.46ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\popover\popover.css +4ms vite:transform 1.03ms /node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +4ms vite:load 59.41ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\spin\spin.css +4ms vite:import-analysis 0.38ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\spin\spin.css +3ms vite:transform 0.87ms /node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +3ms vite:load 62.83ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\anchor\anchor.css +3ms vite:import-analysis 0.48ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\anchor\anchor.css +4ms vite:transform 1.11ms /node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +4ms vite:load 66.71ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\backtop\backtop.css +4ms vite:import-analysis 0.43ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\backtop\backtop.css +4ms vite:transform 0.96ms /node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +4ms vite:load 70.56ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\input\input.css +5ms vite:import-analysis 0.71ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\input\input.css +4ms vite:transform 1.93ms /node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +5ms vite:load 75.32ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +5ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\avatar\avatar.css +4ms vite:import-analysis 0.51ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\avatar\avatar.css +5ms vite:transform 1.35ms /node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +4ms vite:load 79.67ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +5ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\autoComplete\autoComplete.css +5ms vite:import-analysis 0.63ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\autoComplete\autoComplete.css +5ms vite:transform 1.56ms /node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +5ms vite:load 84.59ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +5ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\button\button.css +5ms vite:import-analysis 0.49ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\button\button.css +4ms vite:transform 1.45ms /node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +5ms vite:load 89.25ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\badge\badge.css +4ms vite:import-analysis 0.47ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\badge\badge.css +5ms vite:transform 1.11ms /node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +4ms vite:load 93.23ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\button\iconButton.css +4ms vite:import-analysis 0.62ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\button\iconButton.css +3ms vite:transform 1.32ms /node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +4ms vite:load 97.05ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\banner\banner.css +4ms vite:import-analysis 0.40ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\banner\banner.css +4ms vite:transform 0.94ms /node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +3ms vite:load 100.63ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\breadcrumb\breadcrumb.css +3ms vite:import-analysis 0.39ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\breadcrumb\breadcrumb.css +3ms vite:transform 0.89ms /node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +4ms vite:load 103.87ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\space\space.css +3ms vite:import-analysis 0.35ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\space\space.css +4ms vite:transform 0.77ms /node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +3ms vite:load 107.03ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\skeleton\skeleton.css +3ms vite:import-analysis 0.34ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\skeleton\skeleton.css +3ms vite:transform 0.78ms /node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +3ms vite:load 110.09ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\calendar\calendar.css +4ms vite:import-analysis 0.61ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\calendar\calendar.css +4ms vite:transform 1.62ms /node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +4ms vite:load 114.07ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\card\card.css +4ms vite:import-analysis 0.38ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\card\card.css +3ms vite:transform 0.82ms /node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +3ms vite:load 117.52ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\carousel\carousel.css +3ms vite:import-analysis 0.46ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\carousel\carousel.css +4ms vite:transform 1.14ms /node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +4ms vite:load 120.96ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\checkbox\checkbox.css +4ms vite:import-analysis 0.43ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\checkbox\checkbox.css +3ms vite:transform 1.14ms /node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +3ms vite:load 124.43ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\cascader\cascader.css +3ms vite:import-analysis 0.46ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\cascader\cascader.css +4ms vite:transform 1.11ms /node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +4ms vite:load 127.93ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\tagInput\tagInput.css +4ms vite:import-analysis 0.40ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\tagInput\tagInput.css +4ms vite:transform 0.99ms /node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +4ms vite:load 132.10ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\tag\tag.css +4ms vite:import-analysis 0.42ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\tag\tag.css +3ms vite:transform 1.02ms /node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +3ms vite:load 135.48ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\datePicker\datePicker.css +5ms vite:import-analysis 0.74ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\datePicker\datePicker.css +5ms vite:transform 2.52ms /node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +6ms vite:load 141.10ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +5ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\collapse\collapse.css +4ms vite:import-analysis 0.35ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\collapse\collapse.css +4ms vite:transform 0.80ms /node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +4ms vite:load 144.78ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\scrollList\scrollList.css +4ms vite:import-analysis 0.45ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\scrollList\scrollList.css +5ms vite:transform 1.07ms /node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +4ms vite:load 149.02ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\descriptions\descriptions.css +4ms vite:import-analysis 0.36ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\descriptions\descriptions.css +3ms vite:transform 0.86ms /node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +3ms vite:load 152.01ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\divider\divider.css +2ms vite:import-analysis 0.33ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\divider\divider.css +3ms vite:transform 0.76ms /node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +3ms vite:load 154.87ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\empty\empty.css +3ms vite:import-analysis 0.33ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\empty\empty.css +2ms vite:transform 0.70ms /node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +3ms vite:load 157.60ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\modal\modal.css +3ms vite:import-analysis 0.40ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\modal\modal.css +3ms vite:transform 0.88ms /node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +3ms vite:load 160.55ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\dropdown\dropdown.css +4ms vite:import-analysis 0.40ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\dropdown\dropdown.css +4ms vite:transform 0.87ms /node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +4ms vite:load 164.55ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\grid\grid.css +6ms vite:import-analysis 1.00ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\grid\grid.css +6ms vite:transform 3.30ms /node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +5ms vite:load 170.33ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +6ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\list\list.css +3ms vite:import-analysis 0.42ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\list\list.css +3ms vite:transform 0.92ms /node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +4ms vite:load 173.59ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\layout\layout.css +3ms vite:import-analysis 0.36ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\layout\layout.css +3ms vite:transform 0.79ms /node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +3ms vite:load 176.60ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\input\textarea.css +4ms vite:import-analysis 0.48ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\input\textarea.css +4ms vite:transform 1.47ms /node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +4ms vite:load 180.62ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\inputNumber\inputNumber.css +3ms vite:import-analysis 0.37ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\inputNumber\inputNumber.css +4ms vite:transform 0.83ms /node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +3ms vite:load 183.59ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\overflowList\overflowList.css +3ms vite:import-analysis 0.33ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\overflowList\overflowList.css +2ms vite:transform 0.69ms /node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +3ms vite:load 186.43ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\navigation\navigation.css +4ms vite:import-analysis 0.62ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\navigation\navigation.css +4ms vite:transform 1.62ms /node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +4ms vite:load 190.49ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\notification\notification.css +4ms vite:import-analysis 0.39ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\notification\notification.css +4ms vite:transform 0.93ms /node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +3ms vite:load 194.13ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\pagination\pagination.css +3ms vite:import-analysis 0.38ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\pagination\pagination.css +3ms vite:transform 0.80ms /node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +4ms vite:load 197.29ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\select\select.css +4ms vite:import-analysis 0.45ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\select\select.css +4ms vite:transform 1.18ms /node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +3ms vite:load 200.86ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\popconfirm\popconfirm.css +3ms vite:import-analysis 0.34ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\popconfirm\popconfirm.css +3ms vite:transform 0.77ms /node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +3ms vite:load 203.82ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\progress\progress.css +3ms vite:import-analysis 0.33ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\progress\progress.css +3ms vite:transform 0.77ms /node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +3ms vite:load 206.78ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\rating\rating.css +3ms vite:import-analysis 0.36ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\rating\rating.css +3ms vite:transform 0.79ms /node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +4ms vite:load 210.29ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\radio\radio.css +4ms vite:import-analysis 0.62ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\radio\radio.css +4ms vite:transform 1.61ms /node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +4ms vite:load 214.15ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\slider\slider.css +3ms vite:import-analysis 0.36ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\slider\slider.css +4ms vite:transform 0.84ms /node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +3ms vite:load 217.33ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\sideSheet\sideSheet.css +3ms vite:import-analysis 0.32ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\sideSheet\sideSheet.css +3ms vite:transform 0.78ms /node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +3ms vite:load 220.27ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\switch\switch.css +4ms vite:import-analysis 0.48ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\switch\switch.css +3ms vite:transform 1.28ms /node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +3ms vite:load 223.78ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\table\table.css +3ms vite:import-analysis 0.46ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\table\table.css +4ms vite:transform 1.26ms /node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +4ms vite:load 227.55ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\steps\steps.css +4ms vite:import-analysis 0.47ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\steps\steps.css +4ms vite:transform 1.18ms /node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +4ms vite:load 231.54ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\tabs\tabs.css +4ms vite:import-analysis 0.48ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\tabs\tabs.css +3ms vite:transform 1.14ms /node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +4ms vite:load 235.12ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\timeline\timeline.css +4ms vite:import-analysis 0.62ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\timeline\timeline.css +4ms vite:transform 1.26ms /node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +3ms vite:load 238.70ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\toast\toast.css +3ms vite:import-analysis 0.37ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\toast\toast.css +3ms vite:transform 0.85ms /node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +3ms vite:load 241.94ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\timePicker\timePicker.css +3ms vite:import-analysis 0.38ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\timePicker\timePicker.css +3ms vite:transform 0.81ms /node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +4ms vite:load 244.99ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +3ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\tree\tree.css +5ms vite:import-analysis 0.59ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\tree\tree.css +5ms vite:transform 2.02ms /node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +4ms vite:load 249.93ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +5ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\treeSelect\treeSelect.css +4ms vite:import-analysis 0.46ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\treeSelect\treeSelect.css +4ms vite:transform 1.30ms /node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +4ms vite:load 253.66ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +4ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\transfer\transfer.css +5ms vite:import-analysis 0.52ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\transfer\transfer.css +5ms vite:transform 1.22ms /node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +5ms vite:load 258.77ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +5ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\upload\upload.css +5ms vite:import-analysis 0.67ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\upload\upload.css +5ms vite:transform 1.65ms /node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +5ms vite:load 263.61ms [fs] /node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +5ms vite:hmr [self-accepts] node_modules\@douyinfe\semi-foundation\lib\es\form\form.css +3ms vite:import-analysis 0.49ms [0 imports rewritten] node_modules\@douyinfe\semi-foundation\lib\es\form\form.css +3ms vite:transform 1.36ms /node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +4ms vite:cache [memory] /node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +368ms vite:time 3.10ms /node_modules/@douyinfe/semi-ui/lib/es/_base/base.css +530ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +3ms vite:time 2.44ms /node_modules/@douyinfe/semi-foundation/lib/es/typography/typography.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +3ms vite:time 2.46ms /node_modules/@douyinfe/semi-foundation/lib/es/tooltip/tooltip.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +4ms vite:time 3.47ms /node_modules/@douyinfe/semi-foundation/lib/es/_portal/portal.css +5ms vite:cache [memory] /node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +5ms vite:time 3.58ms /node_modules/@douyinfe/semi-icons/lib/es/styles/icons.css +4ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +3ms vite:time 2.42ms /node_modules/@douyinfe/semi-foundation/lib/es/popover/popover.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +5ms vite:time 2.46ms /node_modules/@douyinfe/semi-foundation/lib/es/anchor/anchor.css +5ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +3ms vite:time 2.81ms /node_modules/@douyinfe/semi-foundation/lib/es/spin/spin.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +3ms vite:time 2.80ms /node_modules/@douyinfe/semi-foundation/lib/es/input/input.css +4ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +4ms vite:time 2.43ms /node_modules/@douyinfe/semi-foundation/lib/es/autoComplete/autoComplete.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +3ms vite:time 2.27ms /node_modules/@douyinfe/semi-foundation/lib/es/avatar/avatar.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +3ms vite:time 2.18ms /node_modules/@douyinfe/semi-foundation/lib/es/backtop/backtop.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +3ms vite:time 2.54ms /node_modules/@douyinfe/semi-foundation/lib/es/button/button.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +4ms vite:time 3.56ms /node_modules/@douyinfe/semi-foundation/lib/es/button/iconButton.css +5ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +3ms vite:time 2.33ms /node_modules/@douyinfe/semi-foundation/lib/es/badge/badge.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +3ms vite:time 2.29ms /node_modules/@douyinfe/semi-foundation/lib/es/banner/banner.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +4ms vite:time 2.50ms /node_modules/@douyinfe/semi-foundation/lib/es/breadcrumb/breadcrumb.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +3ms vite:time 2.46ms /node_modules/@douyinfe/semi-foundation/lib/es/card/card.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +4ms vite:time 2.81ms /node_modules/@douyinfe/semi-foundation/lib/es/calendar/calendar.css +4ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +3ms vite:time 2.27ms /node_modules/@douyinfe/semi-foundation/lib/es/skeleton/skeleton.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +2ms vite:time 2.16ms /node_modules/@douyinfe/semi-foundation/lib/es/space/space.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +3ms vite:time 2.13ms /node_modules/@douyinfe/semi-foundation/lib/es/carousel/carousel.css +2ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +3ms vite:time 2.23ms /node_modules/@douyinfe/semi-foundation/lib/es/cascader/cascader.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +4ms vite:time 3.05ms /node_modules/@douyinfe/semi-foundation/lib/es/checkbox/checkbox.css +4ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +3ms vite:time 2.25ms /node_modules/@douyinfe/semi-foundation/lib/es/tag/tag.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +3ms vite:time 2.13ms /node_modules/@douyinfe/semi-foundation/lib/es/tagInput/tagInput.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +4ms vite:time 3.26ms /node_modules/@douyinfe/semi-foundation/lib/es/collapse/collapse.css +4ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +4ms vite:time 3.18ms /node_modules/@douyinfe/semi-foundation/lib/es/scrollList/scrollList.css +4ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +3ms vite:time 2.79ms /node_modules/@douyinfe/semi-foundation/lib/es/datePicker/datePicker.css +4ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +4ms vite:time 2.44ms /node_modules/@douyinfe/semi-foundation/lib/es/descriptions/descriptions.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +3ms vite:time 2.25ms /node_modules/@douyinfe/semi-foundation/lib/es/divider/divider.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +2ms vite:time 2.18ms /node_modules/@douyinfe/semi-foundation/lib/es/empty/empty.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +4ms vite:time 2.39ms /node_modules/@douyinfe/semi-foundation/lib/es/modal/modal.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +3ms vite:time 2.68ms /node_modules/@douyinfe/semi-foundation/lib/es/dropdown/dropdown.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +3ms vite:time 2.21ms /node_modules/@douyinfe/semi-foundation/lib/es/grid/grid.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +3ms vite:time 2.38ms /node_modules/@douyinfe/semi-foundation/lib/es/layout/layout.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +3ms vite:time 2.13ms /node_modules/@douyinfe/semi-foundation/lib/es/list/list.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +3ms vite:time 2.63ms /node_modules/@douyinfe/semi-foundation/lib/es/input/textarea.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +3ms vite:time 2.65ms /node_modules/@douyinfe/semi-foundation/lib/es/inputNumber/inputNumber.css +4ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +3ms vite:time 2.33ms /node_modules/@douyinfe/semi-foundation/lib/es/navigation/navigation.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +3ms vite:time 2.23ms /node_modules/@douyinfe/semi-foundation/lib/es/notification/notification.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +5ms vite:time 3.37ms /node_modules/@douyinfe/semi-foundation/lib/es/overflowList/overflowList.css +4ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +2ms vite:time 2.16ms /node_modules/@douyinfe/semi-foundation/lib/es/radio/radio.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +4ms vite:time 2.76ms /node_modules/@douyinfe/semi-foundation/lib/es/pagination/pagination.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +3ms vite:time 2.36ms /node_modules/@douyinfe/semi-foundation/lib/es/select/select.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +2ms vite:time 2.23ms /node_modules/@douyinfe/semi-foundation/lib/es/popconfirm/popconfirm.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +3ms vite:time 2.12ms /node_modules/@douyinfe/semi-foundation/lib/es/progress/progress.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +3ms vite:time 2.01ms /node_modules/@douyinfe/semi-foundation/lib/es/rating/rating.css +2ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +3ms vite:time 2.27ms /node_modules/@douyinfe/semi-foundation/lib/es/sideSheet/sideSheet.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +3ms vite:time 2.87ms /node_modules/@douyinfe/semi-foundation/lib/es/slider/slider.css +4ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +3ms vite:time 2.25ms /node_modules/@douyinfe/semi-foundation/lib/es/steps/steps.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +3ms vite:time 2.15ms /node_modules/@douyinfe/semi-foundation/lib/es/switch/switch.css +2ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +3ms vite:time 2.08ms /node_modules/@douyinfe/semi-foundation/lib/es/table/table.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +3ms vite:time 2.35ms /node_modules/@douyinfe/semi-foundation/lib/es/tabs/tabs.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +3ms vite:time 2.47ms /node_modules/@douyinfe/semi-foundation/lib/es/timeline/timeline.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +3ms vite:time 2.51ms /node_modules/@douyinfe/semi-foundation/lib/es/timePicker/timePicker.css +4ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +3ms vite:time 2.19ms /node_modules/@douyinfe/semi-foundation/lib/es/toast/toast.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +3ms vite:time 2.14ms /node_modules/@douyinfe/semi-foundation/lib/es/tree/tree.css +2ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +3ms vite:time 2.35ms /node_modules/@douyinfe/semi-foundation/lib/es/treeSelect/treeSelect.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +3ms vite:time 2.13ms /node_modules/@douyinfe/semi-foundation/lib/es/upload/upload.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +3ms vite:time 2.52ms /node_modules/@douyinfe/semi-foundation/lib/es/transfer/transfer.css +3ms vite:cache [memory] /node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +3ms vite:time 2.21ms /node_modules/@douyinfe/semi-foundation/lib/es/form/form.css +3ms vite:time 3.87ms /vite.svg +512ms vite:time 3.04ms /src/assets/react.svg +0ms vite:deps ✨ static imports crawl ended +2s ```
pointhalo commented 2 years ago

@douyinfe/semi-ui@2.19.1-alpha.2 (相比alpha.0,移除了 semi-animation-react 相关的polyfill)

这个应该会有一些提升,但幅度可能不是很大了。

最早的版本会包含 corejs的polyfill,vite应该是又额外 compile了一下 corejs的内容,所以导致构建时长被拉长。

另外就是我们用的 lodash,而不是lodash-es,所以它也会转一次 cjs > esm,这里应该也有一定耗时。(实际上我们过去几年一直就是lodash-es的,但是因为需要兼容 nextJs的 使用,开源后又换回了 lodash。这个优化的空间不大了)

还有的话,除非我们将所有module 打成单个 esm module(目前是多个文件),这种做法应该也有较明显的提升。但是这个会改变产物目录结构,对现有用户会有一些影响。目前我们应该不考虑这么干。

pointhalo commented 2 years ago

另外,与 arco 的区别还有另外一个点:arco 侧是让用户自己在全局import css,要实现按需加载的话还需要配合 babel-plugin-import 使用,而 semi是每个组件的js 负责import 自己的css,用户只关心组件,不关心样式文件到底怎么处理。

在 vite dev场景下,就会有一个明显的区别,semi 会多很多 css 的请求,相应首次构建时长肯定也会有影响。(所以这个应该也会是你测试中,两个库表现会有区别的其中一个主要原因)

但在 webpack 场景不会,并且对于webpack场景,由 js / jsx 自己负责对应 import css 在使用上会省心很多。 这里相当于 是trade off,我们后续也不计划修改样式文件的引入方式。

guangzan commented 2 years ago

谢谢您的回复,但对我我这台老机器来说,我就得冷启动时间在1分钟多是完全可接受的,三分钟甚至更久会让我觉得哪里出了问题。所以,这个优化对于 semi 来说是可选的或者本来没必要做的。再次感谢!

Nayacco commented 2 years ago

同样的问题+1,我的机器不算太老,cpu:i5-9300H,启动后,terminal显示已经启动完成,但是页面白屏,等待一会还是出不来,于是杀掉terminal进程,重新启动,反复几次,最后直接摆烂,启动后不管了,等了将近一分钟后才出现页面

我觉得最坑爹是,terminal已经显示启动完成了,页面却是白屏。如果像webpack那样,terminal显示一直在打包,打包一分钟这个其实是可接受的。vite这样表现,在没有经验的情况下,只会怀疑是哪里出了问题。

pointhalo commented 2 years ago

同样的问题+1,我的机器不算太老,cpu:i5-9300H,启动后,terminal显示已经启动完成,但是页面白屏,等待一会还是出不来,于是杀掉terminal进程,重新启动,反复几次,最后直接摆烂,启动后不管了,等了将近一分钟后才出现页面

我觉得最坑爹是,terminal已经显示启动完成了,页面却是白屏。如果像webpack那样,terminal显示一直在打包,打包一分钟这个其实是可接受的。vite这样表现,在没有经验的情况下,只会怀疑是哪里出了问题。

这个就是构建工具本身的设定了,vite首次构建时,默认是请求后才构建。启动dev server与dependency构建是不互相阻塞的。跟webpack是有区别的。

pointhalo commented 2 years ago

2.19已经合入相关改动,其他剩余改进空间不大了。这个issue我就先关掉了。