serpcompany / serp-nuxt-template

A Nuxt website template
1 stars 0 forks source link

just a double-check on our configs #33

Closed devinschumacher closed 1 month ago

devinschumacher commented 1 month ago

"Nuxt uses nuxt.config.ts file as the single source of truth for configurations and skips reading external configuration files." - reference

So wanted to link a few things to make sure we considered them.

How to configure with nuxt.config.ts + nuxt defaults we should probably keep?:

dawaltconley commented 1 month ago

Looks like this only affects configs for nitro, postcss, vite, and webpack (and typescript, sort of, but we're already extending their generated config). Eslint / prettier etc configured normally; "single source of truth" a little misleading in that case.