Skip to content
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

Huge amount of rewriting during build #79

Open
Dino-Kupinic opened this issue Mar 30, 2024 · 2 comments
Open

Huge amount of rewriting during build #79

Dino-Kupinic opened this issue Mar 30, 2024 · 2 comments
Labels
question Further information is requested

Comments

@Dino-Kupinic
Copy link

Build takes quite a while because of this. (I have quite a powerful PC)
(The screenshot only shows around 1/3 of the output)

image

@DanielRivers
Copy link
Collaborator

Hi @Dino-Kupinic,

Could you share you ts-config please? I don't experience this issue locally.

@DanielRivers DanielRivers added the question Further information is requested label Apr 6, 2024
@Dino-Kupinic
Copy link
Author

Hi @Dino-Kupinic,

Could you share you ts-config please? I don't experience this issue locally.

tsconfig:

{
  // https://nuxt.com/docs/guide/concepts/typescript
  "extends": "./.nuxt/tsconfig.json"
}

nuxt config:

// ...
typescript: {
  typeCheck: true,
  strict: true,
},
// ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants