mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 16:57:18 +02:00
Disabled prefetching of showdown / translations
This commit is contained in:
parent
59087353f0
commit
42a9c1f922
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue