mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
disable nuxt compression
This commit is contained in:
parent
bd9be315f0
commit
44581495f4
1 changed files with 4 additions and 1 deletions
|
@ -40,7 +40,10 @@ module.exports = {
|
|||
{ src: '@/plugins/v-calendar', ssr: false }, // calendar, fix ssr
|
||||
'@/plugins/i18n.js'
|
||||
],
|
||||
compression: false,
|
||||
|
||||
render: {
|
||||
compressor: false
|
||||
},
|
||||
/*
|
||||
** Nuxt.js modules
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue