Skip to content
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

Add the ability to pass next configuration to production builds #2345

Merged
merged 1 commit into from
Jun 23, 2017

Conversation

reel
Copy link
Contributor

@reel reel commented Jun 22, 2017

We added support to pass a custom configuration as an object in development in PR #2058.

If we try to build a production release, we should be able to pass the same or a modified object to the production builder.

At the moment, it's only working in development and creating production builds fails...

@arunoda
Copy link
Contributor

arunoda commented Jun 23, 2017

Great.

@arunoda arunoda merged commit d2149da into vercel:v3-beta Jun 23, 2017
@arunoda
Copy link
Contributor

arunoda commented Jun 23, 2017

BTW: Do we need to add this to the exports too?
Since we read export paths from it, I think that's also needed.
Could you send a PR for that as well?

@reel
Copy link
Contributor Author

reel commented Jun 23, 2017

I think that the use case is pretty low as you need to import dist/server/build/ and build before you start...

If you really feel like we should export that, I don't really get where to export it.

@arunoda
Copy link
Contributor

arunoda commented Jun 23, 2017

Hmm.
Yep. You are correct.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants