-
Notifications
You must be signed in to change notification settings - Fork 67
use configurable functionsDir and publishDir throughout NoN #89
use configurable functionsDir and publishDir throughout NoN #89
Conversation
return loadConfig(PHASE_PRODUCTION_BUILD, resolve(".")); | ||
}; | ||
|
||
module.exports = getNextConfig; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i thought i'd want and need this file in another part but ended up not using it here (except calling from getNextDistDir). this is a function i'm also adding in the i18n work so we can leave it :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good (except for a small typo), that's amazing!
We might want to update the README.md
and udpate the two issues asking for this feature too :)
ok yes ill push up a README commit. when updating the issues that have asked for this feature, are you suggesting we point them to the plugin? otherwise their issue isn't really resolved directly through NoN right? |
Maybe we should update the CLI entrypoint to include those two new options as CLI flags? Like this, we could document it in the |
Yes, this makes sense! 👍 |
cc: @FinnWoelm
this is needed for opennextjs/opennextjs-netlify#43