alpha
Login
or
Join now
kasper.space
/
vite-plugin-electron-x
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[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
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Bump version
author
Kasper
date
3 years ago
(Feb 21, 2023, 8:29 AM +0100)
commit
f3f2cf9d
f3f2cf9d9489fb9cf4cd3b189019f2be89d2939a
parent
5e467ec6
5e467ec6aeef5ace6a46f1cec6c355eb5a86c839
+4
-4
3 changed files
Expand all
Collapse all
Unified
Split
CHANGELOG.md
package-lock.json
package.json
+1
-1
CHANGELOG.md
View file
Reviewed
···
1
1
# Changelog
2
2
3
3
-
## Next
3
3
+
## 1.2.2 - 2023 Feb 21
4
4
- Fix Electron child process not exiting
5
5
6
6
## 1.2.1 - 2023 Feb 21
+2
-2
package-lock.json
View file
Reviewed
···
1
1
{
2
2
"name": "vite-plugin-electron-x",
3
3
-
"version": "1.2.1",
3
3
+
"version": "1.2.2",
4
4
"lockfileVersion": 2,
5
5
"requires": true,
6
6
"packages": {
7
7
"": {
8
8
"name": "vite-plugin-electron-x",
9
9
-
"version": "1.2.1",
9
9
+
"version": "1.2.2",
10
10
"license": "MIT",
11
11
"dependencies": {
12
12
"esbuild": "^0.14.47"
+1
-1
package.json
View file
Reviewed
···
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
4
-
"version": "1.2.1",
4
4
+
"version": "1.2.2",
5
5
"type": "module",
6
6
"scripts": {
7
7
"dev": "tsup src/index.ts --clean --dts --format esm,cjs --watch",