chore: upgrade to nuxt v3.2.0 (#1684)

This commit is contained in:
Daniel Roe 2023-02-09 18:47:59 +01:00 committed by GitHub
parent 4400818a31
commit 44c3dd762e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 530 additions and 421 deletions

View file

@ -72,15 +72,6 @@ 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: {