* 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.
17 lines
221 B
Plaintext
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
|