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

cli: fix watch options for array config #892

Merged
merged 1 commit into from May 27, 2019

Commits on May 24, 2019

  1. cli: fix watch options for array config

    Issue #4594 points out that watch options aren't being honored when the
    Webpack config is an Array. In cases when it's an array, there may not
    be a firstOptions.watchOptions, but there will be an options.watchOptions.
    
    In the current implementation, when the Webpack compiler watch method is
    called with watchOptions and the Webpack config is an array, watchOptions
    will be `true` and not an object.
    chaseadamsio committed May 24, 2019
    Copy the full SHA
    bb675fc View commit details
    Browse the repository at this point in the history