@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 +1 -1
- package/README.zh_CN.md +1 -1
- package/package.json +2 -2
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
|
|
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
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tomjs/vite-plugin-electron",
|
|
3
|
-
"version": "1.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",
|