justin
Are certain properties of the layer nuxt.config.ts ignored?
My Nuxt Layer has defined the following in
nuxt.config.ts
When I extend this layer in my project however, it doesn't seem that it is taking this config into account. I have to redefine this one in my project for it to treat my project as Nuxt 4.4 replies
Is there a way to share my .editorconfig file from my layer to my project?
I have started working on a Nuxt 3 Layer which I plan to use as a base for many of my future Nuxt projects. Is there a way that I can maintain an
.editorconfig
file in the layer and have each of my future projects make use of this file somehow?
Perhaps more generally I would wonder if there is a way I can copy over files from an NPM package into my local project when I am installing the layer for the first time.8 replies