You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- no `import.meta.env`: `import.meta.env` is a Vite feature, use `process.env` instead
339
-
- no `plugins`: plugins are not applied because there is no transformation phase, use [customization hooks](https://nodejs.org/api/module.html#customization-hooks) via [`execArgv`](/config/execargv) instead
340
-
- no `alias`: aliases are not applied because there is no transformation phase
341
-
-`istanbul` coverage provider doesn't work because there is no transformation phase, use `v8` instead
342
-
-`vi.resetModules()`: there is no API to invalidate ES modules from the module cache
343
-
>>>>>>> 12702e8515ef30e22866b894ec4ebe4086f3c6ff
336
+
--`vi.resetModules()`:没有 API 可以从模块缓存中使 ES 模块失效there
0 commit comments