Skip to content

Commit

Permalink
fix(update): update preload optimization
Browse files Browse the repository at this point in the history
- added package `@nuxtjs/critters`
  • Loading branch information
ThornWalli committed Jun 13, 2023
1 parent 199072d commit f384973
Show file tree
Hide file tree
Showing 11 changed files with 485 additions and 657 deletions.
16 changes: 12 additions & 4 deletions build.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,23 @@ export default {
'glob',
'consola',
'change-case',
'pathe',
'hash-sum',
'probe-image-size',
'vue3-lazy-hydration',

// package
'@nuxt/image',
'@nuxtjs/critters',
'browserslist-useragent-regexp',
'deepmerge',
'cheerio',
'defu',
'dom-serializer',
'dynamic-class-list',
'probe-image-size',
'htmlparser2',
'image-meta',
'pathe',
'serialize-to-js',
'sort-css-media-queries',
'vue-lazy-hydration'
'vue3-lazy-hydration'
]
};
Loading

0 comments on commit f384973

Please sign in to comment.