Replies: 1 comment 3 replies
-
Rsbuild does not provide an "unbundle mode". Are you using Rslib? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
prisma 会在 src 的同级目录生成一个 generated 文件
tsconfig.json
代码
import a from '@generated/prisma';
在 unbundle 模式下不会自动转换,导致构建产物无法执行:Beta Was this translation helpful? Give feedback.
All reactions