-
Notifications
You must be signed in to change notification settings - Fork 138
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
feat(debug): never minify in debug mode #629
Conversation
|
Coverage Report
File Coverage
|
commit: |
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.
LGTM Thanks
@@ -42,7 +42,11 @@ const externals = [ | |||
"next/dist/compiled/next-server", | |||
]; | |||
|
|||
export async function bundleNextServer(outputDir: string, appPath: string) { | |||
export async function bundleNextServer( |
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.
FYI this function should not be necessary in the future. Next should provide us directly with an already bundled NextServer
in the future
Thanks for the review! |
No description provided.