-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More details about the option inlineDependencies
#376
Comments
For anyone else experiencing the same warning, create a import { defineBuildConfig } from "unbuild"
export default defineBuildConfig({
rollup: {
inlineDependencies: true
}
}) I agree that explaining what this config does would be beneficial 😅 |
Are you using alias? I just found out that it missed the case of using an alias, which is one of the reasons that led to this issue. I think maybe I should open a bug issue to talk about it. |
@s3xysteak I wasn't! |
Thanks for explaining @edorgeville. @s3xysteak moving this to #398 for single tracker. |
Describe the change
I had a build error :
Inlined implicit external
. And I google it and found a unocss dev issue, which have the similar problem as mine. In the end of the issue it said a commit fixed it:I tried it on my project and it fixed it too.
I thought that is a rollup option but I cannot find it. So I think that is a new options of
unbuild
. But it do not provide any comments.Could you provide more details about it? Thank you!
URLs
unbuild/src/types.ts
Line 51 in bfb4a34
Additional information
The text was updated successfully, but these errors were encountered: