Merge pull request #398 from nextcloud/bugfix/373/chunk-hashes

Use chunkhash to properly trigger reload of webpack chunks on upgrade
pull/400/head
Julius Härtl 2019-02-06 14:06:06 +01:00 zatwierdzone przez GitHub
commit 27d78624fd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,8 @@ module.exports = {
output: {
path: path.resolve(__dirname, './js'),
publicPath: '/js/',
filename: 'social.js'
filename: 'social.js',
chunkFilename: '[name].[chunkhash].js'
},
module: {
rules: [