diff --git a/nuxt.config.js b/nuxt.config.js index 73ea1770..fadd8bdb 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -96,6 +96,8 @@ module.exports = { splitChunks: { layouts: true }, + parallel: true, + hardSource: true, cache: true } }