Files
freeCodeCamp/client/.gitignore
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

17 lines
221 B
Plaintext

# Project dependencies
.cache
node_modules
yarn-error.log
config/env.json
config/frame-runner.json
config/sass-compile.json
config/test-evaluator.json
# Build directory
/public
.DS_Store
/static/js
./static/_redirects