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 build for Gatsby (WebPack v1). #1107

Merged
merged 1 commit into from
Feb 21, 2018
Merged

Fix build for Gatsby (WebPack v1). #1107

merged 1 commit into from
Feb 21, 2018

Commits on Feb 14, 2018

  1. Fix build for Gatsby (WebPack v1).

    WebPack version 1, which Gatsby is using, has the Acorn parser set to
    parse ES6 and lower. The latest version of WebPack supports parsing up
    to ES2017 and lower (webpack/lib/Parser.js), but Gatsby isn't using it.
    tech4him1 committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    8d74a32 View commit details
    Browse the repository at this point in the history