Commit graph

169 commits

Author SHA1 Message Date
alex8088 103beec87b chore(deps): update vite to 4.2.1 2023-03-25 12:26:28 +08:00
alex8088 f0c1a431b0 chore(deps): update esbuild to 0.17 2023-03-25 12:21:58 +08:00
alex8088 ee4d400fb0 release: v1.0.20 2023-03-12 00:39:48 +08:00
alex8088 5ad0747f32 feat: support for renderer debugging (#130) 2023-03-11 20:29:06 +08:00
alex8088 f7f19f9649 fix(bytecodePlugin): not work in monorepo (#128) 2023-03-11 00:15:19 +08:00
alex8088 05e0cc6db1 fix: specified renderer outDir is not parsed correctly 2023-03-10 23:47:17 +08:00
alex8088 55be651207 fix(asset): asset path is not resolved correctly when outDir is specified #117 2023-03-10 23:46:57 +08:00
alex8088 a84ae9e7e0 perf: print log 2023-03-05 18:21:31 +08:00
alex8088 0d837e4356 chore(deps): update magic-string to 0.30.0 2023-03-05 16:18:23 +08:00
alex8088 8dd87715e7 chore(deps): update rollup to 3.18 2023-03-05 16:16:45 +08:00
alex8088 9c34b6c884 chore(deps): update vite to 4.1.4 2023-03-05 16:09:19 +08:00
alex8088 678bfa616d chore(deps): update all non-major dependencies 2023-03-05 16:08:19 +08:00
alex8088 b0fc657db4 perf: build compatilibity target for Electron 23 2023-02-08 21:35:49 +08:00
alex8088 5ed5fe9352 release: v1.0.19 2023-02-06 21:01:27 +08:00
alex8088 c3567edba9 fix(bytecodePlugin): escape protected strings 2023-02-05 21:41:01 +08:00
alex8088 32d78f2f42 feat(bytecodePlugin): protect strings #91 2023-01-30 22:00:33 +08:00
alex8088 bc6448df9b release: v1.0.18 2023-01-16 20:54:23 +08:00
alex8088 b85cd5ecf2 docs: update 2023-01-16 20:52:19 +08:00
alex8088 44af7960a2 fix(asset): wasm must be suffixed with ?loader 2023-01-13 21:32:54 +08:00
alex8088 b3208d3dae feat(asset): support for WebAssembly in the main process 2023-01-10 21:53:38 +08:00
alex8088 4989595464 release: v1.0.17 2023-01-08 00:05:59 +08:00
alex8088 127b09ebd8 docs: update 2023-01-07 13:23:15 +08:00
alex8088 efd21c0433 chore(deps): update all non-major dependencies 2023-01-07 13:12:40 +08:00
alex8088 9883399bf3 chore(deps): update vite to 4.0.4 2023-01-07 13:07:24 +08:00
alex8088 62e8be1c34 chore(worker): use toRelativePath helper 2023-01-07 12:57:09 +08:00
alex8088 336b4292eb feat: static asset handling 2023-01-04 22:53:22 +08:00
alex8088 f7b4146c56 fix: output duplicate log in vscode debugging #75 2022-12-28 21:54:20 +08:00
alex8088 a5de5b36f5 chore(bytecodePlugin): KiB to kB 2022-12-28 21:27:53 +08:00
alex8088 edd9ccb286 release: v1.0.16 2022-12-12 00:03:33 +08:00
alex8088 ad1ca5dcd7 fix: output format check 2022-12-11 21:57:31 +08:00
alex8088 95736032f2 fix: invalid output format check 2022-12-11 21:16:23 +08:00
alex8088 3365e87041 chore(deps): update vite to 4.0.0 2022-12-11 20:54:19 +08:00
alex8088 b4d1e7466b chore(deps): update esbuild and magic-string 2022-12-11 20:52:19 +08:00
alex8088 9d5cd15a3f chore(deps): update all non-major dependencies 2022-12-11 20:48:31 +08:00
alex8088 d086e0d51a fix: NODE_ENV is incorrect in vite 4.x 2022-12-10 23:26:10 +08:00
alex8088 6676f60aae feat: vite 4.x support (#69) 2022-12-10 21:52:07 +08:00
alex8088 09705f7099 release: v1.0.15 2022-12-05 00:19:30 +08:00
alex8088 16d9932bac feat: specify env prefixes for vite's loadEnv and export it 2022-12-04 01:59:03 +08:00
alex8088 ffb2426e75 feat: support mode and command conditional config 2022-12-04 01:24:25 +08:00
alex8088 767aee7464 perf: build compatilibity target for Electron 22 2022-12-01 21:33:05 +08:00
alex8088 067c333aeb perf: do not externalize node builtin modules for the renderer (#61) 2022-11-19 14:24:12 +08:00
alex8088 e72e1ea056 release: v1.0.14 2022-11-13 01:28:47 +08:00
alex8088 23ae7636cd fix(bytecodePlugin): replace bytecode module regex (#54) 2022-11-13 01:19:58 +08:00
alex8088 21e10c023a docs: update 2022-11-12 00:18:46 +08:00
alex8088 230d09c2a0 release: v1.0.13 2022-11-11 21:23:16 +08:00
alex8088 baf538cfe4 fix(bytecodePlugin): bytecode loader injection and chunk module parsing errors (#49) 2022-11-11 20:48:23 +08:00
alex8088 41ff7372c2 fix: output format error under multiple entries 2022-11-11 20:40:37 +08:00
alex8088 cf1151ef5f fix: incorrect replace __dirname/_filename 2022-11-08 20:29:44 +08:00
alex8088 10f5ae64a3 refactor: plugins 2022-11-08 20:17:22 +08:00
alex8088 28d069c453 feat: support for node worker (#51) 2022-11-08 00:36:22 +08:00