vite-ssg icon indicating copy to clipboard operation
vite-ssg copied to clipboard

Static site generation for Vue 3 on Vite

Results 124 vite-ssg issues
Sort by recently updated
recently updated
newest added

### Describe the bug Hi, I am sorry if this is not a bug in vite-ssg but im finding it very hard to know whats causing this issue. If you...

### Describe the bug I get this type error (even though build works) in the `vite.config.ts` file. ![image](https://user-images.githubusercontent.com/13378850/183515367-ba083a08-bad5-4d35-b1da-4970ce1ed206.png) Argument of type '{ server: { port: number; }; plugins: (Plugin_2 |...

I have some components with styles from swiper. Now when I tried to build it to production with css or scss I have error: ERR_UNKNOWN_FILE_EXTENSION problematic code in vue script...

This PR restructures the build script to run two separate queues. ### SSR app render First, we run `vue/server-renderer` for each route. When this queue completes, we will have the...

when i run vite build, it completed successfully. but when i run npx vite-ssg build (building for server...) ``` (node:11183) UnhandledPromiseRejectionWarning: Error: [vite-ssg] Error on page: / TypeError: Invalid value...

I have an issue with the building of project: Based on the output I can see few issues, but can't find any solution for that: ``` > vite-ssg build [vite-ssg]...

Build fails when using @googlemaps/js-api-loader. Code works in development mode. [vite-ssg] An internal error occurred. [vite-ssg] Please report an issue, if none already exists: https://github.com/antfu/vite-ssg/issues file:///usr/local/playground/@codermar/monorepo/marynela.com/.vite-ssg-temp/main.mjs:30 import { Loader }...

### Describe the bug Want to use mock data in SSG, however, the original writing failed through SSG build,I think mock production can still be used - pnpm 7.4.0 -...

### Describe the bug ![image](https://user-images.githubusercontent.com/38336589/179659450-d876ce7a-8c15-466e-a030-151923b1c652.png) ### Reproduction import { createLoadingTask } from 'vue3-pdfjs/esm' ### System Info ```Shell Browsers ``` ### Used Package Manager pnpm ### Validations - [X] Follow our...

SSG building produce an issue, when use button of element-plus. CSS importing has some problem. ``` [vite-ssg] Build for server... vite v2.7.6 building SSR bundle for production... ✓ 52 modules...