Disabled prefetching of showdown / translations

This commit is contained in:
Eliot Berriot 2018-12-20 16:38:13 +01:00
parent 59087353f0
commit 42a9c1f922
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ module.exports = {
},
chainWebpack: config => {
config.optimization.delete('splitChunks')
console.log(config.plugins)
config.plugins.delete('prefetch-embed')
config.plugins.delete('prefetch-index')
},
configureWebpack: {
plugins: plugins,