fix: revert upgrade to nuxt v3.2.0 (#1692)
This commit is contained in:
parent
44c3dd762e
commit
9578ed1e5d
5 changed files with 421 additions and 530 deletions
|
@ -72,6 +72,15 @@ export default defineNuxtConfig({
|
|||
},
|
||||
build: {
|
||||
target: 'esnext',
|
||||
rollupOptions: {
|
||||
output: {
|
||||
manualChunks: (id) => {
|
||||
// TODO: find and resolve issue in nuxt/vite/pwa
|
||||
if (id.includes('.svg') || id.includes('entry'))
|
||||
return 'entry'
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
postcss: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue