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

This commit is contained in:
Daniel Roe 2023-02-12 12:56:29 +01:00 committed by GitHub
parent 73dc060578
commit efaeb67261
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 530 additions and 420 deletions

View file

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