From 48f7ef122c5a3502311b6e93d96d04a674951a5c Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Fri, 21 Oct 2016 10:44:53 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1adido=20hash=20al=20nombre=20de=20los=20?= =?UTF-8?q?chunks=20para=20evitar=20la=20cache=20de=20los=20navegadores?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 2 +- webpack.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1d658f3e..48dd67f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.378-deb8) stable; urgency=low +hedera-web (1.379-deb8) stable; urgency=low * Initial Release. diff --git a/webpack.config.js b/webpack.config.js index c00bf431..98678f2c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -10,7 +10,7 @@ module.exports = output: { path: path.join (__dirname, 'build'), filename: 'hedera-web.js', - chunkFilename: 'chunk.[id].js', + chunkFilename: 'chunk.[id].[chunkhash].js', publicPath: devMode ? 'http://localhost:8080/build/' : 'build/', }, module: {