Cache manifest.json

This commit is contained in:
Ken-Håvard Lieng 2020-05-05 03:31:14 +02:00
parent 010bb6a102
commit d98312f99b
2 changed files with 31 additions and 37 deletions

File diff suppressed because one or more lines are too long

View File

@ -90,13 +90,7 @@ module.exports = {
revision: '__INDEX_REVISON__'
}
],
exclude: [
/\.map$/,
/^manifest.*\.js(?:on)?$/,
/^boot.*\.js$/,
/^runtime.*\.js$/,
/\.txt$/
]
exclude: [/\.map$/, /^boot.*\.js$/, /^runtime.*\.js$/, /\.txt$/]
})
],
optimization: {