[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 (Aug 30, 2022, 10:01 PM +0200) e3fd270b f5656096

+4 -4
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 1.1.0 - 2022 Aug 30 4 4 - Add `minify` option 5 5 - Export `Option` types 6 6 - Fix sourcemap option
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "vite-plugin-electron-x", 3 - "version": "1.0.0", 3 + "version": "1.1.0", 4 4 "lockfileVersion": 2, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "vite-plugin-electron-x", 9 - "version": "1.0.0", 9 + "version": "1.1.0", 10 10 "dependencies": { 11 11 "esbuild": "^0.14.47" 12 12 },
+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.0.0", 4 + "version": "1.1.0", 5 5 "type": "module", 6 6 "scripts": { 7 7 "dev": "tsup src/index.ts --clean --dts --format esm,cjs --watch",