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