-
### Version
Vben Admin V5
### Description
1. 包`@vben/vite-config`: `library`配置中提供`preset`选项以接收一个字符串,或者`plugins`选项数组元素允许传入预置的字符串(类似于**unplugin import**)
2. 目录`apps`: 提供`nestjs + vite`项目模板,有简单的`jwt`…
-
# 🌈 Feature
Provide an official Vite template
Similar to other templates
No
-
vite 4.0.0
node v17.0.0
配置按 readme 里来的,错误信息如下:
Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/yangbin/coding/dmail/dmail-server/web/node_modules/import-meta-resolve/index.js from /Users/y…
-
### Describe the bug
Testing a component that imports latest `path-to-regexp`, and that also mocks some modules.
This results in error:
```
TypeError: Failed to fetch dynamically imported modu…
-
Hi, a newbie learner here.
I was exploring this project and trying to deploy it on production to vercel. Although, I could make it run on development, but could not figure out how to run the build …
-
### Clear and concise description of the problem
- for some projects custom block code is not the right way
- if we want place locale files in separate directory, we need to use "global" access, so …
-
I ran into the issue, that my SCSS was not being added to the markup and struggled to find out why.
Please correct me if i am wrong, but it seems that the following code (which was the only one han…
-
### Describe the bug
**Code Snippet:**
```javascript
// main.ts
(async function load() {
console.log("[1] run main.ts");
const asyncAction = await import("./asyncAction");
asyncAction…
-
In version 2.4.1 with PR #281 I get the following warning when running my Vite build.
```
Module level directives cause errors when bundled, "use client" in "node_modules/react-hot-toast/dist/index.…
-
Hello,
I'm experiencing an import error when trying to use `@gravity-ui/uikit` in my project. Upon starting the dev server, I encounter the following errors:
```
(node:7648) Warning: To load an…