f31d2c517d
Summary: A few changes were made to code that is correct (as far as I can tell), but for which Flow can no longer infer a type parameter. The change is a bit more annoying than it otherwise would be, because this particular file is run directly via node and so must use Flow’s comment syntax for type annotations, but Prettier breaks such comments in the cases that we need. We work around this by rewriting the original code to avoid the need for comments. Test Plan: In addition to standard CI, run `yarn build` and then run a server from `build/`, to see that the production build produces a working bundle. (That the app loads and renders is sufficient.) wchargin-branch: upgrade-flow-v0.72.0 |
||
---|---|---|
.. | ||
jest | ||
babel.js | ||
env.js | ||
paths.js | ||
polyfills.js | ||
travis.js | ||
webpack.config.backend.js | ||
webpack.config.dev.js | ||
webpack.config.prod.js | ||
webpackDevServer.config.js |