Skip to content

Commit 53e5c33

Browse files
committed
log: update
1 parent b0b9b2e commit 53e5c33

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ If you build in `cjs` format, you need to import the corresponding shim plugin
1414
import cjsShim from 'vite-plugin-electron-renderer/dist/cjs-shim.mjs'
1515

1616
export default {
17+
build: {
18+
rollupOptions: {
19+
output: {
20+
format: 'cjs',
21+
},
22+
},
23+
},
1724
plugins: [
1825
cjsShim(),
1926
],

0 commit comments

Comments
 (0)