Merge remote-tracking branch 'origin/master' #12
Annotations
9 errors
|
build
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
|
|
build
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
build
- Using dynamic import() to code-split the application
|
|
build
(!) Some chunks are larger than 500 kB after minification. Consider:
|
|
|
|
build
Either change the import in "src/components/ControlBar.vue?vue&type=script&setup=true&lang.ts" to point directly to the exporting module or reconfigure "output.manualChunks" to ensure these modules end up in the same chunk.
|
|
build
Export "default" of module "src/components/ui/select/SelectContent.vue" was reexported through module "src/components/ui/select/index.ts" while both modules are dependencies of each other and will end up in different chunks by current Rollup settings. This scenario is not well supported at the moment as it will produce a circular dependency between chunks and will likely lead to broken execution order.
|
|
build
$ vite build
|
|
build
Saved lockfile
|