Skip to content

Commit

Permalink
fix(flow): rename src/index.js to gymnast.js
Browse files Browse the repository at this point in the history
Since webpack outputs a file called `gymnast.js`, the src file needs to be named the same so that when we output flow files, we get `gymnast.js` (webpack output) next to `gymnast.js.flow` (flow types generated from src).

Alternatively, we could update webpack to output a file named `index.js.
  • Loading branch information
arahansen authored Feb 23, 2018
1 parent b809329 commit 89e5b6a
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 89e5b6a

Please sign in to comment.