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 API function for loading config file #865

Closed
Victorystick opened this issue Aug 17, 2016 · 3 comments
Closed

Add API function for loading config file #865

Victorystick opened this issue Aug 17, 2016 · 3 comments

Comments

@Victorystick
Copy link
Contributor

As per a Gitter suggestion, we could move the logic to load arollup.config.js file out of the Rollup CLI code and into the library itself. That would make it easier for other people to use, and would decrease the amount of CLI-unique code by quite a bit. It may also make the code easier to test since we're only concerned with loading a set of options, and not actually bundling anything.

@TrySound
Copy link
Member

Ref #828

@snuggs
Copy link

snuggs commented Aug 19, 2016

I concur. MUCH easier solution. Does this create a dependency PR with the cli? Curious where are the suspect lines within the respective repository. Curious to see how this plays out so I can begin contributing as much as I can ;-)

@fregante
Copy link

fregante commented Aug 24, 2016

Duplicate of #761 too. May be best to merge all into one issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants