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

feat: add support for specifying the webpack config url #11

Closed
wants to merge 1 commit into from

Conversation

cecilia-sanare
Copy link

@cecilia-sanare cecilia-sanare commented Oct 13, 2016

This also adds support for using .zuul.yml in conjunction with webpack.config.js! 🎉

Example .zuul.yml config

# ...
builder: zuul-builder-webpack
webpack: ./webpack.test.config

Example zuul.config.js

module.exports = {
  // ...
  builder: 'zuul-builder-webpack',
  webpack: './webpack.test.config.js'
};

this closes #10

This also adds support for using `.zuul.yml` in conjunction
with `webpack.config.js`! 🎉
@cecilia-sanare
Copy link
Author

Ping @andreypopp, can you look at this when you get the chance?

@cecilia-sanare
Copy link
Author

Don't use this package anymore and PR has been open for ~1 year.

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

Successfully merging this pull request may close these issues.

Add the ability to specify the webpack config as a path string
1 participant