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

fix compatibility issue with webpack 4 #62

Merged
merged 2 commits into from
Mar 4, 2018
Merged

fix compatibility issue with webpack 4 #62

merged 2 commits into from
Mar 4, 2018

Commits on Feb 28, 2018

  1. fix compatibility issue with webpack 4

    `this.option.context` has been deprecated since webpack 3, it's been
    replaced by `this.rootContext` in webpack 4.
    S0yKaf committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    790cc07 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

  1. add backwards compatibility

    S0yKaf committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    05f9b2a View commit details
    Browse the repository at this point in the history