Releases: phondani0/vite-serve
Releases · phondani0/vite-serve
v1.0.7
1.0.7 (2024-08-23)
Features
- add option to stop Vite server in VS Code status bar (a7a7be3)
v1.0.6
1.0.6 (2024-08-18)
Features
- perf: optimize startup time by combining vite and user's dependency installation (ecfe1b1)
- perf: optimize Vite setup by reusing existing node_modules from user project (bc5c598)
v1.0.5
1.0.5 (2024-08-16)
Features
- add polyfills for node.js core modules (db4073b)
- add user's project environment variables to vite (ae536d9)
v1.0.4
1.0.4 (2024-08-15)
Bug Fixes
- resolve error when copying file using fs.copyFileSync due to missing destination file (896c67a)
- update html content to use import.meta.env.BASE_URL for PUBLIC_URL to ensure correct asset resolution in Vite (4361cc9)
- vite: configure vite's esbuild to use tsx loader instead of jsx (4da9c74)
v1.0.3
1.0.3 (2024-08-15)
Bug Fixes
- add packaged vsix file in release and change order of vsce package in workflow (b759e32)
v1.0.2
1.0.2 (2024-08-14)
Bug Fixes
- vite: enable preserveSymlinks for src directory and remove unnecessary fs.allow configuration (5cc3046)
Features
- combine user's project index.html with entry index.html file in temp dir if it exists in user's public directory (e4d2b08)
- create public dir symlink and copy tsconfig to temp dir (6fe13a5)
v1.0.1
1.0.1 (2024-08-11)
Features
- dynamically generate index.html with correct entry index file extension from user's src (44aedfc)
- esbuild: enable support for multiple file types (JS, JSX, TS, TSX) via esbuild loader configuration (7ca6b5f)
v1.0.0
1.0.0 (2024-08-11)
Bug Fixes
- bump package.json version to 0.0.1 to enable semantic release automation (bf25c74)
- create release with extension pacakge file (a132b7b)
- Remove tempSrcDir regardless of whether it's a symbolic link or a directory (b5b29ae)
Features
- Add GitHub Action to publish to VSCode Marketplace (06e0b92)
- Add temporary directory cache to avoid re-installing dependencies (3153e2e)
- Combines the package.json files from the project and temp directories into a single file in the temp directory folder (be18628)
- configure semantic-release for automated publishing to VSCode Marketplace (08274e5)
- Create HTML entry file in temp dir root (76b337b)
- Setup Vite and serve files from temporary directory using symbolic links to project folder (06a13b6)