The cache busting mechanism is gone, probably since the migration from require.js to browserify.
I have an idea of "where" to re-implement it but would like to discuss the "how".
Valentin
added a comment - The cache busting mechanism is gone, probably since the migration from require.js to browserify.
I have an idea of "where" to re-implement it but would like to discuss the "how".
production: the version number found in the package.json
snapshots: the version number found in the package.json + the js timestamp
development: js timestamp
Valentin
added a comment - cache bust flag is:
production: the version number found in the package.json
snapshots: the version number found in the package.json + the js timestamp
development: js timestamp
The cache busting mechanism is gone, probably since the migration from require.js to browserify.
I have an idea of "where" to re-implement it but would like to discuss the "how".