Skip to content

Commit 951a7ec

Browse files
committed
chore: release v1.0.0-beta.13
1 parent c0690eb commit 951a7ec

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-electron",
3-
"version": "1.0.0-beta.12",
3+
"version": "1.0.0-beta.13",
44
"description": "Electron 🔗 Vite",
55
"keywords": [
66
"electron",

test/multi-env.test.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,8 @@ describe('src/multi-env', () => {
153153
;(firstMainBuild.rolldownOptions as Record<string, unknown>).platform = 'mutated'
154154

155155
const firstPreloadOutput = (
156-
(first[1].options as { build: { rolldownOptions: { output: Record<string, unknown> } } }).build
157-
.rolldownOptions.output
158-
)
156+
first[1].options as { build: { rolldownOptions: { output: Record<string, unknown> } } }
157+
).build.rolldownOptions.output
159158
firstPreloadOutput.entryFileNames = 'mutated.[name].mjs'
160159

161160
const second = simpleOptions({

0 commit comments

Comments
 (0)