Skip to content
Snippets Groups Projects
Verified Commit 42a9c1f9 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Disabled prefetching of showdown / translations

parent 59087353
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,9 @@ module.exports = { ...@@ -37,6 +37,9 @@ module.exports = {
}, },
chainWebpack: config => { chainWebpack: config => {
config.optimization.delete('splitChunks') config.optimization.delete('splitChunks')
console.log(config.plugins)
config.plugins.delete('prefetch-embed')
config.plugins.delete('prefetch-index')
}, },
configureWebpack: { configureWebpack: {
plugins: plugins, plugins: plugins,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment