Cache manifest.json
This commit is contained in:
parent
010bb6a102
commit
d98312f99b
File diff suppressed because one or more lines are too long
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue