Commit Graph

  • 5ad0747f32 feat: support for renderer debugging (#130) alex8088 2023-03-11 20:29:06 +08:00
  • f7f19f9649 fix(bytecodePlugin): not work in monorepo (#128) alex8088 2023-03-11 00:15:19 +08:00
  • 05e0cc6db1 fix: specified renderer outDir is not parsed correctly alex8088 2023-03-10 23:47:17 +08:00
  • 55be651207 fix(asset): asset path is not resolved correctly when outDir is specified #117 alex8088 2023-03-10 23:46:57 +08:00
  • a84ae9e7e0 perf: print log alex8088 2023-03-05 18:21:31 +08:00
  • 0d837e4356 chore(deps): update magic-string to 0.30.0 alex8088 2023-03-05 16:18:23 +08:00
  • 8dd87715e7 chore(deps): update rollup to 3.18 alex8088 2023-03-05 16:16:45 +08:00
  • 9c34b6c884 chore(deps): update vite to 4.1.4 alex8088 2023-03-05 16:09:19 +08:00
  • 678bfa616d chore(deps): update all non-major dependencies alex8088 2023-03-05 16:08:19 +08:00
  • b0fc657db4 perf: build compatilibity target for Electron 23 alex8088 2023-02-08 21:35:49 +08:00
  • 5ed5fe9352 release: v1.0.19 v1.0.19 alex8088 2023-02-06 21:01:27 +08:00
  • c3567edba9 fix(bytecodePlugin): escape protected strings alex8088 2023-02-05 21:41:01 +08:00
  • 32d78f2f42 feat(bytecodePlugin): protect strings #91 alex8088 2023-01-30 22:00:33 +08:00
  • bc6448df9b release: v1.0.18 v1.0.18 alex8088 2023-01-16 20:54:23 +08:00
  • b85cd5ecf2 docs: update alex8088 2023-01-16 20:52:19 +08:00
  • 44af7960a2 fix(asset): wasm must be suffixed with ?loader alex8088 2023-01-13 21:32:54 +08:00
  • b3208d3dae feat(asset): support for WebAssembly in the main process alex8088 2023-01-10 21:53:38 +08:00
  • 4989595464 release: v1.0.17 v1.0.17 alex8088 2023-01-08 00:05:59 +08:00
  • 127b09ebd8 docs: update alex8088 2023-01-07 13:23:15 +08:00
  • efd21c0433 chore(deps): update all non-major dependencies alex8088 2023-01-07 13:12:40 +08:00
  • 9883399bf3 chore(deps): update vite to 4.0.4 alex8088 2023-01-07 13:07:24 +08:00
  • 62e8be1c34 chore(worker): use toRelativePath helper alex8088 2023-01-07 12:57:09 +08:00
  • 336b4292eb feat: static asset handling alex8088 2023-01-04 22:53:22 +08:00
  • f7b4146c56 fix: output duplicate log in vscode debugging #75 alex8088 2022-12-28 21:54:20 +08:00
  • a5de5b36f5 chore(bytecodePlugin): KiB to kB alex8088 2022-12-28 21:27:53 +08:00
  • edd9ccb286 release: v1.0.16 v1.0.16 alex8088 2022-12-12 00:03:33 +08:00
  • ad1ca5dcd7 fix: output format check alex8088 2022-12-11 21:57:31 +08:00
  • 95736032f2 fix: invalid output format check alex8088 2022-12-11 21:16:23 +08:00
  • 3365e87041 chore(deps): update vite to 4.0.0 alex8088 2022-12-11 20:54:19 +08:00
  • b4d1e7466b chore(deps): update esbuild and magic-string alex8088 2022-12-11 20:52:19 +08:00
  • 9d5cd15a3f chore(deps): update all non-major dependencies alex8088 2022-12-11 20:48:31 +08:00
  • d086e0d51a fix: NODE_ENV is incorrect in vite 4.x alex8088 2022-12-10 23:26:10 +08:00
  • 6676f60aae feat: vite 4.x support (#69) alex8088 2022-12-10 21:52:07 +08:00
  • 09705f7099 release: v1.0.15 v1.0.15 alex8088 2022-12-05 00:19:30 +08:00
  • 16d9932bac feat: specify env prefixes for vite's loadEnv and export it alex8088 2022-12-04 01:59:03 +08:00
  • ffb2426e75 feat: support mode and command conditional config alex8088 2022-12-04 01:24:25 +08:00
  • 767aee7464 perf: build compatilibity target for Electron 22 alex8088 2022-12-01 21:33:05 +08:00
  • 067c333aeb perf: do not externalize node builtin modules for the renderer (#61) alex8088 2022-11-19 14:24:12 +08:00
  • e72e1ea056 release: v1.0.14 v1.0.14 alex8088 2022-11-13 01:28:47 +08:00
  • 23ae7636cd fix(bytecodePlugin): replace bytecode module regex (#54) alex8088 2022-11-13 01:19:58 +08:00
  • 21e10c023a docs: update alex8088 2022-11-12 00:18:46 +08:00
  • 230d09c2a0 release: v1.0.13 v1.0.13 alex8088 2022-11-11 21:23:16 +08:00
  • baf538cfe4 fix(bytecodePlugin): bytecode loader injection and chunk module parsing errors (#49) alex8088 2022-11-11 20:48:23 +08:00
  • 41ff7372c2 fix: output format error under multiple entries alex8088 2022-11-11 20:40:37 +08:00
  • cf1151ef5f fix: incorrect replace __dirname/_filename alex8088 2022-11-08 20:29:44 +08:00
  • 10f5ae64a3 refactor: plugins alex8088 2022-11-08 20:17:22 +08:00
  • 28d069c453 feat: support for node worker (#51) alex8088 2022-11-08 00:36:22 +08:00
  • bf0c83835a fix: unreachable code alex8088 2022-11-02 23:51:42 +08:00
  • f81f57efbf release: v1.0.12 v1.0.12 alex8088 2022-11-02 02:00:30 +08:00
  • 1668547dbf docs: update alex8088 2022-11-02 01:56:45 +08:00
  • 97ad5fa726 feat: make a SWC plugin to emit decorator metadata (#48) alex8088 2022-11-02 01:34:19 +08:00
  • 6bae6ac6b4 fix: use modulePreload.polyfill instead polyfillModulePreload alex8088 2022-11-01 23:06:22 +08:00
  • 39f548a30a chore: update deps alex8088 2022-11-01 22:58:32 +08:00
  • caafa1355d feat: add --skipBuild flag to preview command (#44) alex8088 2022-10-29 13:10:20 +08:00
  • 97a62b75f2 feat: monorepo support alex8088 2022-10-23 21:23:27 +08:00
  • a62b20359b
    Merge pull request #39 from ianstormtaylor/patch-1 alex.wei 2022-10-23 01:39:20 +08:00
  • d0476dd91e
    Use require.resolve to find electron package Ian Storm Taylor 2022-10-21 13:22:01 -04:00
  • 229c398235 release: v1.0.11 v1.0.11 alex8088 2022-10-16 14:35:07 +08:00
  • f09a482c66 feat: externalize deps plugin alex8088 2022-10-15 14:53:33 +08:00
  • f8749646ee chore: update issue template docs link alex8088 2022-10-08 00:19:32 +08:00
  • 811e6a1e1e release: v1.0.10 v1.0.10 alex8088 2022-10-07 13:49:51 +08:00
  • 59e1d93166 fix: compatible with the latest version of Electron alex8088 2022-10-07 13:36:50 +08:00
  • c49068258d perf: build compatilibity target for Electron 21 alex8088 2022-09-27 20:40:32 +08:00
  • cf08073f08 perf: bytecode compilation log print format alex8088 2022-09-26 19:44:54 +08:00
  • 969dc30e50 perf: disable gzip-compressed size reporting, increase build performance alex8088 2022-09-26 19:35:09 +08:00
  • fab097e367 feat: export splitVendorChunk from vite alex8088 2022-09-25 00:33:44 +08:00
  • 51b9f74457 refactor: load config file alex8088 2022-09-25 00:18:13 +08:00
  • dd6322f9c8 chore: function style alex8088 2022-09-24 23:58:10 +08:00
  • 8556a45cab perf: the bytecodePlugin transform arrow function by default alex8088 2022-09-22 18:54:29 +08:00
  • 6e04db0a14 docs: update alex8088 2022-09-19 20:56:51 +08:00
  • 555d4b43a9 release: v1.0.9 v1.0.9 alex8088 2022-09-19 18:36:51 +08:00
  • 19bfb2a829 fix: in the specified non-production mode, the base path is wrong alex8088 2022-09-19 18:33:56 +08:00
  • 556fe95f20 fix: specify a config file error alex8088 2022-09-19 18:32:39 +08:00
  • da50aa9246 docs: update alex8088 2022-09-19 03:09:30 +08:00
  • 9132b24751 feat: source code protection alex8088 2022-09-19 03:06:37 +08:00
  • 4779bcf911 chore: add electron-vite mode node env alex8088 2022-09-18 17:06:06 +08:00
  • cd0bbb6cfb perf: cache electron executable path alex8088 2022-09-18 01:46:02 +08:00
  • c6bade23b5 chore: use node prefix alex8088 2022-09-17 23:47:48 +08:00
  • 4e53a28650 docs: update alex8088 2022-09-11 17:41:06 +08:00
  • 5db96e2a36 docs: update alex8088 2022-09-11 17:37:48 +08:00
  • bf27b464d9 release: v1.0.8 v1.0.8 alex8088 2022-09-11 17:00:07 +08:00
  • 2132eccb28 docs: update alex8088 2022-09-11 16:54:48 +08:00
  • 714798fd56 chore: disable build.watch in production alex8088 2022-09-09 01:28:36 +08:00
  • 1bd15486ea feat: main process and preload scripts support hot reloading (#7) alex8088 2022-09-08 23:49:30 +08:00
  • 006418ab14 release: v1.0.7 v1.0.7 alex8088 2022-08-29 18:57:43 +08:00
  • ab6d089aa6 docs: update alex8088 2022-08-29 18:35:46 +08:00
  • b62b8ec0bb feat: add sourcemap cli options for debugging alex8088 2022-08-29 18:35:21 +08:00
  • ffda7049c7 release: v1.0.6 v1.0.6 alex8088 2022-08-25 19:29:47 +08:00
  • d24519d71b chore: update deps alex8088 2022-08-25 19:28:17 +08:00
  • a5f6f13b9c release: v1.0.5 v1.0.5 alex8088 2022-08-20 20:38:29 +08:00
  • 7a60cce781 feat: define env prefix alex8088 2022-08-20 20:33:14 +08:00
  • 5dc1ddc6ad docs: update alex8088 2022-08-20 20:18:23 +08:00
  • d47984cf4f docs: new official website released alex8088 2022-08-20 20:16:11 +08:00
  • cc2e71bed3 docs: update alex8088 2022-08-08 19:38:41 +08:00
  • cec47266bd perf: build target for Electron 20 alex8088 2022-08-08 19:19:49 +08:00
  • 71dc5fd18b fix: can not get import meta env variables in renderer #10 alex8088 2022-08-08 19:14:08 +08:00
  • 839a1801a3 release: v1.0.4 v1.0.4 alex8088 2022-07-03 15:51:30 +08:00
  • 44b8eee48f chore: update contributing alex8088 2022-07-03 15:31:37 +08:00
  • 04abdda294 fix: error occurs when the preload config is a function alex8088 2022-07-03 15:29:19 +08:00
  • dba98e53f0 fix: fix a comment in src/server.ts xiaohui 2022-07-01 01:05:34 +08:00