forked from verdnatura/hedera-web
Añadido hash al nombre de los chunks para evitar la cache de los navegadores
This commit is contained in:
parent
3050f6b677
commit
48f7ef122c
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.378-deb8) stable; urgency=low
|
hedera-web (1.379-deb8) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ module.exports =
|
||||||
output: {
|
output: {
|
||||||
path: path.join (__dirname, 'build'),
|
path: path.join (__dirname, 'build'),
|
||||||
filename: 'hedera-web.js',
|
filename: 'hedera-web.js',
|
||||||
chunkFilename: 'chunk.[id].js',
|
chunkFilename: 'chunk.[id].[chunkhash].js',
|
||||||
publicPath: devMode ? 'http://localhost:8080/build/' : 'build/',
|
publicPath: devMode ? 'http://localhost:8080/build/' : 'build/',
|
||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
|
|
Loading…
Reference in New Issue