fec: enable useFileHash
this commmit enable useFileHash in fec.config.js - when set it to true Webpack will append a hash (a unique identifier) to the filename based on its content. This helps prevent the browser from using an outdated cached version of a file when its content has changed.
This commit is contained in:
parent
19613366af
commit
7d2ca8f1ee
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ if (process.env.SENTRY_AUTH_TOKEN) {
|
|||
module.exports = {
|
||||
sassPrefix: '.imageBuilder',
|
||||
debug: true,
|
||||
useFileHash: false,
|
||||
useFileHash: true,
|
||||
/*
|
||||
mockServiceWorker.js will be served from /beta/apps/image-builder, which
|
||||
will become its default scope. Setting the Service-Worker-Allowed header to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue