[READ-ONLY] Mirror of https://github.com/probablykasper/vite-plugin-electron-x. A Vite plugin for bundling main.ts, preload.ts and running Electron in development
0

Configure Feed

Select the types of activity you want to include in your feed.

Bump version

Kasper (Feb 21, 2023, 6:41 AM +0100) 6eaa3fe3 d0a90e10

+4 -4
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 1.2.0 - 2023 Feb 21 4 4 - Add Vite 4 support 5 5 6 6 ## 1.1.0 - 2022 Aug 30
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "vite-plugin-electron-x", 3 - "version": "1.1.0", 3 + "version": "1.2.0", 4 4 "lockfileVersion": 2, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "vite-plugin-electron-x", 9 - "version": "1.1.0", 9 + "version": "1.2.0", 10 10 "license": "MIT", 11 11 "dependencies": { 12 12 "esbuild": "^0.14.47"
+1 -1
package.json
··· 1 1 { 2 2 "name": "vite-plugin-electron-x", 3 3 "description": "A Vite plugin for bundling `main.ts`, `preload.ts` and running Electron in development.", 4 - "version": "1.1.0", 4 + "version": "1.2.0", 5 5 "type": "module", 6 6 "scripts": { 7 7 "dev": "tsup src/index.ts --clean --dts --format esm,cjs --watch",