1209 Commits

Author SHA1 Message Date
David Calavera
f1abda39fe
Fix Yarn dependencies.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-10-31 16:22:39 -07:00
Andrey Okonetchnikov
434f45c97c Webpack optimizations (#140)
* Less repetition in webpack configs. Minify CSS classnames in production.

* Ignore all optional deps of moment.js. Fixes #138

* Added target to webpack config

* Automatically extract all 3rd party modules into a separate 'vendor' chunk

* Inline only assets that are smaller than 10KB

* Added autoprefixer options

* Replaced sinfle babel transforms with the stage-1 preset. Cleaned up webpack configs.

* Do not include hot module replacement in production
2016-10-26 15:51:35 -02:00
Andrey Okonetchnikov
2e1d98ac7e Added fsevents as an optional dependency to fix high CPU usage by the node process on Macs 2016-10-25 10:44:09 +02:00
Andrey Okonetchnikov
40c06ed1e2 Updated yarn.lock 2016-10-24 12:17:00 +02:00
Cássio Souza
2c8cdfc15e Webpack for production build (#134)
* Webpack config for production build
2016-10-21 21:18:45 -02:00
Andrey Okonetchnikov
188fec4529 [feature] Better loading indicator
- Use react-topbar-progress-indicator as a global loading indicator.
- Added a global reducer that only holds `isFetching` for now.
- Display loading indicator on any `*_REQUEST` actions.
- Closes #103
2016-10-20 18:52:24 +02:00
Andrey Okonetchnikov
8c793f8966 Updated yarn.lock 2016-10-20 12:19:57 +02:00
Andrey Okonetchnikov
0d525bdad1 Run yarn instead of npm on Travis CI 2016-10-14 13:35:43 +02:00
Andrey Okonetchnikov
9565b1d68f Added yarn.lock file 2016-10-13 11:21:04 +02:00