0
1
Fork 0

Añadido hash al nombre de los chunks para evitar la cache de los navegadores

This commit is contained in:
Juan Ferrer Toribio 2016-10-21 10:44:53 +02:00
parent 3050f6b677
commit 48f7ef122c
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.378-deb8) stable; urgency=low hedera-web (1.379-deb8) stable; urgency=low
* Initial Release. * Initial Release.

View File

@ -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: {