Commit Graph

6 Commits

Author SHA1 Message Date
Oliver Eyton-Williams
fffc0e51ec chore(client): refactor & organise config (#40875) 2021-02-03 15:22:07 +05:30
Oliver Eyton-Williams
687c4fdb98 fix(client): add cache-busting hashes to chunks (#37746)
* fix(client): add cache-busting hashes to chunks

* fix: create cache-busting names for the workers

Prior to this PR the first webpack compilation gave the workers static
names.  This can cause caching problems, so this PR adds hashes to
their names to invalidate the cache.

In order for Gatsby to find them, the names are added to the
config directory.
2019-11-15 01:43:44 +05:30
Valeriy
ecadba95db fix(client): prevent endless SASS conversion 2018-11-12 12:44:00 +00:00
Bouncey
deff9a92a9 chore(git): Update .gitignores 2018-10-09 09:49:01 +01:00
Bouncey
435e856cdb feat(env): Make env vars available to client app 2018-09-06 16:07:03 +01:00
Bouncey
e59ad6ebda chore(client): Move client app to /client 2018-09-03 17:47:48 +05:30