-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
nuxi generate
does not create .output
directory anymore
#32
Comments
related: #31 |
I'm also having this problem, although I've not added
I can use |
@jegardiner I was able to to use @danielroe is this intended behavior? |
The |
@dargmuesli hmm did you set BTW This is just a temporary workaround using the old |
Yes, I have |
Rereading your question, for this workaround to work you need to change your Leaving it at You might also need to add BTW as an aside, the Bridge Docs say to put the |
I guess |
BREAKING CHANGE: `nuxi generate` now behaves differently using nitro prerendering instead of the Nuxt 2 full-static approach. If you would like to keep the Nuxt 2 generation logic while still using nitro, you can run `nuxi generate --classic` or set `bridge.nitroGenerator` to `false`. resolves #322, resolves #31, resolves #32, resolves #375, resolves #356
Environment
2.16.0-27358576.777a4b7f
3.0.0-27495976.e31c604
0.2.5
Reproduction
As the linked, simple renovate-PR highlights the issue, I don't think another repro is needed. If it is, feel free to tell me.
Describe the bug
After upgrading
@nuxt/bridge
I receive the errorFATAL [nitro] Please use nuxt generate for static target
, which I (kinda) already do (nuxi generate
).Later on in the same build I now receive a webpack error originating from
@nuxt/bridge
, which I can "fix" by adding@nuxt/bridge
to thebuild.transpile
array.After doing so tough, there is no
.output
directory created anymore.Additional context
Sounds similar to nuxt/nuxt#13708.
Logs
The text was updated successfully, but these errors were encountered: