Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Pass in webpack config file via command line parameter #6

Merged
merged 1 commit into from
Oct 4, 2016

Conversation

lukastaegert
Copy link
Contributor

@lukastaegert lukastaegert commented Sep 1, 2016

@dtinth This is an improved version of my previous pull request #4 using yargs as you recommended.

In order to use different configurations within the same project, this pull request enables the specification of a config file via a --config command line option.

Possible use cases:

  • Specify a non-standard config file location
  • Run test-bed with different sub-sets of tests (unit and integration tests...) that also may require different configurations

@gkawin this should also fix #5 .

… line parameter to enable the use of different configurations within the same project
@lukastaegert
Copy link
Contributor Author

Any news?

@lukastaegert
Copy link
Contributor Author

@dtinth Some - any - feedback would be nice (such as: we currently have no resources to look into this, or: this will never be implemented, or basically anything)

@lukastaegert
Copy link
Contributor Author

@dtinth just a reminder, this pull request would still be highly appreciated

@dtinth
Copy link
Contributor

dtinth commented Oct 4, 2016

Thanks a lot for the reminder — and the PR.

I’m so sorry for leaving this PR unupdated. I miss a lot of updates on GitHub recently. 😭
I apologize if I made you feel that your contributions are neglected. Sorry again T_T

I’ll review them shortly.

@dtinth
Copy link
Contributor

dtinth commented Oct 4, 2016

I tested with our internal codebase and it works!

I’ll merge it and release a new version then.

Thank you for being patient with me.

@dtinth dtinth merged commit 1f52212 into taskworld:master Oct 4, 2016
@dtinth
Copy link
Contributor

dtinth commented Oct 4, 2016

Released test-bed@0.7.0 🎉

@lukastaegert
Copy link
Contributor Author

No problem, thanks 👍🏼

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.

how to use webpack config file from other source or sub folder.
2 participants