Conversation
| }, | ||
| outputFiles: { | ||
| serverApp: { | ||
| include: [".next/standalone"], |
There was a problem hiding this comment.
I'm assuming we're already moving in .next/static and public.
Also, let's only do this for developers manually specifying output: "standalone" for now, so we aren't breaking anyone. I see if I can wrap the draft MSA today.
There was a problem hiding this comment.
We’re actually moving everything else still, the only thing we’re removing with this change is the root dir’s node_modules.
Isn’t that extra in all cases so this shouldn’t break anyone?
annajowang
left a comment
There was a problem hiding this comment.
one documentation nit
|
It breaks monorepo setup. |
* Filter out node_modules * lint and update test * add comment
* Revert "Filter out node_modules (firebase#346)" This reverts commit 96c420b. * bump nextjs adapter version to 14.0.16
Filters out all directories other than .next/standalone, in practice this will pretty much only delete the extra node_modules in the root directory, improving build speeds