@tomjs/vite-plugin-electron 1.3.3 → 1.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -291,4 +291,4 @@ Run `Debug Main Process` through `vscode` to debug the main thread. For debuggin
291
291
 
292
292
  **Notice**
293
293
 
294
- Although `Electron v28` supports `esm`, `VSCode Debug` breakpoints may not work properly. In this case, you can consider using `cjs` mode.
294
+ Although `Electron v28` supports `esm`, there may be problems with `VSCode Debug` sourcemap support and breakpoints cannot work properly. In this case, you can consider using `cjs` mode.
package/README.zh_CN.md CHANGED
@@ -290,4 +290,4 @@ app.whenReady().then(() => {
290
290
 
291
291
  **说明**
292
292
 
293
- `Electron v28` 虽然支持了 `esm`,但是 `VSCode Debug` 断点可能无法正常工作,这时可以考虑使用 `cjs` 模式。
293
+ `Electron v28` 虽然支持了 `esm`,但是 `VSCode Debug` sourcemap支持可能有问题,断点无法正常工作,这时可以考虑使用 `cjs` 模式
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tomjs/vite-plugin-electron",
3
- "version": "1.3.3",
4
- "description": "A simple vite plugin for electron, supports esm/cjs.",
3
+ "version": "1.3.4",
4
+ "description": "A simple vite plugin for electron, supports esm/cjs, support esm in electron v28+",
5
5
  "keywords": [
6
6
  "vite",
7
7
  "plugin",