Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Fix production build #265

Merged
merged 2 commits into from
Dec 7, 2018
Merged

Fix production build #265

merged 2 commits into from
Dec 7, 2018

Commits on Dec 2, 2018

  1. Fix production build

    The production build failing was the result of a bug related to an older version react-scripts not playing nice with the latest version of graphql (graphql/graphql-js#1248).
    
    Updating to the latest version of react-scripts (v2.1.1) fixed the bug. It also reduces the production build *considerably* (from over 1mb down to 48kb).
    Adam Soffer committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    4934f04 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Downgrade babel-preset-react-app to 3.1.0

    Adam Soffer committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    8eac766 View commit details
    Browse the repository at this point in the history